Ads 720 x 90

Social media buttons with count for blogger

Post a Comment

>>Twitter follow button with count
How to add a twitter Follow button to your website?
 copy below html and javascript code and paste it togather in html blogger widget  and replace your twitter user name with TwitterDev
1.small twitter follow button code:
<a class="twitter-follow-button"
href="https://twitter.com/
TwitterDev">
Follow
@Twitter</a>
<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>
Result: 

2.large twitter follow button code:
<a class="twitter-follow-button"
href="https://twitter.com/
TwitterDev"
data-size="large">
Follow @TwitterDev</a>
<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>
Result:

>>Facebook Page like button with count
How to add a facebook page like button to your website?
1. Go to this link (https://developers.facebook.com/docs/plugins/like-button)
2. Pick the URL of a Facebook Page you want to use with the like button.
3.Paste the URL to the code configurator and adjust settings like the layout [box count or  button count]of your like button. Click the Get Code button to generate your like button code.
4.Copy and past the snippet into the HTML of the destination website.
Result:

>>Youtube button with count
How to add a youtube button to your website?
1. Go to this link (https://developers.google.com/youtube/youtube_subscribe_button)
2. Add Channel Name or ID (youtube channel name)
3. choose Layout: (default or full).
4. choose other costomization options.
5 Copy the code and paste it to your website.

Result:

>>Google+ follow button with count
1. Go to this link (https://developers.google.com/+/web/follow/)
2. select google+ user and choose other customization options.
3. Copy the code and paste it to your website.
Result:

Related Posts

Post a Comment

follow on

Subscribe Our Newsletter