This quick tutorial to get you through a simple step to add Facebook Like Box on blogger.
Facebook Like Box on your blog expolsure increase your fan page to your visittors. It's a great way to get more readers to your blog. All it takes just a click of your visitors and the fact maggic. Enter the posts of the site would be visible to your readers. Appears on the Facebook timeline ...
6 Steps to Facebook Like Box For Blogger add- Go to Blogger Dashboard
- Click Layout
- Add gadgets gadget> HTML / JavaScript
- Enter the below code into the Gadget.
- Replace facebook InformationTechnologyMagazine of the page with its own URL of the page.
- Then Save
Eg: http://www.facebook.com/InformationTechnologyMagazine
Hint:
Replace Facebook Page URL highlighted in the above code to your own url Facebook.Page.
You can follow us on Twitter, add us to your circle on Google+ or like our Facebook page to stay updated on the latest news from Microsoft, Google, Apple and the web.
See Video
.
<style type='text/css'> #KBTricksFBpop { position:fixed !important; position:absolute; top:-1000px; left:50%; margin:0px 0px 0px -182px; width:300px; height:auto; padding:16px; background:#FEFEFE;font:normal Dosis, Georgia, Serif; color:#111; border:2px solid #333; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; } #KBTricksFBpop a.kbtricksclose { position:absolute; top:-10px; right:-10px; background:#fff; font:bold 16px Arial, Sans-Serif; text-decoration:none; line-height:22px; width:22px; text-align:center; color:#000000; border:2px solid #333; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4); -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4); box-shadow:0px 1px 2px rgba(0,0,0,0.4); -webkit-border-radius:22px; -moz-border-radius:22px; border-radius:25px; cursor:pointer; } </style> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js'></script> <script type='text/javascript'> $(window).bind("load", function() { // Animate Top $('#KBTricksFBpop').animate({top:"50px"}, 1000); // Widget by http://theintecs.blogspot.com $('a.kbtricksclose').click(function() { $(this).parent().fadeOut(); return false; }); }); </script> <div id='KBTricksFBpop'> <!-- Widget by http://theintecs.blogspot.com Start --> <center> <b><a class="KBTricks">Don't Forget To Join With Our Community</a></b></center> <center> <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FInformationTechnologyMagazine&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:292px; height:258px;" allowtransparency="true"></iframe></center> <!-- Place this tag where you want the widget to render. --> <!-- 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> <!-- Widget by http://theintecs.blogspot.com End --> <a class='kbtricksclose' href="http://theintecs.blogspot.com">×</a> <a href="http://theintecs.blogspot.com">Get this Widget</a> </div>
0 comments: