Add Static Facebook Pop Out Like Box with Smooth JQuery Hover

Add Static Facebook Pop Out Like Box with Smooth JQuery Hover - Hello guys!! Tutorialzgeek, In the article you read this time with the title Add Static Facebook Pop Out Like Box with Smooth JQuery Hover, We have prepared this article well for you to read and take the information in it. Hopefully the contents of the post Artikel CSS, Artikel Facebook, Artikel Pop Out, Which we write you can understand. Okay, happy reading.

Title : Add Static Facebook Pop Out Like Box with Smooth JQuery Hover
link : Add Static Facebook Pop Out Like Box with Smooth JQuery Hover

READ ALSO


Add Static Facebook Pop Out Like Box with Smooth JQuery Hover

Facebook Pop Out Like Box

Hello friends, here's another Facebook jquery pop up for facebook like box widget for bloggers (or) website. Advantages this widget is to free space on the page. Because Facebook can prevent website normal as the box. Static Pop Out Facebook as soft box with jQuery effect of activation for the blogger, this is another cool control. Here I have added as the box with simple jQuery hover effect. See Facebook static plate to the right of the page and move the mouse over the plate with the frame, as is visible by sliding to the left.




Add Left Side Static Facebook Pop Out Like Box with Jquery Hover Effect




Step 1: Adding Static Facebook Pop Out Like Box Widget To Blogger layout.

Now let's start adding it...

Step 2. Login to Your Blogger Account.Go to your Blogger Dashboard.Click on Layout tab from left pane and click on Add a Gadget link.



Blogger Tips And Tricks|Latest Tips For Bloggers


Step 3. After click on Add a Gadget link A pop-up box will open now

with many gadget list, Choose HTML/JavaScript from the gadget options by clicking the blue plus sign for that gadget.



Blogger Tips And Tricks|Latest Tips For Bloggers


Step 4. Select 'HTML/Javascript' and add the one of code given below.

Step 5. Now Click On Save 'JavaScript' You are done.



<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>

<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_BelCKL6gjz1ZI2Wkpauh8E55lGKHXhkrvMwTF5kSu9G7kaKcxivr6rZGtTGjh7wTZS9N3TZwuYqWHW54c29ZPNwbsApLpwvO8DYQGJz-2VayX9CGJDSQmxQSlzke2aJnrBTQjeRMcFR-/s1600/facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: #808080;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style><div class="w2bslikebox" style=""><div><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Blogspot-tutorial/220888831260608&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></div>



>> In Customize Field Replace "pages/Blogspot-tutorial/220888831260608" with your own facebook page name (Not your own profile name)


<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>


Note :If your template already have a jquery do not put again, just copy after it

Html from above a few things could be replaced :








Add Hover Style Facebook LikeBox With Button Near To Page ScrollBar


Add Hover Style Facebook LikeBox With Button Near To Page ScrollBar




<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

<style type="text/css">
img, a { border: 0; }
#on { visibility: visible; }
#off { visibility: hidden; }
#facebook_div { width: 196px;
height: 340px;
overflow: hidden; }
#facebook_right {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
right: -200px; }
#facebook_right img {
position: absolute;
top: -2px;
left: -35px; }
#facebook_right iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
left: -2px;
top: -3px; }
#facebook_left {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
left: -200px; }
#facebook_left img {
position: absolute;
top: -2px;
right: -35px; }
#facebook_left iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
right: -2px;
top: -3px; }
</style>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#facebook_right").hover(function () {
jQuery(this)
.stop(true, false)
.animate({ right: 0 }, 500); }, function () {
jQuery("#facebook_right")
.stop(true, false).animate({ right: -200 }, 500); });
});
</script> <br /> <div id="on"> <a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><div id="facebook_right" style="top: 10%;">
<div id="facebook_div">
<img alt="" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2clT2SOqdYMaEDWtXW0U_X4CChuIP0A1brIDHkAtXX-fHVXN39w8LWQNaX-xsCejvsVcTSh7tQyr3w_zzEUGvyI9CrQcCx1w9mEdXWjA-2Y3M2jNmrC0sF3hp3DNxnBLy-6bLjblc2c7t/s1600/NBTfacebook_right.png" />
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;
width=200&amp;
height=346&amp;
colorscheme=light&amp;
show_faces=true&amp;
border_color&amp;
stream=false&amp;
header=false" style="border: none;
height: 346px;
overflow: hidden;
width: 200px;">
</iframe>
</div>
</div></div>



Note:-Don’t forget to change Red colour keywords.







Add jQuery LIGHTBOX Popup Facebook Likebox To Blogger NEW


Add jQuery LIGHTBOX Popup Facebook Likebox



I had given to Facebook as jQuery popup box and jQuery to facebook emerging as the box with the background image in my previous post, if you are new here, that the first visit, now I'm back with the same widget, just change the background image and the size of this widget. I just tried this and I hope you enjoyed it.

How To Add A Awesome Facebook Fan Page JavaScript For Blogger

Go to blogger > Open layout tab

Now Add A new HTML/JavaScript widget

Now paste the code given below :




<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>


<link rel="stylesheet" type="text/css" href="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/facebook-pop-old/lightbox-style-popup-facebook-likebox-widget-01.css" /><script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/facebook-pop-old/facebook-colorbox-v1.3.19.js"></script><script type="text/javascript"> jQuery(document).ready(function(){ if (document.cookie.indexOf('visited=true') == -1) { var fifteenDays = 1000*60*60*24*30; var expires = new Date((new Date()).valueOf() + fifteenDays); document.cookie = "visited=true;expires=" + expires.toUTCString(); $.colorbox({width:"400px", inline:true, href:"#subscribe"}); } }); </script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a> <div style='display:none'><div id='subscribe' style='padding:10px; background:#fff;'><center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyHcYC2T4NAUZ0b776t8Avq_jpOVLglkIPnTY7lMEicRr5l5YDIo1anhGZBREaQPDsW_IyS5g_5LWSkNzkROxosUobsH9vA1uQ1PY2Xkau4XkSVSDg9gLgQ9PRyYt5Lg8DE5w9GuhOkvC0/s1600/LikeUsOnFacebook.png" width:300px; height:150px;"/></center><center><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>

</center>
</div>
</div>





Note :- Do not add above red colored jQuery plugin if your blog already jQuery plugin.

Replace pages%2FBlogspot-tutorial%2F220888831260608 With your Facebook User name


Customization:


The widget saves up a cookie in the visitors computer. You can change the frequency after which the widget would appear to the visitor. Simply change the number 30 to the number of days your wish. Say you want your widget to reappear after 30 days after the first time. Than change 30 to 7.

Now you have done !!!











Add a Awesome jQuery Pop-Up For Facebook Like Box


Add a Awesome jQuery Pop-Up For Facebook Like Box


After my recent Adsense Popup widget. Now I decided to present some fresh for what comes with a nice jQuery Popup Box to Facebook as. This is an excellent widget to enhance taste. You can see most of the sites or blogs that are used to increase pop unpaid, fans and supporters. This popup jQuery cute for Facebook As the box is a great blogger widget. As soon as the new visitors coming to your blog will display the pop visitors, which can help increase the size and get more traffic to my next tutorials Facebook.In I'll try to make it more interactive with links to social media profiles and a complete version with all its contents, which can need.Check out show down and I will show you how to add jQuery Popup cute for Facebook as the box to Blogger or WordPress?




Add Facebook Likebox Popup To Blogger

Go To Blogger > Design
Click choose a gadget
Select HTML/javascript widget
Paste the following code inside it



<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>

<link rel="stylesheet" type="text/css" href="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/facebook-pop-old/lightbox-style-popup-facebook-likebox-widget-02.css" /><script src="http://24work-new.googlecode.com/svn/trunk/24work-blogspot/facebook-pop-old/facebook-colorbox-v1.3.19.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=false') == -1) {
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#subscribe"});
}
});
</script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a> <!-- This contains the hidden content for inline calls --> <div style='display:none'>
<div id='subscribe' style='padding:10px; background:#fff;'>
<h3 class="box-title">Receive all updates via Facebook. Just Click the Like Button Below<center><p style="line-height:3px;" >▼</p></center></h3>
<center>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=300&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe></center>

</div>
</div>




Note:- Replace pages%2FBlogspot-tutorial%2F220888831260608 With your Facebook User name







Facebook Popup Widget with Lightbox Effect


Facebook Popup Widget with Lightbox Effect




<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>

<style type="text/css">
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9PFPHoHrUSisHeJ7N_dan4h-qKmt51-ikjXJ7-LGd-kQDhlgSWjS76sQCqZMlX1lzXGzlrFyi9K-119VcM-B_IYbPhJ-p1rdfKjurRHl3cj4lZtl6_zSQ5v1Q3-d_bJrohndi6aR5WiHH/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style> <script type="text/javascript"> //<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}

value = String(value);

return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}

// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]> </script><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a> <script type="text/javascript"> jQuery(document).ready(function($){
if($.cookie('popup_user_login') != 'yes'){
$('#fanback').delay(100).fadeIn('medium');
$('#fanclose, #fan-exit').click(function(){
$('#fanback').stop().fadeOut('medium');
});
}
$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });
});
</script>

<div id='fanback'>
<div id='fan-exit'>
</div>
<div id='fanbox'>
<div id='fanclose'>
</div>
<div class='remove-borda'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?

href=http://www.facebook.com/pages/Blogspot-tutorial/220888831260608&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'

style='border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;'></iframe><center>
</center>
</div>
</div>



Customize: the widget only shows up the first time the user visits your page. If you would like the facebook box to popup evertime the page loads, then remove this line of code:


$.cookie('popup_user_login', 'yes', { path: '/', expires: 7 });













3+ Ways To Customize The Facebook Fan Box Widget With CSS

The Facebook plugin style is unfortunately not an easy task because the details are very limited shared in the Facebook Developers page. Custom Plugins will help you stand out as a brand and market your business as well. In April 2010, Daddydesigns posted a tutorial on how to style and make the modifications to the box fan on Facebook. Your tutorial was well received, but with the introduction of Facebook as the box instead of Fan Box, change in algorithms made ​​it difficult to modify the plugin using the same guide. After several trial and error, managed to make the necessary changes made ​​by DaddyDesigns small to fully customize the box with flavors like custom fonts and colors. This surely would not have been possible with your help bright.


Customize Facebook Like Box With CSS to blogger

it's simple

1. Go to Blogger Dashboard >> Layout >> Add a gadget >> Add HTML/Javascript Box.

2. Paste the following code in HTML/Javascript Box.


Note:- Replace pages%2FBlogspot-tutorial%2F220888831260608 With your Facebook User name


Customize Facebook Like Box Using CSS Style 1:-


Custom Facebook Like Box




<div style="background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioUQdQvbEQBmx5xV1UCm2pXQ0s_usyDTDtj481hb-AMcQCZIJraQlczfYzCWcOt7PKPSgYoXhiux4zB67RbNEP0X3oOg8J2nsO1SoxlQuLev7cbjpmBfi4wVJGaMFOT_kFIwLlWrApp_mt/s1600/fan-01-pic.png');overflow:hidden;border-radius: 110px;.height:250px;width: 238px;border-radius: 0px 13px 0px 0px;overflow: hidden;"><div style="height: 250px; overflow: hidden;"><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=250&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;border_color=%23f4f4f4&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:258px;" allowtransparency="true"></iframe>
</div>
</div>


And now click Save


Style 2:-


Custom Facebook Like Box




<div style="-moz-box-shadow: 0px 15px 20px 0px #777777; -webkit-box-shadow: 0px 15px 20px 0px #777777; background-color: #f4f4f4; border-radius: 15px; border: 1px solid #CCCCCC; box-shadow: 0px 15px 20px 0px #777777; height: 270px; margin: 30px; padding: 10px 0 10px 10px; width: 250px;"><div style="height: 250px; overflow: hidden;"><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=250&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;border_color=%23f4f4f4&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:258px;" allowtransparency="true"></iframe>
</div>
</div>


Style 3:-


Custom Facebook Like Box




<div style="background: rgb(0, 255, 0);background: -moz-linear-gradient(90deg, rgb(0, 255, 0) 14%, rgb(249, 228, 175) 69%);background: -webkit-linear-gradient(90deg, rgb(0, 255, 0) 14%, rgb(249, 228, 175) 69%);background: -o-linear gradient(90deg, rgb(0, 255, 0) 14%, rgb(249, 228, 175) 69%);background: -ms-linear-gradient(90deg, rgb(0, 255, 0) 14%, rgb(249, 228, 175) 69%);background: linear-gradient(90deg, rgb(0, 255, 0) 14%, rgb(249, 228, 175) 69%);width:250px;padding:0 0px;margin:10px 0;border:solid 1px #c7c7c7;"><div style="height: 250px; overflow: hidden;"><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=250&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;border_color=%23f4f4f4&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:258px;" allowtransparency="true"></iframe>
</div>
</div>


