Magento – Magento 2 product share in custom Social Media

magento2

Hi i want to Share my Product in Social Media. Like Facebook,Twitter, Pintrest, Linkden using Custom code.

If any one use custom code for sharing product in social media. share your custom code.

Best Answer

you can use share this tool. This will give you icons and sharing links. For sample I have added code here. You can also generate new using this which is free and open source, [http://www.sharethis.com/]
Copy the span tags and place them where you want your buttons to appear in the code.

<span class='st_' displayText=''></span>
<span class='st_instagram' displayText='Instagram Badge'></span>

Copy the script tags and place them inside and at the end of your "head" tag.

<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "791bb30f-74a2-4e0f-bde5-5bc23d04c358", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>

For now I have just added instagram with this sharethis you can add more.

Related Topic