-->

Saturday, 27 July 2013

0 How to Add Customized Twitter Fan Box With Followers Recent Tweets

at 10:28

Twitter Fanbox
Twitter officially  has not release any twitter fan box for blog or website. But many blogger has already develop some Twitter Fan Box widget. But I have tried to add some extra spice on twitter fanbox. I have Customized it by adding 3 Color (Orange, Lemon and Purple) Twitter Fan Box  This will show your number of Twitter followers, Your fans and recent tweets of your friends. This is the second version of Twitter Fan box. Follow the steps below to add this beautiful Twitter Fan box to your Blogger Templates.



Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Go to your Layout tab.
Step 3 Click on "Add a Widget" then select "HTML/JavaScript" Widget.

Step 4 Now Copy the below code and Paste it in "HTML/JavaScript" Widget.

Twitter Fan Box Orange

Orange color twitter fan box
<style type="text/css">
/*---- header ----*/
div.tfw-header{
width:280px;
overflow:hidden;
padding:4px;
background-color:#FF6600;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:12px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border:#FF6600 1px solid;
border-bottom:none;
}
div.tfw-header a{
display:block;
outline:none;
text-decoration:none;
}
div.tfw-header a:hover{
text-decoration:none;
color:#eee;
}
div.tfw-header a img{
float:left;
margin:0 8px 4px 0;
}
div.tfw-header a:hover img{
}
div.tfw-header a em{
display:block;
font-style:normal;
line-height:24px;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
text-shadow:1px 1px 1px #666;
text-align:left;
color:#fff;
}
div.tfw-header a:hover em{
text-shadow:1px 1px 1px #000;
}
div.tfw-header a var{
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
*display:inline;
margin:2px 0;
line-height: 18px;
height: 18px;
position:relative;
background-color:#efefef;
background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
background-image:-moz-linear-gradient(top,#fff,#dedede);
background-image:-o-linear-gradient(top,#fff,#dedede);
background-image:-ms-linear-gradient(top,#fff,#dedede);
background-image:linear-gradient(top,#fff,#dedede);
border:#ccc solid 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#333;
overflow:hidden;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font:normal normal bold 11px/18px 'Helvetica Neue',Arial,sans-serif;
padding:0 3px 0 20px;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a:hover var{
border-color:#bbb;
background-color:#f8f8f8;
background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:linear-gradient(top,#f8f8f8,#d9d9d9);
-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a var i{
position:absolute;
top:50%;
left:2px;
margin-top:-6px;
width:16px;
height:12px;
background:transparent url(http://twitter-friends-widget.googlecode.com/svn/v2/twitter.png) 0 0 no-repeat;
}
div.tfw-header a dfn{
display:block;
margin:0;
padding:0;
font-weight:lighter;
text-align:left;
font-style:normal;
font-size:11px;
line-height:14px;
color:#fff;
cursor: default;
border:none;
}
/*---- users div ----*/
div.tfw-users{
width:284px;
height:135px;
border:#FF6600 1px solid;
overflow:hidden;
background-color:#F9F9F1;
padding:4px 0 0 4px;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
}
/* ul list of users */
div.tfw-users a{
display:block;
float:left;
overflow:hidden;
text-decoration:none;
outline:none;
margin:0 4px 4px 0;
filter:alpha(opacity=80);
opacity:0.8;
}
div.tfw-users a:hover{
opacity:1;
filter:alpha(opacity=100);
}
div.tfw-users a img{
display:block;
border:none;
filter:alpha(opacity=80);
}
div.tfw-users a:hover img{
filter:alpha(opacity=100);
}
div.tfw-users a i{
display:block;
white-space:nowrap;
overflow:hidden;
height:16px;
line-height:16px;
font-style:normal;
color:#666;
font-size:9px;
padding:0 2px;
}
/*---- www.bloggerspice.com ----*/
/*---- tweet div ----*/
div.tfw-tweet{
width:280px;
height:55px;
overflow:hidden;
position:relative;
background-color:#FED9BF;
padding:4px;
border:#FF6600 1px solid;
border-top:none;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:11px;
}
/* tweet author avatar */
div.tfw-tweet .avatar{
display:block;
width:48px;
height:48px;
margin:0 4px 4px 0;
float:left;
overflow:hidden;
}
/* author name */
div.tfw-tweet strong a{
margin-right:5px;
}
/* tweet body */
div.tfw-tweet .body {
display:block;
margin-left:55px;
}
/* tweet content */
div.tfw-tweet .content{
}
/* tweet date and source */
div.tfw-tweet .meta {
color:#999999;
display:block;
font-size:10px;
margin:3px 0 0;
}
div.tfw-tweet .meta a{
color:#999999;
text-decoration:none;
}
div.tfw-tweet .meta a:hover{
text-decoration:underline;
}
a.tfw-info{
display:none;
text-decoration:none;
outline:none;
padding:4px;
border:#DDEEF6 1px solid;
border-top:none;
text-align:right;
font-size:9px;
color:#666;
background-color:#C0DEED;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
}
a.tfw-info:hover{
color:#000;
}
</style>
<script src="http://bloggerspicebd.googlecode.com/files/jquery.min.js" type="text/javascript"></script>
<script src="http://bloggerspicebd.googlecode.com/files/jquery.twitter-friends-2.0.min.js" type="text/javascript"></script>
<div class="twitter-friends" data-options="{ username:'bloggerspice' ,tweet:1 ,loop:0 ,users_max:50 }">

Twitter Fan Box Lemon

lemon twitter fanbox
<style type="text/css">
/*---- header ----*/
div.tfw-header{
width:280px;
overflow:hidden;
padding:4px;
background-color:#E6FE80;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:12px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border:#E6FE80 1px solid;
border-bottom:none;
}
div.tfw-header a{
display:block;
outline:none;
text-decoration:none;
}
div.tfw-header a:hover{
text-decoration:none;
color:#eee;
}
div.tfw-header a img{
float:left;
margin:0 8px 4px 0;
}
div.tfw-header a:hover img{
}
div.tfw-header a em{
display:block;
font-style:normal;
line-height:24px;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
text-shadow:1px 1px 1px #666;
text-align:left;
color:#fff;
}
div.tfw-header a:hover em{
text-shadow:1px 1px 1px #000;
}
div.tfw-header a var{
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
*display:inline;
margin:2px 0;
line-height: 18px;
height: 18px;
position:relative;
background-color:#efefef;
background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
background-image:-moz-linear-gradient(top,#fff,#dedede);
background-image:-o-linear-gradient(top,#fff,#dedede);
background-image:-ms-linear-gradient(top,#fff,#dedede);
background-image:linear-gradient(top,#fff,#dedede);
border:#ccc solid 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#333;
overflow:hidden;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font:normal normal bold 11px/18px 'Helvetica Neue',Arial,sans-serif;
padding:0 3px 0 20px;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a:hover var{
border-color:#bbb;
background-color:#f8f8f8;
background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:linear-gradient(top,#f8f8f8,#d9d9d9);
-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a var i{
position:absolute;
top:50%;
left:2px;
margin-top:-6px;
width:16px;
height:12px;
background:transparent url(http://twitter-friends-widget.googlecode.com/svn/v2/twitter.png) 0 0 no-repeat;
}
div.tfw-header a dfn{
display:block;
margin:0;
padding:0;
font-weight:lighter;
text-align:left;
font-style:normal;
font-size:11px;
line-height:14px;
color:#fff;
cursor: default;
border:none;
}
/*---- users div ----*/
div.tfw-users{
width:284px;
height:135px;
border:#E6FE80 1px solid;
overflow:hidden;
background-color:#F9F9F1;
padding:4px 0 0 4px;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
}
/* ul list of users */
div.tfw-users a{
display:block;
float:left;
overflow:hidden;
text-decoration:none;
outline:none;
margin:0 4px 4px 0;
filter:alpha(opacity=80);
opacity:0.8;
}
div.tfw-users a:hover{
opacity:1;
filter:alpha(opacity=100);
}
div.tfw-users a img{
display:block;
border:none;
filter:alpha(opacity=80);
}
div.tfw-users a:hover img{
filter:alpha(opacity=100);
}
div.tfw-users a i{
display:block;
white-space:nowrap;
overflow:hidden;
height:16px;
line-height:16px;
font-style:normal;
color:#666;
font-size:9px;
padding:0 2px;
}
/*---- www.bloggerspice.com ----*/
/*---- tweet div ----*/
div.tfw-tweet{
width:280px;
height:55px;
overflow:hidden;
position:relative;
background-color:#E6FE80;
padding:4px;
border:#E6FE80 1px solid;
border-top:none;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:11px;
}
/* tweet author avatar */
div.tfw-tweet .avatar{
display:block;
width:48px;
height:48px;
margin:0 4px 4px 0;
float:left;
overflow:hidden;
}
/* author name */
div.tfw-tweet strong a{
margin-right:5px;
}
/* tweet body */
div.tfw-tweet .body {
display:block;
margin-left:55px;
}
/* tweet content */
div.tfw-tweet .content{
}
/* tweet date and source */
div.tfw-tweet .meta {
color:#999999;
display:block;
font-size:10px;
margin:3px 0 0;
}
div.tfw-tweet .meta a{
color:#999999;
text-decoration:none;
}
div.tfw-tweet .meta a:hover{
text-decoration:underline;
}
a.tfw-info{
display:none;
text-decoration:none;
outline:none;
padding:4px;
border:#DDEEF6 1px solid;
border-top:none;
text-align:right;
font-size:9px;
color:#666;
background-color:#C0DEED;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
}
a.tfw-info:hover{
color:#000;
}
</style>
<script src=" http://bloggerspicebd.googlecode.com/files/jquery.min.js" type="text/javascript"></script>
<script src=" http://bloggerspicebd.googlecode.com/files/jquery.twitter-friends-2.0.min.js" type="text/javascript"></script>
<div class="twitter-friends" data-options="{ username:'bloggerspice' ,tweet:1 ,loop:0 ,users_max:50 }">

Twitter Fan Box light Purple

purple twitter fan box
<style type="text/css">
/*---- header ----*/
div.tfw-header{
width:280px;
overflow:hidden;
padding:4px;
background-color:#CC0099;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:12px;
border-radius: 4px 4px 0px 0px;
-moz-border-radius: 4px 4px 0px 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border:#CC0099 1px solid;
border-bottom:none;
}
div.tfw-header a{
display:block;
outline:none;
text-decoration:none;
}
div.tfw-header a:hover{
text-decoration:none;
color:#eee;
}
div.tfw-header a img{
float:left;
margin:0 8px 4px 0;
}
div.tfw-header a:hover img{
}
div.tfw-header a em{
display:block;
font-style:normal;
line-height:24px;
font-size:14px;
font-weight:bold;
margin:0;
padding:0;
text-shadow:1px 1px 1px #666;
text-align:left;
color:#fff;
}
div.tfw-header a:hover em{
text-shadow:1px 1px 1px #000;
}
div.tfw-header a var{
display:-moz-inline-stack;
display:inline-block;
vertical-align:top;
*display:inline;
margin:2px 0;
line-height: 18px;
height: 18px;
position:relative;
background-color:#efefef;
background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
background-image:-moz-linear-gradient(top,#fff,#dedede);
background-image:-o-linear-gradient(top,#fff,#dedede);
background-image:-ms-linear-gradient(top,#fff,#dedede);
background-image:linear-gradient(top,#fff,#dedede);
border:#ccc solid 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#333;
overflow:hidden;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
font:normal normal bold 11px/18px 'Helvetica Neue',Arial,sans-serif;
padding:0 3px 0 20px;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a:hover var{
border-color:#bbb;
background-color:#f8f8f8;
background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
background-image:linear-gradient(top,#f8f8f8,#d9d9d9);
-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a var i{
position:absolute;
top:50%;
left:2px;
margin-top:-6px;
width:16px;
height:12px;
background:transparent url(http://twitter-friends-widget.googlecode.com/svn/v2/twitter.png) 0 0 no-repeat;
}
div.tfw-header a dfn{
display:block;
margin:0;
padding:0;
font-weight:lighter;
text-align:left;
font-style:normal;
font-size:11px;
line-height:14px;
color:#fff;
cursor: default;
border:none;
}
/*---- users div ----*/
div.tfw-users{
width:284px;
height:135px;
border:#CC0099 1px solid;
overflow:hidden;
background-color:#F9F9F1;
padding:4px 0 0 4px;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
}
/* ul list of users */
div.tfw-users a{
display:block;
float:left;
overflow:hidden;
text-decoration:none;
outline:none;
margin:0 4px 4px 0;
filter:alpha(opacity=80);
opacity:0.8;
}
div.tfw-users a:hover{
opacity:1;
filter:alpha(opacity=100);
}
div.tfw-users a img{
display:block;
border:none;
filter:alpha(opacity=80);
}
div.tfw-users a:hover img{
filter:alpha(opacity=100);
}
div.tfw-users a i{
display:block;
white-space:nowrap;
overflow:hidden;
height:16px;
line-height:16px;
font-style:normal;
color:#666;
font-size:9px;
padding:0 2px;
}
/*---- www.bloggerspice.com ----*/
/*---- tweet div ----*/
div.tfw-tweet{
width:280px;
height:55px;
overflow:hidden;
position:relative;
background-color:#FE80DF;
padding:4px;
border:#CC0099 1px solid;
border-top:none;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
font-size:11px;
}
/* tweet author avatar */
div.tfw-tweet .avatar{
display:block;
width:48px;
height:48px;
margin:0 4px 4px 0;
float:left;
overflow:hidden;
}
/* author name */
div.tfw-tweet strong a{
margin-right:5px;
}
/* tweet body */
div.tfw-tweet .body {
display:block;
margin-left:55px;
}
/* tweet content */
div.tfw-tweet .content{
}
/* tweet date and source */
div.tfw-tweet .meta {
color:#999999;
display:block;
font-size:10px;
margin:3px 0 0;
}
div.tfw-tweet .meta a{
color:#999999;
text-decoration:none;
}
div.tfw-tweet .meta a:hover{
text-decoration:underline;
}
a.tfw-info{
display:none;
text-decoration:none;
outline:none;
padding:4px;
border:#DDEEF6 1px solid;
border-top:none;
text-align:right;
font-size:9px;
color:#666;
background-color:#C0DEED;
font-family: lucida,tahoma,helvetica,arial,sans-serif !important;
border-radius: 0px 0px 4px 4px;
-moz-border-radius: 0px 0px 4px 4px;
-webkit-border-radius: 0px 0px 4px 4px;
}
a.tfw-info:hover{
color:#000;
}
</style>
<script src=" http://bloggerspicebd.googlecode.com/files/jquery.min.js" type="text/javascript"></script>
<script src=" http://bloggerspicebd.googlecode.com/files/jquery.twitter-friends-2.0.min.js" type="text/javascript"></script>
<div class="twitter-friends" data-options="{ username:'bloggerspice' ,tweet:1 ,loop:0 ,users_max:50 }">

Customization:

  •   Replace BloggerSpice with your twitter username
Step 5 Save your widget and you are done!

0 Cute Colorful Facebook Like Box For Blogger V.1

at 10:17

Facebook fan box
We knows that Facebook is number one in the world of social networking. It helps to spread your content by sharing with others. And the Facebook like box is best way to get more facebook fans. It allows your blog readers to like your fan page directly from your blog. This like box is the first release from Blogger Spice. Hope it will attract your visitors and will help to get more fans.

Live Demo

Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Go to your Layout tab.
Step 3 Click on "Add a Widget" then select "HTML/JavaScript" Widget.

Step 4 Now Copy the below code and paste it in "HTML/JavaScript" Widget.
<style type="text/css">
#bsfb-box { background-color:#80C8FE; border-bottom:1px solid #ccc; height: 240px; position:relative; margin-bottom:10px; width:292px; }
#bsfb-box:before,#bsfb-box:after{ background:#009999; border:2px solid #aaa; border-top:2px; bottom:-3px; content:""; height:2px; left:2px; position:absolute; right:2px; }
/***** http://www.bloggerspice.com/ ******/
#bsfb-box:after { bottom:-5px; box-shadow:0 0 4px #aaa; left:4px; right:4px; }
</style>
<div id="bsfb-box">
<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/bloggerspice&amp;width=292&amp;
height=265&amp;show_faces=true&amp;stream=false&amp;header=false&amp;" style="border:10px; overflow:hidden; width:292px; height: 230px;"></iframe>
</div>
Note: Don’t Change any code then it won’t work.

Customization:

  •   Replace BloggerSpice with your twitter username
Step 5 Save your widget and you are done!

0 Twitter and Facebook Mashable Fanbox for Blogger

at 10:16

twitter and facebook
Visitors most favorable Social Networking Media is Facebook and Twitter. So I have tried to mash up those two famous Social Media Service in one widget and successfully applied it with little twitter bird animation. This is my first Twitter and Facebook mashable widget. I hope my readers will like this. 
Live Demo




Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Go to your Layout tab.
Step 3 Click on "Add a Widget" then select "HTML/JavaScript" Widget.

Step 4 Now Copy the below code and paste it in "HTML/JavaScript" Widget.



<style type="text/css">
#bstf-box { background-color:#04BDFA; border-bottom:1px solid #ccc; height: 270px; position:relative; margin-bottom:10px; width:292px; }
#bstf-box:before,#bstf-box:after{ background:#f7f7f7; border:1px solid #aaa; border-top:none; bottom:-3px; content:""; height:1px; left:2px; position:absolute; right:2px; }
#bstf-box:after { bottom:-5px; box-shadow:0 0 2px #aaa; left:4px; right:4px; }
/***** www.bloggerspice.com ******/
.twitterpage { height: 34px; overflow: hidden; }
</style>
<div id="bstf-box">
<object type="application/x-shockwave-flash" data="http://www.twpics.com/BUTTON6/twitbutton.swf" width="290" height="80"><param name="movie" value="http://www.twpics.com/BUTTON6/twitbutton.swf"></param><param name="allowscriptaccess" value="always"></param><param name="menu" value="false"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="username=BloggerSpice"></param><a href=" http://www.bloggerspice.com/" title="bloggerspice">bloggerspice</a><embed src="http://www.twpics.com/BUTTON6/twitbutton.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="180" height="80" menu="false" wmode="transparent" flashvars="username=BloggerSpice"></embed></object>
<div class="twitterpage"><iframe allowtransparency="true" frameborder="0
" scrolling="no" src="//platform.twitter.com/widgets/follow_button.html?screen_name=BloggerSpice" style="background: #f6f6f6; border-color: #CCCCCC; border-style: solid; border-width: 0 1px; height: 20px; padding: 7px; width: 276px;"></iframe></div>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/BloggerSpice&amp;width=292&amp;
height=200&amp;show_faces=true&amp;stream=false&amp;header=false&amp;" style="border:none; overflow:hidden; width:292px; height: 160px;"></iframe>
</div>



 
Note: Don’t Change any code then it won’t work.


Customization:


  • Replace BloggerSpice with your Twitter username or ID
  •  Replace BloggerSpice with your Facebook username or ID

0 Add Floating Facebook Like Box For Your Blog

at 10:14

facebook like box
Floating Facebook Like Box is now old concept. Just for completeness of a Tutorial blog site I am sharing this trick. Usually we place a Facebook Like Box at the sidebar or in template’s footer. Its aims to be a blog or website make well-known and ultimately it will help to increase traffic. However, if we just mouse over on widget then it will be visible, when we will take away then it won’t be visible. If help for those website who has insufficient space in sidebar or footer. Another features of this floating Facebook like box that you can change any background you like.  Just  follow the below steps to make Floating Facebook Like Box in your Blog Template.

Jquery Plugin For Floating Facebook Like Box

Step 1 Log in to your Blogger Account and Go to your Blogger Dashboard
Step 2 Now click on -> Template -> Edit HTML
Step 3 Now Find this code </Head> by pressing Ctrl + F
Step 4 Copy the below code and Paste it Before/above </Head>


<script type="text/javascript"> src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"
</script>
Note: Skip This step if you have already installed Jquery Plugin in your template.

HTML Code For Floating Facebook Like Box

Step 1 Go to your Layout tab.
Step 2 Click on "Add a Gadget" then select "HTML/JavaScript" Gadget.

Step 3 Now Copy the below code and paste it in "HTML/JavaScript" Gadget and Save it.

<script type="text/javascript">
//<!--
$(document).ready(function() {$(".floatinglikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.floatinglikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUHhR0EY6GHmfEw6yhLNsn51WHL9sQ3q49cafBgsIojp59EdEGqGD2ykp7SdoAiqsQJ64zAOde0pFp3NrpA7fxA4ZM-30GlaoUg3eEFonx5OZSWQH_6A1gL4Eobv0fgfL0Ul5voef20Qfk/s320/BS+Facebook+Floting.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 40px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.floatinglikebox div{border:none;position:relative;display:block;}
.floatinglikebox span{bottom: 10px;font: 10px tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.floatinglikebox span a{color: #000000;text-decoration:none;}
.floatinglikebox span a:hover{text-decoration:underline;}
</style><div class="floatinglikebox" style=""><div><iframe src="//www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/BloggerSpice&amp;width=251&amp;height=270&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23cccccc&amp;stream=false&amp;header=false&amp;appId=159468740772399" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:251px; height:270px; background:#FEFEFE;" allowtransparency="true"></iframe><span><a href="http://www.bloggerspice.com/2013/02/add-floating-facebook-like-box-for-your.html" target="_blank">+Get This!</a></span></div></div>

Customization


  • Change BloggerSpice with your Facebook Id
  • Change FEFEFE for background color. You can select color code from Here.

0 Facebook Auto Slide out Dark Widget For Bloggers Blog

at 10:12

facebook widget
Facebook auto slide out widget is a new concept that is very effective to get more fans for your blog. This widget is very attractive with dark color with auto slide out and in effects. So it's just not like a Facebook popup widget it will appear in bottom of your blogger templates when a visitors will scroll to bottom then it will appear. Again when a visitor scroll to top  then it will disappear. I have also added a close button if visitors wish to close it during their visit. I believe it will help you to increase your Facebook fan rapidly. So before proceed to the tutorial you can see the Demo from below but you have to scroll down to the demo page to see the DEMO.
Live Demo






Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Go to your Layout tab.
Step 3 Click on "Add a Widget" then select "HTML/JavaScriptGadget.

Step 4 Now Copy the below code and paste it in "HTML/JavaScriptGadget.

<script src="http://bloggerspicebd.googlecode.com/files/bloggerspice.fb.popup.slide.js" type="text/javascript"><a href="http://www.bloggerspice.com" title="Blogger Spice">Blogger Spice</a></script><div id="bloggerspiceslidebox" style="position: fixed; width: 300px; overflow: hidden; bottom: 5px; left: 5px; background:#000000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhb9Zv3RlPrLTHEfcHM54WKfr5im10G6KUEFV4dnK_leCS6Z_E4oZEG0n2HFQhjWbM3YsN8X33yDaGgWw6V3oKmQ1hvmcQLQHNxAc8stKUPZjaUHaw4kHlkFBGokFQNfcaGJw1TCEiyoywi/s320/BS+pattern.png);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border: 1px solid #222; display: block;"><div style="width: 300px; padding: 2px; margin: 0pt auto; overflow: hidden;"><div style="color: orange; font-family: &quot;Trebuchet MS&quot;,sans-serif; text-align: left;"></div><div style=" float:left;margin-right:10px;" > <a href="http://www.bloggerspice.com" target='_blank'><img width='19' alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwl8Z0txKu3lS6TaBnOjjcDmbjPXS4cjFAzL1oY9BA7aFP-4rj3AlJt_O9LW1c9IVG0k9l9Ddg9s6-D7OlSZddwyrbQeqm7U89TZU87Y35bF22kR9GWPiGDevA6UOWjyIMYuWmLn3VNZpU/s1600/Link+BS.png'/></a></div><b><span style="font-size: 12px; color:#666; padding: 0pt 2px;">Please Join Us And Be A Part</span></b><a id="bloggerspicecloseslidebox" style="float: right; color: #000; padding: 0pt 2px; border: 0px solid #000; text-decoration: none; font-size: 11px; font-family: Agency FB,Geneva,sans-serif;" href="#"><img width='20' alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYf7naqc3J98EefoDBR7UDU9YuKitx3iYfoxBpPoYAci8WFno8lgDuqZPkkzdsBvnsAB8qewiG3QGotdo4ZVmtC2y0gb7jLLzmaWqoVH6ElQ84PnGb_C4dfoeyNF7mGca5fSBkN3iMRkbQ/s1600/FB-Close+BS.png'/></a><iframe allowtransparency='false' frameborder='0' scrolling='no' src='http://www.facebook.com/plugins/likebox.php?href=https://www.facebook.com/BloggerSpice&amp;width=294&amp;colorscheme=dark&amp;show_faces=true&amp;border_color=%23000000&amp;stream=false&amp;header=false&amp;height=255' style='background:trasparent;border:1px solid #222; overflow:hidden; width:294px; height:255px;'/></iframe></div></div>

Customization

  • Change Please Join Us And Be A Part with your Own Words
  • Replace https://www.facebook.com/BloggerSpice with your Facebook Fan page link
 

Labels

Labels

Labels

Labels

Copyright © 2013. Blogger Spice - All Rights Reserved