Style 4:-


Custom Facebook Like Box




<div style="background: rgb(255, 192, 203);background: -moz-linear-gradient(90deg, rgb(255, 192, 203) 14%, rgb(249, 228, 175) 69%);background: -webkit-linear-gradient(90deg, rgb(255, 192, 203) 14%, rgb(249, 228, 175) 69%);background: -o-linear gradient(90deg, rgb(255, 192, 203) 14%, rgb(249, 228, 175) 69%);background: -ms-linear-gradient(90deg, rgb(255, 192, 203) 14%, rgb(249, 228, 175) 69%);background: linear-gradient(90deg, rgb(255, 192, 203) 14%, rgb(249, 228, 175) 69%);width:250px;padding:0 0px;margin:10px 0;border:solid 1px #c7c7c7;"><div style="height: 250px; overflow: hidden;"><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FBlogspot-tutorial%2F220888831260608&amp;width=250&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;border_color=%23f4f4f4&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:258px;" allowtransparency="true"></iframe>
</div>
</div>





Your personal Facebook as the box is ready to be served! That's it. Paste this code anywhere you want and your personalized style box is displayed to perfection. If you have any problems let me know. I will post more designs and tutorials on this topic on this week.


Credits: Readers are requested to kindly link back to this page if they wish to share this working tutorial with their visitors. It's the only tutorial published after Daddydesigns tut which provides a modified solution.





Visit her blog to see pop Facebook. To check the widget and again just delete the cookies on your browser and refresh the page to see that return. That's a cool Facebook widget pop up that surly increase their Facebook fan count.Thanks back to MBT or Harish for the original gadget.












Such is the article Add Static Facebook Pop Out Like Box with Smooth JQuery Hover

