In This Topic We Discuss About Latest Information : How to add Facebook Fans Page Subscription Widget for Blogspot/Blogger
Step by Step Process How to add Facebook Fans Page Subscription Widget for Blogspot/Blogger
Step 1 : Login to Blogger
Step 2: Go to Dashboard >> Select the Template >> Click on Edit HTML
Step 3 : Search for Below Code
</head>Step 4 : After that Add the below line of code before </head> tag.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>Step 5 : Save Template.
Step 6 : Go to Layout >> Click Add Widget >> Select HTML/JavaScript
Step 7 : After that Copy the Below Code and Paste in Content Block
Note : Change forlatestinformation to Your FB Fans Page Name.
<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("http://4.bp.blogspot.com/-Gk5xCSiXrlY/UcANYuo8e7I/AAAAAAAAAUg/AKkOIvw7sqE/s1600/LatestInformation_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%2Fforlatestinformation&width=250&height=250&colorscheme=light&show_faces=true&border_color=%23C4C4C4&stream=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:250px;background:#F5EBF5;" allowtransparency="true"></iframe>
</div>
Step 8 : Save Widget
Thank You.
Happy Blogging.
Write Your Comments Below.
0 comments:
Post a Comment