BREAKING
Showing posts with label Blogger Gadget. Show all posts
Showing posts with label Blogger Gadget. Show all posts

Friday, 25 January 2013

Animated Sliding Recent Post Widget For Blogger


If you need a professional look of your blog, you must place an animated Recent Posts widget in your sidebar. As a good designer you must have a stylish blog. So your visitors are easily attracted. Its is very easy to add this widget. You have to put a code in HTML/JavaScripts box. Demo for this widget you can see in this blog.



Add This Widget To Blogger

  1.  First log in to your blogger account. Go to Dashboard >> Layout >> Add a Gadget >> HTML/JavaScript.
  2. Now put the below code into HTML/JavaScript box.

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
    <style type="text/css" media="screen">
    <!--
    #spylist {
    overflow:hidden;
    margin-top:5px;
    padding:0px 0px;
    height:350px;
    }
    #spylist ul{
    width:220px;
    overflow:hidden;
    list-style-type: none;
    padding: 0px 0px;
    margin:0px 0px;
    }
    #spylist li {
    width:208px;
    padding: 5px 5px;
    margin:0px 0px 5px 0px;
    list-style-type:none;
    float:none;
    height:70px;
    overflow: hidden;
    background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNOoxshJa_pwFInGlH8-S5zmIZzQIfyQL11kQ5Z4fT_aGQR44TFkKKOTvZW0O8UsMxb86CU_tAKb-heYKAyJV1mgud8_T91K7xQopidv-7qJ1XugYdeb48X8W3Ts9dom7uwNpZ1fE2zNfd/s1600/bdlab-blogspot-com.jpg) repeat-x;
    border:1px solid #ddd;
    }
    #spylist li a {
    text-decoration:none;
    color:#4B545B;
    font-size:11px;
    height:18px;
    overflow:hidden;
    margin:0px 0px;
    padding:0px 0px 2px 0px;
    }
    #spylist li img {
    float:left;
    margin-right:5px;
    background:#EFEFEF;
    border:0;
    }
    .spydate{
    overflow:hidden;
    font-size:10px;
    color:#0284C2;
    padding:2px 0px;
    margin:1px 0px 0px 0px;
    height:15px;
    font-family:Tahoma,Arial,verdana, sans-serif;

    }
    .spycomment{
    overflow:hidden;
    font-family:Tahoma,Arial,verdana, sans-serif;
    font-size:10px;
    color:#262B2F;
    padding:0px 0px;
    margin:0px 0px;

    }
    -->
    </style>
    <script language='JavaScript'>
    imgr = new Array();
    imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3zv60VlYYan7OHb7TEBPiSNrwAG_E-JHsoQrZbcnDlGcrQW7KcErAlPwweHRzEOXlDi1Htu9C8kKYve231pcEuHZQFnD2Yq_AvMazH7zgpMFTBJ9IXLvGwGRkg-pApyFhfxeyTeJH5qQ/s400/noimage.png";
    imgr[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3zv60VlYYan7OHb7TEBPiSNrwAG_E-JHsoQrZbcnDlGcrQW7KcErAlPwweHRzEOXlDi1Htu9C8kKYve231pcEuHZQFnD2Yq_AvMazH7zgpMFTBJ9IXLvGwGRkg-pApyFhfxeyTeJH5qQ/s400/noimage.png";
    imgr[2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3zv60VlYYan7OHb7TEBPiSNrwAG_E-JHsoQrZbcnDlGcrQW7KcErAlPwweHRzEOXlDi1Htu9C8kKYve231pcEuHZQFnD2Yq_AvMazH7zgpMFTBJ9IXLvGwGRkg-pApyFhfxeyTeJH5qQ/s400/noimage.png";
    imgr[3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3zv60VlYYan7OHb7TEBPiSNrwAG_E-JHsoQrZbcnDlGcrQW7KcErAlPwweHRzEOXlDi1Htu9C8kKYve231pcEuHZQFnD2Yq_AvMazH7zgpMFTBJ9IXLvGwGRkg-pApyFhfxeyTeJH5qQ/s400/noimage.png";
    imgr[4] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3zv60VlYYan7OHb7TEBPiSNrwAG_E-JHsoQrZbcnDlGcrQW7KcErAlPwweHRzEOXlDi1Htu9C8kKYve231pcEuHZQFnD2Yq_AvMazH7zgpMFTBJ9IXLvGwGRkg-pApyFhfxeyTeJH5qQ/s400/noimage.png";
    showRandomImg = true;
    boxwidth = 255;
    cellspacing = 6;
    borderColor = "#232c35";
    bgTD = "#000000";
    thumbwidth = 70;
    thumbheight = 70;
    fntsize = 12;
    acolor = "#666";
    aBold = true;
    icon = " ";
    text = "comments";
    showPostDate = true;
    summaryPost = 40;
    summaryFontsize = 10;
    summaryColor = "#666";
    icon2 = " ";
    numposts = 10;
    home_page = "
    http://www.mybesttricks.com/";
    limitspy=5
    intervalspy=4000
    </script>
    <div id="spylist">
    <script src='http://safir85.ucoz.com/bdlab-blogspot/24work/recent-posts/animated_recent_posts.js' type='text/javascript'></script>
    </div>
  3. In above code just change http://www.mybesttricks.com/ [the blue line] with your blog link or url. 

Need Help? ~ Comment Here

Thursday, 24 January 2013

Add Stylish Social Icons With Hover Effect To Blogger

Add Stylish Social Icons With Hover Effect To Blogger
       Social Icons widget is a very effective to take attention of your visitors. It help you to get more traffic from various social networking sites. By adding your social account links to your blog, your visitor can easily connect you and your blog updates. I will give stylish icon pack with Hover effect. The Social Icon Pack Include.


This widget Include

  • Google Plus Icon.
  • Twitter Icon.
  • Facebook Icon.
  • RSS Icon.
  • Email Icon.

How to add it to blogger

  1. First go to blogger Dashboard >> Template >> Edit HTML.
  2. Now Search for the code below [Use Ctrl+F].

    ]]></b:skin>
  3. And  paste the below code just above ]]></b:skin>.

    /* Social Widget by my best tricks*/

    #subscribe2 {
    background:#f3f3f3;
    border: 1px solid #ECEDE8;
    font-size: 90%;
    margin: 0 0 15px 0;
    padding: 7px 5px 3px 5px;
    width: 288px;
    }
    .subscribe-icons2 {
    margin: 0 auto;
    width: 286px; background: #f7f7f7;
    }
    .subscribe-icons2 li { -moz-border-radius:6px;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 0 2px 10px 2px;
    width: 52px;
    text-align: center;
    }
    .subscribe-icons2 a {
    color: #444 !important;
    display: block;
    padding: 56px 0 2px;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    }
    .subscribe-icons2 a:hover { -moz-border-radius:6px;
    -moz-box-shadow: 0 2px 4px hsla(0,0%,0%,.35);
    -webkit-box-shadow: 0 2px 4px hsla(0,0%,0%,.35);
    color: #369 !important;
    text-decoration: none;
    }
    .subscribe-icons2 .subscribe-youtube a {
    background: url(http://karrersimpson.com/obituaries/tomchuk-helen-1575/icon64_googleplus.png) center top no-repeat;
    }
    .subscribe-icons2 .subscribe-twitter a {
    background: url(http://karrersimpson.com/obituaries/tomchuk-helen-1575/icon64_twittert.png) center top no-repeat;
    }
    .subscribe-icons2 .subscribe-facebook a {
    background: url(http://karrersimpson.com/obituaries/tomchuk-helen-1575/icon64_facebook.png) center top no-repeat;
    }
    .subscribe-icons2 .subscribe-rss a {
    background: url(http://karrersimpson.com/obituaries/tomchuk-helen-1575/icon64_rss.png) center top no-repeat;
    }
    .subscribe-icons2 .subscribe-email a {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhtuIZNhwfr5Jbz0OZv5JH82159cVpmeo19yTYN8MsDNETPQR_hLhJ_-8kXzap3OPtnORdjaJfXp5n_44FBjZ4BP2kYkVMxCnp2h8r-OzC8RlRlK7R-Bbs31hXkZs2fNmCIRcg-bPk2mw/s320/gmail-email+21.png) center top no-repeat;
    }
4. Now add this code in your sidebar. Go to Layout >> Add a Gadget >> HTML/JavaScript.

<div class='subscribe2'>

<ul>
<li><a target="_blank" rel="nofollow" href="https://plus.google.com/
Your_Google+_ID">Google+</a></li>
<li><a target="_blank" rel="nofollow" href="http://twitter.com/
mybesttricks">Twitter</a></li>
<li><a target="_blank" rel="nofollow" href="http://www.facebook.com/
mybesttricks">Facebook</a></li>
<li><a target="_blank" rel="nofollow" href="http://feeds.feedburner.com/
mybesttricks">RSS</a></li>
<li><a target="_blank" rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=
mybesttricks&amp;loc=en_US"> Email</a></li>

</ul> <!--end .subscribe-icons-->

<div/>

</div>
    • Change Your_Google+_ID with your own.
    • Change mybesttricks with your own Facebook, Twitter and FeedBurner Username.

You have any problem, please comment.

Tuesday, 1 January 2013

Add Author Information Box Below Every Post To Blogger

Add Author Box Below Every Post To Blogger

         Author Box is a important widget for Blogger or Website holder. Having an author box is very important, because people love to know about the person behind the blog. It will also help those bloggers who have more than one authors writing for their blogs. An author box can include information such as the author's name, a short biography about the author and a small thumbnail picture of the author. You have seen
About Author Box in my blog below every post.



How Author box looks like

It looks like below image:
Add Author Box Below Every Post To Blogger

Add Author Box Below Every Post ~ Blogger

  1. First Log in to your blogger account and go to Template >> Edit HTML >> Check Expand Widget Templates. 
  2. Now Find the below code [Use Ctrl+F to find]:

    ]]></b:skin>
    Just above it paste the following codes:

    .author-box p {
    margin: 0;
    padding: 0;
    }
    .author-box img {
    background: #FFFFFF;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px;
    border: 1px solid #E6E6E6;
    }
  3. Now search for the given code:

    <div class='post-footer-line post-footer-line-1'/>
    Just below it paste the codes given below:

    <b:if cond='data:blog.pageType == &quot;item&quot;'>

    <div class='author-box'>

    <p><img alt='' class='avatar avatar-70 photo' height='70' src='Your Image Link' width='70'/><b>About the Author</b><br/>

    <div style='text-align: justify; font-family: verdana; color: rgb(0, 0, 0);'> Write Something About Yourself <br/>


    Connect Him on <a href='https://plus.google.com/Your Google Plus ID'>Google Plus</a> And <a href='https://www.facebook.com/Username'>Facebook</a>

    <p style='margin:-8px 0'><br/><center>

    <a href='http://www.mybesttricks.com/2013/01/add-author-information-box-below-every.html' style='text-decoration:none;font-size:70%;'>Get This</a></center>
    </p></div></p>

    </div>

    </b:if>
    Change the Blue lines in above code.
    Your Image Link, Write Something About Yourself, Your Google Plus ID, Username
  4. Before you save your template check preview. And then Save your template.

You have done all. Comment & Rate.

Monday, 24 December 2012

Add Recent Comments Widget With Avatar For Blogger & Blogspot

Add Recent Comments Widget With Avatar For Blogger & Blogspot
                     
This is the tutorial for adding Recent Comment with Avatar Widget to your blogger or blogspot blogs. This is a simple method, adding some html codes to your blog layout. This is a popular widget which increases your visitors comments. This widget looks like above image.



First Go to your blogger Dashboard

  1. Go to your Blogger Dashboard >> Layout >> Add a Gadget >> HTML/JavaScript

Add this HTML/JavaScript code


  1. Add this Code to HTML/JavaScript Box and Name Recent Comments.

    <style type="text/css">
    ul.w2b_recent_comments {
    list-style: none;
    margin: 0;
    padding: 0;
    }

    .w2b_recent_comments li {
    background: none !important;
    margin: 0 0 6px !important;
    padding: 0 0 6px 0 !important;
    display: block;
    clear: both;
    overflow: hidden;
    list-style: none;
    }

    .w2b_recent_comments li .avatarImage {
    padding: 3px;
    background: #fefefe;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    overflow: hidden;
    }
    .avatarRound {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    }
    .w2b_recent_comments li img {
    padding: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    }
    .w2b_recent_comments li span {
    margin-top: 4px;
    color: #666;
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;
    }
    </style>
    <script type="text/javascript">
    //<![CDATA[
    // Recent Comments Settings
    var
    numComments =
    5,
    showAvatar = true,
    avatarSize = 60,
    roundAvatar = true,
    characters = 40,
    showMorelink = false,
    moreLinktext = "More »",
    defaultAvatar = "
    http://www.gravatar.com/avatar/?d=mm",
    hideCredits = true;
    //]]>
    </script>
    <script type="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/w2b recent comments with avatars.js"></script>
    <script type="text/javascript" src="
    http://your-blog.blogspot.com/feeds/comments/default?alt=json&callback=w2b_recent_comments&max-results=5"></script>

  • Change http://your-blog.blogspot.com with your blog address.
  • Replace the value 5 for numComments = 5, and max-results=5  with the number of comments that you want.
  • Change your Anonymous avatar by changing http://www.gravatar.com/avatar/?d=mm.


You have complete all! Success or Not ???



Saturday, 15 December 2012

Two New Stylish Floating Facebook Like Box For Blogger

Two New Stylish Floating Facebook Like Box For Blogger

                     We all know Facebook is a high rated social media. Facebook having millions of visitor and getting billions of hits every day. Facebook page of a blog is one of important part for increasing blog traffic. Facebook likes brings you maximum number of visitors and increasing your pageviwes for the new posts. I will give you some stylish floating Facebook Like boxes for your blogger blog.

First add  J-Query code

  • Go to blogger Dashboard >>  Template >> Edit html.
  • Search for </head> and just above it paste the following JQuery code, (You can ignore this step if Jquery Link is already added in your template).

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

How to add the html codes?

  • Go to your blogger Dashboard >> Layout >> add a gadget >> HTML/JavaScript
  • Paste the following codes.

Style 1:


Two New Stylish Floating Facebook Like Box For Blogger

Code 1:

<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".abtlikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.abtlikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4C33hvo9seiPy2YAkbtL6qWtyhkLcmxmijuq87gLUNIgwublBRVIJ4fX-1scM92dV1ws_hxEGHsQIzqkbSYikQEwv89FlCvubXSu8NYwJJocYtwyzeqdFe6C8iOy9_tkNTPYatb2oZiI/s320/fb1-right.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.abtlikebox div{ padding: 0; margin-right:-8px; border:4px solid #3b5998; background:#fafafa;}
.abtlikebox span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.abtlikebox span a{color: gray;text-decoration:none;}
.abtlikebox span a:hover{text-decoration:underline;}
}
</style>
<div class="abtlikebox" style="">
<div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2F
mybesttrick&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;"></iframe><span><a href="http://mbt33.blogspot.in/2012/12/two-new-stylish-floating-facebook-like.html" target="_blank">Get This!</a></span></div></div>
</div>
</div>