That's an article Add Static Facebook Pop Out Like Box with Smooth JQuery Hover This time, you can also read other posts in this blog, some posts like 0 day tutorials 000webhost tutorials 001 tutorials 0365 tutorials 0ad tutorials 1 stop tutorials 1000 tutorials 1000 tutorials computer tricks and tweaks 1001 tutorials 123d tutorials 12d tutorials 17 hats tutorials 1911 tutorials 1password tutorials 1x tutorials 2014 tutorials photoshop 2020 tutorials 21accents/tutorials 280 tutorials 280 tutorials brook hills 2d tutorials 2d tutorials unity 2d3d tutorials 2do tutorials 3 tutorials in introductory physics w/masteringphysics 3d tutorials 4 tutorials hijab 43oh tutorials 4d tutorials 4g tutorials 4nec2 tutorials 4r7 tutorials 50 tutorials 50 tutorials illustrator 50 tutorials photoshop 53 tutorials 555 tutorials 5d tutorials 5g tutorials 5srw tutorials 600d tutorials 60d tutorials 614 tutorials 64bits tutorials 6502 tutorials 6d tutorials 6d tutorials youtube 6s tutorials 6sigmaet tutorials 7 tutorials command prompt 70 tutorials photoshop 700d tutorials 70d tutorials 718 tutorials 71squared tutorials 737 ngx tutorials 7d tutorials 7tutorials hotspot 7tutorials windows 10 8.1 tutorials 802.11 tutorials 8051 tutorials 8051 tutorials microcontroller 8051 tutorials pdf 8052 tutorials 8085 tutorials 8086 tutorials 80fitz tutorials 89s51 tutorials 9 tutorials photoshop 944 tutorials 960gs tutorials 99 tutorials 99demos tutorials 99designs tutorials 9lessons tutorials 9tut tutorials 9tut tutorials pdf _s tutorials a b tutorials a tutorials youtube a+ tutorials download a+ tutorials free a+ tutorials montreal a+ tutorials pdf a+ tutorials pdf free download a+ tutorials ppt a+ tutorials review and learning a+ tutorials review and learning services a+ tutorials video free ableton 9 tutorials algebra 1 tutorials algebra 1 tutorials free algebra 2 tutorials alice 3 tutorials android l tutorials angular 2 tutorials as3 tutorials astra h tutorials b boy tutorials bh tutorials bq tutorials b.ed tutorials b.tech tutorials in delhi b.tech tutorials in hyderabad barry m tutorials barry m tutorials contour bluej tutorials bootstrap 3 tutorials c tutorials for placements c tutorials in tamil c tutorials in telugu c tutorials javatpoint c tutorials online c tutorials pointers c tutorials videos c tutorials w3schools c tutorials youtube c tutorialspoint pdf calculus 1 tutorials captivate 6 tutorials captivate 8 tutorials captivate 9 tutorials capture 1 tutorials clicker 6 tutorials cocos2d-x tutorials comptia n+ tutorials comptia n+ tutorials pdf conio.h tutorialspoint construct 2 tutorials corsa d tutorials creative ideas and tutorials creo 2 0 tutorials creo 2 tutorials cryengine 3 tutorials cryengine v tutorials css3 tutorials cubase 8 tutorials d language tutorials d-link tutorials d.i.y tutorials diana f+ tutorials drupal 8 tutorials e commerce tutorials point e commerce tutorials point pdf e tutorials india e tutorials ku e tutorials traces e tutorials university of kashmir e-tutorials online exam p tutorials f tutorials f tutorials for beginners f tutorials pdf f tutorialspoint f video tutorials f-secure tutorials fcpx tutorials flash 8 tutorials fstoppers tutorials g code tutorials g j tutorials g stomper tutorials g'mic tutorials gdt tutorials gdt tutorials pdf gdevelop tutorials gimp 2 tutorials gina k tutorials graphics.h tutorials graphics.h tutorials point gta v tutorials h-tutorialspoint-com tutorialspoint html tutorials html5 tutorials hyper v tutorials i mac tutorials i makeup tutorials i render tutorials i-tutorials university of law i.t tutorials iclone 6 tutorials imagej tutorials imovie tutorials inspire 1 tutorials ios 9 tutorials ipad tutorials iphone 6 tutorials iphone tutorials itunes u tutorials j h tutorials j j tutorials rajkot j tutorials java 8 tutorials java io tutorials java tutorials jmeter tutorials joey l tutorials jquery tutorials jsunil tutorials junit tutorials k map tutorials k map tutorials point k-3d tutorials k-3d tutorials pdf k-lite tutorials keda z tutorials knex tutorials l'oreal makeup tutorials l'oreal paris tutorials l'oreal tutorials l-edit tutorials laravel 5 tutorials launchpad s tutorials leica q tutorials level d tutorials lightroom 4 tutorials lightroom 5 tutorials lightroom 5 tutorials for beginners lightroom 5 tutorials pdf lightroom 5 tutorials youtube lightroom 6 tutorials lightroom 6 tutorials free logic x tutorials m learning tutorials m prakash tutorials m tech tutorials me tutorials m-files tutorials m-step tutorials mack z tutorials magicq tutorials makeup tutorials maschine 2 tutorials max 7 tutorials media sdk-tutorials-0.0.3 mediator 9 tutorials mimi g tutorials minecraft tutorials 0 minecraft tutorials 06 mini z tutorials miz b's tutorials beaumont tx motion 5 tutorials moto g tutorials musical.y tutorials mvc 4 tutorials mvc 5 tutorials n computing tutorials n shah tutorials n+ tutorials n+ tutorials free n+ tutorials pdf n+ tutorials videos n+ video tutorials free download n-photo tutorials nuke 9 tutorials nx 9 tutorials nx 9 tutorials pdf o bead tutorials o chem tutorials o level maths tutorials o level online tutorials o level tutorials o'neil tutorials o'reilly tutorials odesk tutorials on 1 tutorials op-1 tutorials os x tutorials pid tutorials pid tutorials pdf parker's tutorials phantom 3 tutorials photography tutorials photoshop 0.7 tutorials pdf photoshop 6 tutorials photoshop 7 tutorials photoshop 7 tutorials for beginners photoshop 7 tutorials pdf photoshop 7 tutorials photo effects photoshop 7 tutorials photo effects pdf photoshop bw tutorials photoshop tutorials photoshop tutorials 0.7 photoshop tutorials 2015 photoshop tutorials 7.0 in hindi photoshop tutorials y photoshop tutorials.w pro e tutorials pro e tutorials pdf progressive f tutorials project m tutorials propresenter 5 tutorials pspice tutorials python 3 tutorials python tutorials q interactive tutorials q lab tutorials q-script tutorials qbasic tutorials qbasic tutorials pdf qgis tutorials r g tutorials r k tutorials r k tutorials patna r tutorials for data mining r tutorials free r tutorials king r tutorials online r tutorials pdf r tutorials point pdf r tutorials ppt r tutorials video r tutorials youtube r-tutorials training rapidweaver 6 tutorials reason 8 tutorials ronin m tutorials s cube tutorials s k tutorials s kumar tutorials s note tutorials s p tutorial rourkela s pen tutorials s tutorialspoint s-frame tutorials sergs b tutorials serv-u tutorials sigma/w tutorials sims 3 tutorials sketch 3 tutorials sketchup 8 tutorials slope w tutorials staar l tutorials staar l tutorials 2016 staar l tutorials practice stdio.h tutorialspoint storyline 1 tutorials storyline 2 tutorials struts 1 tutorials struts 2 tutorials swift 2 tutorials t g tutorials t shirt tutorials cutting t splines tutorials t tutorialspoint t-sql tutorials tally 9 tutorials tiffany d tutorials time.h tutorialspoint timer 0 tutorials from microchip topaz bw tutorials tutoriales y mas tutorials tutorials 101 tutorials 123d design tutorials 3d tutorials 3d max tutorials 3d studio max tutorials 3ds max 2012 tutorials 3ds max 2013 tutorials 3ds max 2014 tutorials 3ds max 2015 tutorials 3ds max 2016 tutorials 3ds max beginners tutorials 3ds max modeling tutorials 4 life tutorials 4 looms tutorials 4 us tutorials 4 you tutorials 45 tutorials 4d cinema tutorials 500px tutorials 5d mark iii tutorials 667 tutorials 9 gk tutorials adobe tutorials adobe after effects tutorials adobe illustrator tutorials adobe premiere pro tutorials after effects tutorials android studio tutorials app inventor tutorials at apple store tutorials avid tutorials aws tutorials blender tutorials by a tutorials by a instagram tutorials by g tutorials by hugo tutorials by hugo sheet music tutorials by hugo truce tutorials by jenny doan tutorials by mallya tutorials by queen tutorials by tina tutorials by tips tutorials c programming tutorials c tutorials cambridge tutorials campus tutorials cinema 4d tutorials classes tutorials collection tutorials computer tutorials crossword clue tutorials css tutorials daddy tutorials dance tutorials definition tutorials deviantart tutorials digital ocean tutorials direct tutorials download tutorials download sites tutorials drawing tutorials electronics tutorials engineer tutorials english tutorials epfoservices public activate uan tutorials epfoservices public kyc updation tutorials examples tutorials excel tutorials excel 2013 tutorials excel 2016 tutorials eyebrows tutorials for blender tutorials for blender 3d tutorials for excel tutorials for illustrator tutorials for lightroom tutorials for microsoft word tutorials for minecraft tutorials for quickbooks tutorials for short hair tutorials for u tutorials for windows 10 tutorials gateway tutorials gimp tutorials gone wrong tutorials gone wrong compilation tutorials google docs tutorials graphic design tutorials ground tutorials gst tutorials guitar tutorials guru tutorials hair tutorials hair style tutorials hijab tutorials hindi tutorials horizon tutorials horizon zero dawn tutorials how to tutorials how to draw tutorials html tutorials hub tutorials i 3ds max tutorials icon tutorials illustrator tutorials imovie 09 tutorials in introductory physics tutorials in introductory physics homework pdf tutorials in introductory physics homework solutions manual tutorials in introductory physics pdf tutorials in introductory physics solutions tutorials in minecraft tutorials in quantitative methods for psychology tutorials in spanish tutorials java tutorials javascript tutorials jenkov tutorials jenkov java concurrency volatile tutorials jenkov java interfaces tutorials jenkov java util concurrent executorservice tutorials jobs tutorials jobs in bangalore tutorials jquery tutorials junction tutorials kali linux tutorials kaplan tutorials kashmir university tutorials keyboarding tutorials keynote tutorials keyshot tutorials kickass tutorials knitting tutorials kodi tutorials kolkata tutorials laravel tutorials latex tutorials library tutorials lightroom tutorials lightroom 6 tutorials link.com tutorials linux tutorials live ltd tutorials lynda tutorials macbook air tutorials makeup tutorials makeup youtube tutorials meaning tutorials microsoft excel tutorials microsoft office tutorials microsoft project tutorials minecraft tutorials missouri star quilt co tutorials mongodb tutorials nagpur tutorials names tutorials near me tutorials near rajarajeshwari nagar tutorials nearby tutorials nier automata tutorials ninja tutorials nitroflare tutorials node js tutorials nus tutorials on tutorials on excel tutorials on eyebrows tutorials on google docs tutorials on hair tutorials on how to draw tutorials on photoshop tutorials on quickbooks tutorials on youtube tutorials online tutorials or lectures tutorials p tutorials photoshop tutorials qgis tutorials qlikview tutorials qt tutorials qtp tutorials quantum espresso tutorials quantum mechanics tutorials quickbooks tutorials quilting tutorials quilting youtube tutorials quotes tutorials react tutorials redefined tutorials repo tutorials republic tutorials republic bootstrap tutorials rhino tutorials ride tutorials roblox tutorials ros tutorials ruby tutorials school tutorials sign in sheet tutorials sites tutorials sketchup tutorials software tutorials sony a6000 tutorials spring tutorials sql tutorials synonym tutorials systems tutorials t point tutorials teacher tutorials teacher mvc tutorials template tutorials tensorflow tutorials to do on youtube tutorials to draw tutorials to learn about literature searches tutorials to learn python tutorials tumblr tutorials u of t tutorials ubuntu tutorials uk tutorials unisa tutorials unity tutorials university tutorials unix tutorials unreal engine 4 tutorials uoft tutorials using modern renaissance tutorials utas tutorials vb.net tutorials vba tutorials vic uni tutorials videos tutorials videos download tutorials visual basic tutorials vlookup tutorials vray sketchup tutorials vs lectures tutorials vuw tutorials watercolor painting tutorials website tutorials website template tutorials windows 10 tutorials with modern renaissance tutorials word tutorials word 2016 tutorials wordpress tutorials wordpress theme tutorials world tutorials x plane tutorials x plane 10 tutorials x theme tutorials x3 tutorials yeahps tutorials yeoman tutorials yii tutorials yoga tutorials yosemite tutorials youtube tutorials yoyo tutorials zach king tutorials zbrush tutorials zbrush download tutorials zend framework tutorials zentangles tutorials zine tutorials zk tutorials zombie makeup tutorials zone tutorials zoner photo studio tutorials-2 world tutorials4u tutorials4u struts tutorialsbya q and a tutorialsdl tutorialspoint tutorialspoint (i) private limited tutorialspoint c tutorialspoint c tutorialspoint d tutorialspoint d pdf tutorialspoint d programming tutorialspoint f pdf tutorialspoint html tutorialspoint j tutorialspoint java tutorialspoint javascript tutorialspoint k map tutorialspoint python tutorialspoint r tutorialspoint spring tutorialspoint sql tutorialspoint t-sql tutorialspoint v model tutorialspoint/email u boot tutorials u-handbag tutorials udk 4 tutorials unity 5 tutorials unreal 4 tutorials v basic tutorials v-rep tutorials vb6 tutorials vb6.o tutorials vcarve tutorials vlookup tutorials vray tutorials wii u tutorials windows 7 tutorials windows 8 tutorials windows 8 tutorials beginners windows 8 tutorials beginners pdf windows.h tutorials x particles tutorials xcode 6 tutorials xcode tutorials y.android tutorials tutorials yoga tutorials for beginners younique tutorials youtube tutorials z score tutorials z transform tutorials z wave tutorials z-index tutorials z/os tutorials zbrush tutorials zbrush tutorials pdf,oke hopefully this post can be useful for you all. Well, see you in other article postings.

You are now reading the article Add Static Facebook Pop Out Like Box with Smooth JQuery Hover With link address https://tutorialbugz.blogspot.com/2016/03/add-static-facebook-pop-out-like-box.html

0 Response to "Add Static Facebook Pop Out Like Box with Smooth JQuery Hover"

Post a Comment

How to change mouse cursor in blogger blog to animated cursors

How to change mouse cursor in blogger blog to animated cursors.One of the best way to add extra fun to your blog is, changing mouse cur...