Like instagram button

How do I add a widget to the Instagram "Like" button site? There are similar ones in VK, FB Google+ with the number of likes.

Author: Shperung, 2016-12-21

1 answers

This is not possible. Knokp Vk does an action that is displayed on your wall. There is no such possibility in Instagram. However, you can set the Follow button on the likeness of the Subscribe VK button. It allows you to subscribe to your account with a single click

HTML:

<span class="ig-follow" data-id="5479dee" data-handle="igfbdotcom" data-count="true" data-size="large" data-username="true"></span>

JS:

(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src="//x.instagramfollowbutton.com/follow.js";s.parentNode.insertBefore(g,s);}(document,"script"));

This is done using a third-party service, such as InstaFollowButton.

 1
Author: Deniss, 2016-12-22 07:50:29