Style 2:


Two New Stylish Floating Facebook Like Box For Blogger

Code 2:

<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("http://3.bp.blogspot.com/-JWNRbfKNQrk/UEoSI1LN1VI/AAAAAAAAMic/gnuREx219iE/s1600/fblikebox.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: #808080;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=http%3A%2F%2Fwww.facebook.com%2F
mybesttrick&width=240&height=320&colorscheme=light&show_faces=true&border_color=%23cccccc&stream=false&header=false&appId=159468740772399" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:240px; height:320px; background:#fff;" allowtransparency="true"></iframe><span><a href="http://mbt33.blogspot.in/2012/12/two-new-stylish-floating-facebook-like.html" target="_blank">Get This!</a></span></div></div>
  • Replace mybesttrick  from the above code and paste your own Facebook page username.
  • Now Save. Visit  your Blog to see it floating facebook like box at the right side of your webpage.

Need any help?? Comment Please!!!


Saturday, 1 December 2012

Add New Google Plus Followers Widget To Bolgger / Blogspot?

Add New Google Plus Followers Widget To Bolgger / Blogspot?

               Google Introduced New Google Plus Followers Widget To Blogger or Blogspot User. It is user friendly and can really help you in bringing traffic to your blog. You know that Google+'s followers have become very important for a blog in order to get the most traffic from Google.




Google Plus Followers Widget


This widget will tell the world how many people are following you, and will also show them some friendly faces (different for each person). It also has a follow button by default, which lets users follow your Google Plus profile page with a single click. This will help in getting your content across multiple streams, and to reach more readers on a more personal level through your blog.

Just Add This Widget In Easy Steps



  1. First Go to Blogger Home and Cilck Setting & then click Connect To Google+ . After Switch Your Account to Google+ and add your blog as Contributor. Like the below images. If you already done this then skip this step.

    Add New Google Plus Followers Widget To Bolgger / Blogspot?

    Add New Google Plus Followers Widget To Bolgger / Blogspot?

    Add New Google Plus Followers Widget To Bolgger / Blogspot?

  2. Now just go to your blogger DashBoard >> Layout >> Add a Gadget >> Google Plus Followers Gadget >> Save .

    Add New Google Plus Followers Widget To Bolgger / Blogspot?

 This Gadget Looks Like


Add New Google Plus Followers Widget To Bolgger / Blogspot?

So You Are Done. Please Comment !!!!

 
Copyright © 2013 My Best Tricks
Design by RoadStar Rakesh |
    Twitter Facebook Google Plus YouTube