I am able to add the follow button for twitter, subscribe button for youtube and "like" button for facebook, Is is possible to code the follow button for our Instagram account in the website?
JSFiddle: https://jsfiddle.net/shmdhussain/jtcz2jtz/2/
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channel="GoogleDevelopers" data-layout="default" data-count="default"></div>
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
<a class="twitter-follow-button" href="https://twitter.com/TwitterDev" data-show-screen-name="false" data-lang="ar"> Follow @TwitterDev</a>
Add this fontawesome link tag to your HTML head
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
Then put this code where you want to show the Instagram button and change the username to yours
<a href="https://instagram.com/username">
<span style="font-size: 1.5rem;">
<span style="color: indianred;">
<i class="fab fa-instagram"></i>
</span>
</span>
</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With