Displaying social widgets in a blog helps visitors to know that your blog has a profile on Facebook, Google+ and Twitter and so they get the latest updates straight from these social networks. This helps to build traffic to your blog.
Displaying Facebook like box, Google+ badge and Twitter tweets in Blogger is really easy. Just follow the steps.
How to display social widgets for Blogger
Ready to use code:- Login to blogger and go to your Dashboard >> layout
- Click Add a gadget, new pop up window opens
- Find out HTML/JavaScript and click the + button
- Paste the following i frame code in content area and save it.
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fblogtimenow&width=200&height=290&colorscheme=light&show_faces=true&header=true&stream=false&show_border=true&appId=109603472461097" scrolling="yes" frameborder="0" style="border:none; overflow:hidden; width:280px; height:290px;" allowtransparency="true"></iframe>
Now you can see the Facebook like box in your Blogger blog. Make sure you change the ID “blogtimenow” with your Facebook page ID.
Get your own code:
The above code fits perfectly for all the blogs if you want to add new features like streams, color, width and height then use this link Facebook like box and get your own code and paste it in HTML/JavaScript gadget and click save.
Related: Beginners guide to blogging with blogger
How to display Google+ badge in Blogger
Method – 1
Since Blogger is a free service owned by Google you can find Google+ badge in your gadget screen. Just enter your Google+ profile or page ID specify the size of the badge and pick the color. If the preview above is O.K then click save and refresh your blog to see the Google+ badge.
Method – 2
If you want the one like image above then click “add a gadget” and paste the following code in HTML/JavaScript content and click save. Make sure you change this ID “103580833761087808296” with your Google+ profile or page ID.
Method – 3<!-- Place this tag where you want the widget to render. --> <div class="g-page" data-width="280" data-href="//plus.google.com/103580833761087808296" data-rel="publisher"></div> <!-- Place this tag after the last widget tag. --> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script>
If you want new design like cover photo, tagline color theme then use this link Google+ badge create a new style >> copy the code and paste it in HTML/JavaScript gadget in your Blogger and save it.
How to display Twitter tweets in Blogger
Login to your Twitter account and go to Settings >> Widgets and create a new widget. Now configure your username, theme color, link color, width and click create widget. Now you will see a code below the preview, copy the code and paste it in HTML/JavaScript content and save.
It’s all done! You have displayed Facebook like box, Google+ badge and Twitter tweets to your Blogger blog. Now visitors can like your page, circle your page and see the latest tweets from your Blogger blog. Happy blogging!