Adding Facebook Social Plugins to your Blogger Blog

Facebook is all the rage these days and adding it to your blog is a good way to drive extra traffic and make your site more "social".

However, it's not very simple for new blogger to add the various Facebook social plugins to your site.

This guide will hopefully change all that!

Details after the cut

Easy Fix to make your Blog more Smartphone Friendly

Here is a quick tip that you can do to make your website more Mobile Friendly for phones such as the iPhone, iPad and the great Android Phones.

1) Goto Design, Edit HTML



2) Under the < head > line simply add this code.

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<b:if cond='data:blog.isMobile'>
<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>
<b:else/>
<meta content='width=1100' name='viewport'/>
</b:if>



3) Click Save and Voila.