Twitter is one of the famous social networking site on the internet. twitter has unique functionality which give user to follow and unfollow accessibility, and you may notice or not Facebook also include twitter follow button to their site because they know how twitter gain popularity.
You can also use twitter follow button to your site for growing follower and its very important for every blogger to include twitter follow button to their site and it's also very easy to implement in blogger blog.
In this lesson I'll show how to add twitter follow button on blogger blog.
Adding Twitter Follow Button To Blogger
If you want to add the twitter follow button to below post titles, then do this, first login to your blogger account then go to settings>>template >> edit HTML>> and find the following code by pressing CTRL+ F
and now paste the below code
Adding follow button to Blogger Widget
to add follow button to sidebar then Go to Blogger >> Design >> Add widget>> Choose HTML widget Paste the following code and drag the widget where you want to add it.
You can also use twitter follow button to your site for growing follower and its very important for every blogger to include twitter follow button to their site and it's also very easy to implement in blogger blog.
In this lesson I'll show how to add twitter follow button on blogger blog.
Adding Twitter Follow Button To Blogger
If you want to add the twitter follow button to below post titles, then do this, first login to your blogger account then go to settings>>template >> edit HTML>> and find the following code by pressing CTRL+ F
<data:post.body/>
and now paste the below code
<a href="http://twitter.com/meralesson" class="twitter-follow-button">Follow @meralesson</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
Adding follow button to Blogger Widget
to add follow button to sidebar then Go to Blogger >> Design >> Add widget>> Choose HTML widget Paste the following code and drag the widget where you want to add it.
<a href="http://twitter.com/meralesson" class="twitter-follow-button">Follow @meralesson</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
Comments
Post a comment