How to place add to cart button and wishlist button in zoomsounds player

Go to the ZoomSounds > Player configurations and choose the configuration you are using

<div class="feed-dzsap-for-extra-html-right">
[player_button style="player-but" label="Share" icon="fa-external-link" link="#" extra_classes=" dzsap-multisharer-but" extraattr=" data-post-url="{{posturl}}"" post_id="{{replacewithpostid}}"]
[player_button style="player-but" label="Add to wishlist" icon="fa-star-o" link="#" extra_classes=" dzswtl-wishlist-but dzswtl-for-wishlist-entry" post_id="{{replacewithpostid}}"]
[player_button style="player-but" label="Download sample" icon="fa-download" link="{{downloadlink}}" extra_classes=" " post_id="{{replacewithpostid}}"]
[player_button style="player-but" label="Add to cart" icon="fa-shopping-cart" link="{{addtocart}}" extra_classes=" " post_id="{{replacewithpostid}}"]</div>

you can customize each player button with your text

Was this article helpful?

Related Articles

Leave A Comment?