FACEBOOK Popup Like Box for Blogger V1

Well here i am making a Facebook like popup box for blogger which is also nice to install.When you install it it and when someone visit you any blog page it will display on the front which ask you to like the page and its very simple and clean.

Here is screenshot of this widget
=========== #1 ==============

So you have to do these steps to install it on your blogger blog



          1.  Go to blogger dashboard  >  Layout
          2.  Now click on  >  Add a gadget
          3.  A box will appear select  >  HTML/Java Script box by scrolling until you find it
          4.  Now paste this code into the box and click on  >  Save



<!-- Widget by www.gadgetcontroller.blogspot.com start --><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/jquery-1.9.1.js"></script><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script><link rel="stylesheet" href="/resources/demos/style.css" /><script>$(function() { $( "#dialog" ).dialog(); }); </script>  <div id="dialog" title="Get updates via Facebook">
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fgadget.controller&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=true&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:285px; height:258px;" allowtransparency="true"></iframe></center>
<center style="float:right; margin-right:10px;">
 <!-- Please don't remove credit --><span style="font-size:xx-small; color:#000; text-decoration:none;">Get this gadget at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://www.gadgetcontroller.blogspot.com/2014/03/facebook-popup-like-box-for-blogger-v1.html">facebook popup like box</a></center>
</div>
<!-- Widget by www.gadgetcontroller.blogspot.com End -->  

in www.facebook.com%2Fgadget.controller change gadget.controller to your fb page username.

0 comments: