Tuesday 14 May 2013

ADD FACEBOOK POPOUT LIKE BOX TO BLOGGER

Facebook Popout Like Box is a new version of FB Like Box for Bloggers,this box will help you to get Facebook Page likes , the likes can be for your website/blog page or any other page.We should not underestimate the Social Media , in which Facebook is at the top , therefore get more likes for your Facebook page and get high traffic from your Facebook Pages , in this regard a New Facebook Popout Like Box Version 2 has been released which will solve your traffic problem,this is very stylish Like Box , you can add this Like Box to any side of your Blog/Website .Whenever someone move mouse on it , it will pops up .However Let's see how to add this box to Blogger.

Just See On My Left Side Blog

How To Add Facebook Popup Like Box To Blogger
Before installing/adding Facebook Popup Like Box to your Blog , you must already install the jQuery Plugin to your blog template , if you have not added that plugin follow the below easy steps to add.

  • Sign in to your Blogger Account 
  • Go To Blogger Dashboard , there click on template after that Click on Edit HTML , then Proceed it , Check the Small Box "Expand Widgets Template" after that Search for </head> tag.
  • Now Copy the below Script and paste below/under </head> Tag
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
  • The Plugin is installed , now lets add the Like Box
  • Again Go to Blogger Dashboard
  • Click On Layout
  • Add a Widget and Select HTML/JavaScript
  • A Box will popup , now Copy the below script/code and paste it in the box.

<style type="text/css">
/*<![CDATA[*/
#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {background-color:#3B5998;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;right: -47px;width: 47px;background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihn_E-uom6aUYJVIjOkWqfT-VsZYbjiV7WJaDDE_2J-9gpRVcpy9Z2lVZDaFilJZ1GVpA3zoiyjE5I_YH5ZCC57ExDpFj3XYTWeWeUHNw6yLNobvvQ_juemSUIlj3oDq5Gl-RwVL13MjTY/s1600/w2b_vertical-left.png");background-repeat: no-repeat;overflow: hidden;-webkit-border-top-right-radius: 8px;-webkit-border-bottom-right-radius: 8px;-moz-border-radius-topright: 8px;-moz-border-radius-bottomright: 8px;border-top-right-radius: 8px;border-bottom-right-radius: 8px;}
/*]]>*/
</style>
<script type="text/javascript">
/*<![CDATA[*/
    (function(w2b){
        w2b(document).ready(function(){
            var $dur = "medium"; // Duration of Animation
            w2b("#fbplikebox").css({left: -250, "top" : 100 })
            w2b("#fbplikebox").hover(function () {
                w2b(this).stop().animate({
                    left: 0
                }, $dur);
            }, function () {
                w2b(this).stop().animate({
                    left: -250
                }, $dur);
            });
            w2b("#fbplikebox").show();
        });
    })(jQuery);
/*]]>*/
</script>
<div id="fbplikebox" style="display:none;">
    <div class="fbplbadge"></div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Fallinone0786&amp;width=250&amp;height=250&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23C4C4C4&amp;stream=false&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:250px;background:#F5EBF5;" allowtransparency="true"></iframe>
</div>

  •  Change The Page Username in the Script to your Own Page Username i.e "allinone0786".
  • You Can Change the width and height of the box (the width and height is clearly indicated by red text i.e 250 ".
  • Now hit Save and that's it !
  • Still Confuse ? Feel Free to ask any question , we will anwser you !

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...