Wednesday, 1 May 2013

Add Facebook Slide/Pop Out Like Box Widget With jQuery Effect To Your Blog

Here is another stylish facebook like box, this widget is design in three awesome style and it will slide out smooth when you place your cursor on the widget banner due to the jQuery effect that i included.
In my previous post, i have discuss a lot of tutorials similar to this, like how to add facebook, twitter, google plus, youtube, rss slide out widget which is very similar to this, but the difference is that, this is a single widget, how to add facebook like box to your blog and how to add facebook like box below blog post, and you should expecting more of this. For you to add this great widget to your blog, simply follow the few steps below.




How To Add The Widget To Your Blog/Site

STEP 1 

If you have already add jquery plugin to your blog, then skip the step.
  • Go to your blogger dashboard
  • Click on "Design" > "Edit HTML"
  • Use ctrl to find <head> and paste the following code inside/after <head> tag
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
  • Click "SAVE TEMPLATE"
STEP 2
  • Go to "Design" > "Page elements" > "Add a Gadget"
  • Choose "HTML/JavaScript" from the list of the gadgets and paste the code below in the content box leaving the title blank.
<!-- Realcombiz Facebook Widget Start --><script type="text/javascript">/*<![CDATA[*/jQuery(document).ready(function() {jQuery(".rblikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});/*]]>*/</script><style type="text/css">.rblikebox{background: url("IMAGE URL") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 42px;width: 245px;z-index: 9999999;position:fixed;right:-250px;top:20%;}.rblikebox div{border:none;position:relative;display:block;}.rblikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 999;}.rblikebox span a{color: gray;text-decoration:none;}.rblikebox span a:hover{text-decoration:underline;}</style><div class="rblikebox"><div><iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/TechnologyLLC&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe></div><a href='http://realcombiz.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYu0aWspm4ZxGf1GyHIxo5EQ-6zulGjNPxMM9zSgiaQmLA0Il4jNzhzu6PyAi42-YWW7Tv0nT6Ub4vMFkhr00keG_c0vm2azzG_GRJl0dNSoJldz8hjdupUz_nRBfQIXAB6w3q47_okX4/s1600/1x1juice.png'/></a></div><!--Realcombiz Widgets by realcombiz.com --><!-- Realcombiz Facebook Widget End -->
  • Replace TechnologyLLCwith your facebook fan page username
  • Choose from any of the three style and replace IMAGE URL with the image url of the style you choose
STYLE 1


IMAGE 1 URL
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwOLK58Q2-hVFWniw-oe8eQf88LwtEBtoM7f-uYpp-ruGskVpWyPCVo2ni2vNgFMA70IqJe7gzFcfjjRRu6CMMwfXgDAdzQ4fdBFzRZlkOgg5PYldJFjaQ2aT6hz89xLudbJ2kInwsoPpQ/s1600/rb+facebook+slide+out+widget.png


STYLE 2


IMAGE 2 URL
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIoVjWZKeFRwHXyhzM82LemMsC32IplmcN0WE2cqMj1m-emIUkZCyyQ6b1KebapkR-f5CJqkhMlJbwkC_5Yjbr_V-m8EJcaAVnd-CibPBSElWygKL6YVyuzu3lwv_FNHkImlZX7wAbzzKB/s1600/rb+facebook+slide+out+widget+2.png


STYLE 3


IMAGE 3 URL
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjALyAnS7X8vFQYmFen5ISvGI3-B907pyH-X0xgJylKCGDjvtz7dhFcIvK33qvtY0Zqt5k3EwWIg8B_iN9T05Eo0i0YjKHpR8z71rQzXAWd_Vk-0uVmXAWi2exbE8CTOZfmhaEWaNUeugqn/s1600/rb+facebook+slide+out+widget+3.png
  • Click "Save" and you are done, check your blog to see the awesome sliding widget.
Hope you enjoy this post? take few seconds to share it with friends/followers. In my future post i will publishing a lot of tutorial on how you can spice up your blog with jQuery effect, and for you not to miss any of this, simply subscribe to this blog now, and receive all out latest posts update directly into your email. 

0 comments:

Post a Comment