How To Add Twitter Following Button On My Blogger Blog ?
- Go to blogger.com > sign in,
- Select your desired blog > Layout Section.
- Click on Add a Gadget box,
- Scroll down and select HTML/JavaScript,
- Go to Twitter.com > sign in/signup.
- Now go to this link Buttons
- You can see four button in my case I select Follow button,
- for help see below image,
- Now copy HTML coding and paste on HTML/JavaScript area of widget,
- Click on Save button and drag HTML box on any side you want to show Twitter follow button on your site.
- Wait if you having trouble in above steps then read below another alternate method.
2, Copy below coding and paste into HTML/JavaScript box,
3, Make changes: Change RED colored text with your twitter user name, and click on save button.
<a href="https://twitter.com/UmerPrinceWorld" class="twitter-follow-button" data-show-count="false" data-size="large" data-dnt="true">Follow Us @UmerPrinceWorld</a>Make More Changes ! yes can change follow button even more, replace false text with true then your button will come with follower counter.
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
Final Words
So friends this was all on How To Add Twitter Following Buttons On Blog. If you got any problem then let me know it in comments I will give you some tips and tricks on Twitter follow button.