tabalinas / jssocials

Social Network Sharing jQuery Plugin

Home Page:http://js-socials.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instagram share button

alinq opened this issue · comments

commented

I know that Instagram doesn't have share capabilities, then I just want to display a button that points to a Instagram user profile. I tried this and it doesn't work:

jsSocials.shares.instagram = { label: "Instagram", logo: "fa fa-instagram", shareUrl: "https://www.instagram.com/someuser" };

$("#share").jsSocials({shares: ["facebook", "instagram"]});

Thanks in advance for any help.

commented

Found the answer:

jsSocials.shares.instagram = { label: "Visit", logo: "fa fa-instagram", shareUrl: "https://www.instagram.com/someuser/", countUrl: "" };