Powered by Blogger.
Menu :
Showing posts with label WIDGETS. Show all posts
Showing posts with label WIDGETS. Show all posts

How To Add JQuery Image Slider For Blogger

In today's posts we would discuss about adding jQuery image slider for blogger. This image slider for blogger has many features like navigation, fast load time and control option. You can also display a featured posts title and description. The slider is coded to display featured posts only on the blog homepage. This slider was converted from wordpress to blogger by MBT. You can just give it a try.

image-slider-for-blogger

Add jQuery Image Slider To Blogger Blogspot

Follow this easy steps to add the image slider to your blog:

1. Go to Blogger Dashboard => Template => Edit HTML
2. Press Ctrl + F and search for </head>
3. Download the jQuery image slider codes Here
4. Paste the downloaded jQuery codes just above/before the </head> tag.
5. Now press Ctrl + F and search for ]]></b:skin>
6. Paste the below CSS codes above/before ]]></b:skin>

/*-----BlogStable.com jQuery Image Slider For Blogger------*/
.featuredposts{border:1px solid #E9E7DE;width:608px;background:#FFF;margin:0 0 10px 0;height:400px;overflow:hidden;}
.fp-slides{}
.fp-post{padding:13px;}
.fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;}
.fp-title{color:#787878;font:bold 14px  Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;}
.fp-title a{color:#000;text-decoration:none;}
.fp-title a:hover{color:#0080fF;text-decoration:none;}
.fp-label{color:#504D4D;margin:15px 15px 0 15px;padding:0;text-transform:uppercase;font:bold 16px/16px Arial,Helvetica,Sans-serif;}
.fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;}
.fp-more,.fp-more:hover{color:#F77C04;font-weight:bold;}
.fp-nav{width:590px;padding:0px 10px;height:14px;}
.fp-pager a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1VKko-kZlET2X0L5ntrwRc5RmwMeaP1xG4om-u8vL3YMEkd1RmIpMn2kwuX4ISltGy6ooPjX9s4hpmLlmkqg1MBzzQgxlNXLcb4pIt564Z3KSq3zDmBPRvtLqhyphenhyphenvdkpZuAq6RB23ieYw/s1600/featured-pager.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;}
.fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px;}
.fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisauHpJ-Aw_sqVSvl02jiZSM3tbm-xKz3-iYFIST1_CCQRtMm1zDkbzIGVHFTWFvehaCeMslPR8a2Q2kmbl0psziqRukPmwYLUH3S_-4ew8y02ughZdTN22rEkJqd6fvaJpfknCB9NxQk/s1600/featured-prev.png) top left no-repeat;}
.fp-prev:hover{opacity:1;}
.fp-prev:active{opacity:0.7;}
.fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwbXZVrJ1kA4phn_2UvF-dqtcMA0moBkAWnLSTOKrK4-kB886MDmJn2Z-FbE8vL4_Wqzi_6IhNoOcZp6gF3AKNsJxbRgp5glTEsAQ8K2r05sKzmdk9ouqceMKwnfquhmER_iccFrNoQ9Q/s1600/featured-next.png;) top left no-repeat}
.fp-next:hover{opacity:1;}
.fp-next:active{opacity:0.7;}
 7. Press Ctrl + F and search for the following:

<div id='main-wrapper'>
8. Just below it paste the below HTML codes:

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div class='featuredposts clearfix'>
<div class='fp-slides'>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-1 HERE'><img src='ADD IMAGE-1 LINK HERE'/></a></div><h3 class='fp-title'><a href='ADD POST URL-1 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-2 HERE'><img src='ADD IMAGE-2 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-2 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-3 HERE'><img src='ADD IMAGE-3 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-3 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-4 HERE'><img src='ADD IMAGE-4 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-4 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
<div class='fp-post'>
<div class='fp-thumbnail'><a href='ADD POST URL-5 HERE'><img src='ADD IMAGE-5 LINK HERE'/></a></div>
<h3 class='fp-title'><a href='ADD POST URL-5 HERE'>WRITE POST TITLE HERE...</a></h3> <p> WRITE POST DESCRIPTION HERE... </p>
</div>
</div>        
<div class='fp-nav clearfix'>
<span class='fp-pager'/>              
<a class='fp-next' href='#fp-next'/>
<a class='fp-prev' href='#fp-prev'/>
</div>
</div>
</b:if></b:if>
9. Note: You must have to make this necessary changes before saving your template:

  • Replace WRITE POST DESCRIPTION HERE with the post page description.
  • Replace ADD POST URL-5 HERE with the address (url) of your post pages
  • Replace WRITE POST TITLE HERE with the main title of your post pages
  • Replace ADD IMAGE-5 LINK HERE with the images url of the featured posts.

10. That's all dudes! You're through on adding adding image slider for blogger.

Feedback!

If you experienced any difficulties adding jQuery image slider to your blog, kindly leave a query below through comment. Also remember to subscribe to our rss feeds to get our latest posts delivered directly to your email inbox.

Be Social: Don't just read and work away, consider sharing this tutorial with your social networking friends. 

Recent Posts Widget For Blogger With Thumbnails

On my previous posts I've shared a lot of blogger widgets that can can help in keeping your readers to stay longer in your blog. And today am bringing to you the most used widget in the blog-o-sphere known as recent posts widget. With this blogger widget you're sure of increasing your blog's pageviews and thus boosting your blog's traffic. This widget is absolutely very necessary for bloggers to add it to their blog. Follow the below steps to add recent post widget for blogger.

Recent Post Widget For Blogger

How To Add Recent Posts Widget To Your Blog?

1. Go to Blogger Dashboard => Layout
2. Click the Add Gadget link as pictured below.


3. Once you've clicked on the "Add Gadget" link on the sidebar, scroll down until you find HTML/Javascript. 

Add Gadget For Blogger

4. Click on the  +  sign and paste the codes given below inside the text-area of the box.

<div class="$bs-recent-posts-widget">
<script src="http://helplogger.googlecode.com/svn/trunk/listbadge.js">{"pipe_id":"1a6640e2a78b2c6e736f2220529daae5","_btype":"list",
"pipe_params":{"URL":"http://www.blogstable.com/feeds/posts/default"},
"hideHeader":"false","height":"500","count": 8 }</script>
<div style="font-family: arial, sans-serif; font-size: 9px;" class="ycdr"><a href="http://www.blogstable.com/2013/07/recent-post-widget-for-blogger.html" target="_blank" title="Grab this widget">Recent Posts Widget With Thumbnails</a></div><noscript>Your browser does not support JavaScript!</noscript></div>
<style type=text/css>
.$bs-recent-posts-widget {margin:10px 0px;padding:0px;}
.ybr li  {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
.pipesTitle {padding-top:0px;}
.pipesDescription {display:true;}
.ycdr {background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxU9plZIli_GTxDMX_84teOMNV6bR4ibPeDJJNrwOXe7BHblJFzSXil69Lqocmt4NhA4-h4N49QZ9KV8DMlYXtVIV6osHyJHadl3XOd-m7NZPOfInX0a8pXtdiKvv9qBBr1-0M3pqV9es/s1600/logo.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 4px 0px 0px 0px;line-height:14px;}
.ycdr, .ycdr a {color:#999999;}
.widget .popular-posts ul {padding-left:0;}
</style>
5. Now you have to make some changes for the widget to work properly. Simply replace the http://www.blogstable.com with your own blog address (Url).

6. Finally hit the Save button.. You're done! (Make use of the Optional changes for futher customization)
Optional Changes

1. To disable the scroll bar simply removed the 500 from the code, and the height of the widget would be measured according to the number of posts displayed.

2. To increase or decrease the number of posts displayed on the widget, simply change the value of 8 to the desired number of posts you want to be displayed.

Feedback!

Query? Do you have any query regarding these tutorial on how to add recent posts widget to blogger? We're always there to put you through. Post your queries via comment and we'll get back to you as soon as possible.

Comment! We've done our own part by sharing these informative tutorial with you. So, it's now your turn to show appreciation by leaving a useful comment below.

Share! Don't just read and work away, try sharing it to your friends on social networking sites like, Facebook and twitter. Your friends may find it very useful.

Subscribe! You don't want to miss any of our future updates? Subscribe to our rss feeds to get all our latest updates delivered directly to your email inbox.

Add Facebook Popup Like Box To Blogger

I received a mail from my dedicated reader asking me how to add a Facebook popup like box to blogger blog. So, for the benefit of other readers i decided to share it here for everyone searching for how to add a Facebook popup like box to blogger blogs. Adding a Facebook popup like box to your blog really plays a handsome role in your blogging career. Facebook is the major social networking site that help bloggers and webmasters to build a large audience around their blogs, it also help in boosting blog readership and thus, drive more traffic to your blog. If you have the Facebook popup like box installed on your blog, you'll noticed that your Facebook fan page likes would be increasing on daily basis, thus increasing your blog's traffic.

Preamble: Though the primary aim of having these widget in your blog is to increase your Facebook fan page likes which would in-turn drive you massive traffic. So there's intense need of adding this widget to your blog. Also note that these widget could sometimes annoy your visitors, so therefore they can choose whether or not to like your Facebook page by easily navigating to the close button just by the top-right corner of the popup box.
Add Facebook Popup Like Box To Blogger

1. Go to Blogger => Template => Edit HTML
2. Click anywhere inside the template editor
3. Press Ctrl + F and search for </body>
4. Copy the code below and paste in right before the </body> tag.
<script type='text/javascript'>
//<![CDATA[
    KNFBFansPRO='BlogStable'
//]]>
</script>
<style>#fblikepop{background-color:#fff;display:none;position:fixed;top:200px;_position:absolute; /* hack for IE 6*/width:450px;border:10px solid #6F6F6F;z-index:200;-moz-border-radius: 9px;-webkit-border-radius: 9px;margin:0pt;padding:0pt;color:#333333;text-align:left;font-family:arial,sans-serif;font-size:13px;}
#fblikepop body{background:#fff none repeat scroll 0%;line-height:1;margin:0pt;height:100%;}
.fbflush{cursor: pointer;font-size:11px !important;color:#FFF !important;text-decoration:none !important;border:0 !important;}
#fblikebg{display:none;position:fixed;_position:absolute; /* hack for IE 6*/height:100%;width:100%;top:0;left:0;background:#000000;z-index:100;}
#fblikepop #closeable{float:right;margin:7px 15px 0 0;}
#fblikepop h1{background:#6D84B4 none repeat scroll 0 0;border-top:1px solid #3B5998;border-left:1px solid #3B5998;border-right:1px solid #3B5998;color:#FFFFFF !important;font-size:18px !important;font-weight:normal !important;padding:5px !important;margin:0 !important;font-family:&quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;, sans-serif !important;}
#fblikepop #actionHolder{height:30px;overflow:hidden;}
#fblikepop #buttonArea{background:#F2F2F2;border-top:1px solid #CCCCCC;padding:10px;min-height:50px;}
#fblikepop #buttonArea a{color:#999999 !important;text-decoration:none !important;border:0 !important;font-size:10px !important;}
#fblikepop #buttonArea a:hover{color:#333 !important;text-decoration:none !important;border:0 !important;}
#fblikepop #popupMessage{font-size:12px !important;font-weight:normal !important;line-height:22px;padding:8px;background:#fff !important;}
#fblikepop #counter-display{float:right;font-size:11px !important;font-weight:normal !important;margin:5px 0 0 0;text-align:right;line-height:16px;}</style>
<script src='http://mybloggertricks.googlecode.com/files/jquery.js' type='text/javascript'/>
<script src='http://connect.facebook.net/en_US/all.js#xfbml=1' type='text/javascript'/>
<script src='http://mybloggertricks.googlecode.com/files/mbtlikebox2.js' type='text/javascript'/>
<script language='javascript'>
//<![CDATA[
    $(document).ready(function(){                      
        $().KNFBFansPRO({
           timeout: 30,
            wait: 0,
            url: 'http://www.facebook.com/BlogStable',
            closeable: true        });
    });
//]]>
</script>
<div id='fbtpdiv'/>
5. Make some customization by replacing BlogStable with your Facebook page username.
6. You can also make this changes, though it's (Optional) =>Wait=0; these turn on the popup box immediately a visitor enters your blog; So you can tweak it to appear after 5 seconds by replacing Wait=0; to Wait=5;.

Feedback!

Comment! These was today's tutorial on adding a Facebook popup box for blogger blog. What do think about these widget, can it actually increase our Facebook likes and send us traffic as well? Your thought is always welcome. Don't hesitate leaving a comment.

Query? Do you experienced any difficulties adding the Facebook popup box to your blog? You're not alone, just leave your query below through comment and we'll get back to you as soon as time allows.

Subscribe! We don't want you to miss any of our future updates, it could be useful to you. So do well to subscribe below. All our future updates would be delivered directly to your email inbox.

Share It! This is also very important to make our work go viral. Don't just read and work away, try sharing these tutorials with your social networking friends. You can make use of our social sharing buttons below. Thanks. Happy blogging dudes...

How To Add Facebook Recommendation Bar To Blogger

This plugin (facebook recommendation bar) has been around since early 2012 and since then it's continually gaining a lot of popularity in the blogosphere. This recommendation bar has really help bloggers of all platforms to actually drive traffic to their blogs through likes and shares, it contains the number of likes and shares of your articles and also keep your readers to stay much longer by providing them with some related or previous content that has been liked or shared by other readers. Facebook recommendation bar put more engagement between you and your readers and thus increase your blog's traffic.
With facebook recommendation bar, you can definitely move your blogging career to the next level, because you'll be amazed with the viral spread of your contents. So it's highly recommended for bloggers to install this awesome plugin to their various blogs, and you'll be surprise with the result.


How Facebook Recommendation Bar Increase Blog Traffic?

Yes, it would definitely increase your blog's traffic since your content would be liked and shared by your readers. Not only boosting your blog's traffic, but it's will surely increases your page views. This plugin display when your readers are through reading your contents, or it's expand when your reader's scrolled down to a certain location, thus making it nearly impossible for readers to ignore the recommended articles. Now you understand why it's necessary to install facebook recommendation bar in your blog.

How To Add Facebook Recommendation Bar To Your Blog?

The below steps would certainly guide you through the easy installation of the facebook plugin. All you have to do is to follow the steps carefully.

#Step 1: Create A Facebook Application
A clear picture for creating any facebook application is given below. So, you must have to follow this steps to create an application for facebook recommendation bar:

2. Now click on Create New App button located at the top-right
3. Now a box would appear immediately, type "Recommendation Bar" or anything else in the App Name text field and leave blank other options. Click the Continue button.
4. Now enter the captcha code and hit submit button.


5. Now click on Website With Facebook Login and insert your blog address inside the box provided and click Save Changes as pictured below.

6. Now you'll see your two numerial charcters: App ID and App Secret. Now copy the App ID and save it somewhere. 
You've just completed the first step!

#Step 2: Add Facebook Recommendation Bar To Blogger

1. Go to Blogger => Template
2. Click Edit HTML
3. Click Format Template 
4. Now anywhere inside your HTML Editor and press Ctrl + F and search for this:


<html
5. Now replace the above code with following:

<html xmlns:fb='http://ogp.me/ns/fb#'
The above codes would make the recommendation bar compatible with earlier versions of Internet Explorer (IE)

6. Now press Ctrl + F and search for <body> tag, and just below it paste the below codes:

<div id='fb-root'/> <script> //Facebook Recommendation bar by www.mybloggertricks.com //<![CDATA[(function(d, s, id) {   var js, fjs = d.getElementsByTagName(s)[0];   if (d.getElementById(id)) return;   js = d.createElement(s); js.id = id;   js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=***************";   fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));//]]> </script><b:if cond='data:blog.pageType == &quot;item&quot;'><b:if cond='data:blog.pageType != &quot;static_page&quot;'><div style='z-index:999999; position:absolute;'> <fb:recommendations-bar action='like' max_age='0' num_recommendations='3'read_time='10' side='right' site='http://www.blogstable.com' trigger='40%'/></div></b:if></b:if>
7.  For these plugin to start working you need to make some changes to the highlighted part of the codes:

  • Replace *************** with the App ID you saved when creating the facebook recommendation bar.
  • Replace http://www.blogstable.com with your blog's address (url).
  • Save your Template.

Feedback!

    Please Share! I know you guys would definitely like adding these nice plugin to your blogs, but i want you to do me a favor. Kindly share it to your friends using the social share buttons below. Your friends might be in need of these plugin so as to keep their readers engaged. It would be a nice idea if you can just make these tutorial go viral by sharing it to facebook and twitter.

    Comment! We really appreciate comments from our readers. Please don't just read and go, try leaving a useful comment to show that you really like what we're doing here..

    Query? We're always there for any complaint regarding our tutorials. If you have any difficulties adding the facebook recommendation bar to your blog, kindy leave your reports through comment..

    Subscribe! We invite you to join other readers for our daily and weekly updates. Simply subscribe using the subscription box below so as to receive our latest updates right in your email inbox. Happy blogging dudes..

    Top and Best Related Post Widget with Thumbnails for Blogger Blog

    Hello friends! Today i am back with one awesome post well this is for bloggers.In this post i am going to share the related post widget which i am using presently.Well the credits goes for Imran Uddin from All Tech Buzz who designed this awesome related post widget.Imran uddin is my friend who guided me in very aspect in blogging :).
    Most of bloggers will use third party related posts widgets which increases the loading time.so by using the widget which we have designed know will save loading time of your blog.The related post widget looks like just above screen capture.if you want to see live demo scroll to the end of post you can see there.

    For live Demo How related post widget works go to end of post you can see You might also like

    Also Check: Increase Alexa Rank within 30 days

    Features:

    • Saves loading time
    • Shows only relevant post with Tittle by automatcilaly taking form labels.
    • Its easy to customize.

    How to Add Related post Widget for your Blog:

    • I always suggest you to back up your template when your going to edit it.If any thing goes wrong you can simply get back to previous stage
    • Now go to Temaplete edit section in Blogger by following 
    • Blogger Dashboard > Template > Edit Html.
    • Now find </head> by using Cntrl+f and paste the following code just before it.
    Click Here to get Code and copy that and paste it before </head>
    •  Now Search for <div class='post-fotter'> using cntrl+f and add the below code just before it.
    Click here to get code
    • Once you have done above steps click on save template.Now you can see the related post widget in every post at end.

    How to Edit this Widget:

    • You can change the width of Widget by changing 590px and similarly height by 300px.
    • You can also edit the Title as your Wish By changing You Might Also Like.
    • You can also have option to show how many post you want in widget.by default we make it as 4 you can edit if you want by changing maxresults=4
    I hope you Enjoyed the Post if you have any problems while using this widget let us know in the Comments below we will help you and Don't forget to share this awesome post.

    Add Email Subscription Form Below Post In Blogger

    In this tutorial am going to share with you how to add an awesome subscription form below blog post. Subscription form is one of the major key of driving traffic to a blog. Because it helps in keeping your readers with up to date tutorials, i.e whenever you published a new posts, your readers would automatically be notified instantly, and this would definitely result in fetching you more and more traffic as long as you keep updating your blog with fresh posts. These's great! isn't it?

    Add Subscription Form Bellow Posts.

    In my earlier posts i shared a similar tutorials on adding a wordpress like subscription widget to a blogger blog sidebar. Perhaps you don't know how important is these subscription form, then you just have to give it a try and see how it works for you. As we all knows that getting a targeted audience is not that easy without hard working.

    With this in mind, you have to try out different techniques to build a large audience around your blog. Introduce something catchy for your readers that would give them the reason of visiting your blog.

    We created these nice subscription form because we know what our readers like. This subscription form is supported in all major browsers including IE9+.

      How To Add The Subscription Form Below Post?

      1.  Log in to your Blogger's Dashboard 
      2.  Click on Template => Edit HTML
      3.  Click anywhere inside the Template Editor and press Ctrl F, search for this code: <data:post.body/>
      4.  Now just below/after <data:post.body/> paste the following codes:


      <!--BlogStable.com Subscribe Form Below Posts-->
      <style type="text/css">
      #post-subscription {
      background-color: #DFF1FE;
      width: 100%;
      height: 140px;
      line-height: 1.5em;
      margin: 5px 0px 20px;
      border: 1px solid #00477D;
      }
      #post-subscription p {
      font-family: Gabriola, Aharoni, Times, "Times New Roman", serif;
      color:#000;
      font-size: 20px !important;
      font-weight: 900;
      text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
      margin: 10px 0 -20px;
      padding: 0 5px;
      }
      #post-subscription form{
      background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCiU2ufT9BeNTtqDN85cZY6ByNwSKKZpiPyTNneDFr07BXJ8BpQ6dJ2Tdw71rDesKDNbrQ1hyphenhyphenPmea7kp5hv_oTddcLwHkvJsoR2F-yU_TWOmenBk9yC3boIW6HxoR-MTNqUaw450VyCBEz/s1600/subscription-arrow.png") no-repeat scroll 40px 0px transparent;
      }
      #post-subscription input {
      border: 1px solid #555;
      box-shadow: 0px 2px 2px #999;
      -moz-box-shadow: 0 2px 2px #999;
      -webkit-box-shadow: 0 2px 2px #999;
      }
      #post-subscription input.email {
      background: white url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAxqTzQads1Lr7FgKuNH0L5MUMdekvjlbRybAnZsRnYJmqctfkB1PJq4TwOvb77kMwzi6nNlhbfdMMqGE3gdfmj9SYznn7QXIPfofN7NySpky9-b1zOQEaPrUWCkvNc5QwLQ_W_uR3Iy3Q/s1600/subscribe-email.png) no-repeat
      center right;
      }
      #post-subscription input[type="text"] {
      font-size: 14px;
      margin-top: 10px;
      padding: 10px 28px 10px 5px;
      width: 230px;
      }
      #post-subscription input[type="submit"] {
      background: linear-gradient(to top,  #A61717,#FEC8C8);
      border: 1px solid rgba(0,0,0,0.4);
      color: white;
      cursor: pointer;
      font-size: 13px;
      font-weight: bold;
      padding: 10px 2px;
      text-decoration: none;
      text-shadow: 1px 2px 2px rgb(158, 23, 23);
      margin: -5px;
      }
      #post-subscription input[type="submit"]:hover {
      background: linear-gradient(to bottom,  #A61717,#FEC8C8);
      border: 1px solid rgba(0,0,0,0.4);
      }
      </style>
      <div id='post-subscription'>
      <center>
       <p>
      Subscribe to Get Free Blogging Tips And Quality Tutorials Straight in Your Inbox.
      </p>
      <br/>
      <form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?  uri=BlogStable&apos;, &apos;popupwindow&apos;,   &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
       <input name='uri' type='hidden' value='BlogStable'/>
      <input name='loc' type='hidden' value='en_US'/>
       <input class='email' name='from' onblur='if(this.value==&apos;&apos;)  this.value=this.defaultValue;' onfocus='if(this.value==this.defaultValue)  this.value=&apos;&apos;;' type='text' value='Enter Your Email Here... '/>
      <input type='submit' value='Subscribe Now'/>
      </form>
      </center>
      <center>
      <a href='http://feeds.feedburner.com/BlogStable'>
      <img alt='' height='26' src='http://feeds.feedburner.com/~fc/BlogStable?bg=99CCFF&amp;fg=444444&amp;anim=1' style='background-color: inherit; border:0' width='88'/>
      </a>
      </center>
      </div>
      <!--BlogStable.com Subscribe Form Below Posts Ends-->
      5.  You have to make some changes on the codes. Change BlogStable to your feeburner address.
      6.  You also have to change your feed-count address, in other to keep records of your subscribers. Add your feed-counter address by changing BlogStable to your own feeds address.
      7. to customize the subscription form background color, simply change this code #DFF1FE; You can also use our Color Code Generator to select your favorite color.

      Feedback!

      If you have any difficulties adding these subscription form to your blog, kindly leave your query via comment. Also remember to share it to your friends on social networking sites like facebook and twitter.
      You don't want to miss any of our future updates? Do well to subscribe to our RSS feeds, so as to get our latest posts delivered directly to you email. Happy blogging pals.

      How to Find "Expand Widget Templates" or Widgets in New Blogger Style

      Hi friends blogger has many changes from last few years.Firstly the style of blogger control panel or editing panel was different from present day blogger control panel.As we all know Blogger is a source of Free we hosting given by almighty google, sorry for mentioning almighty as my feeling is google is almighty as it pays me and helps lot of people like me who get benificiate through google.

      This Google is changing the blogger style frequently.Previously it changed the style of control pannel as said above couple of years ago. Now it has changed the Template HTML EDITOR. Due to this many are facing problem in understanding the New Blogger Template HTML Editor. This new Blogger style has changed lot of aspects in it. Few Changes are listed below

      The Things Changed in New Template are :

      • Total look of the blogger HTML Editor
      • All widgets placed in separate column.
      • All widgets are been hidden in the template.
      • No Expand Widget Template option as it was in old Blogger HTML Editor.
      • Style of Previewing is Changed.
      So, due to this problems you may also not be be able to find "Expand Widget Template" option also to place the Ads Below the Post Title.I too got struck in this problem while i was trying to keep ad below my post title in my new blog Tolly Gossip i worked very hard to know the solution for it i googled it but not found any appropriate result or any exact result  which could give me the solution through googling,then upon my own experimenting i myself solved that problem. That was good moment for me and the things through which i got the solution to this problem i.e.. , "Expand Widget Template" in New Blogger Style HTML Editor.Here we go that how to see Widgets in New Blogger Template 
      Note:Expand widget Templates means expanding the Widgets so simply our aim is now to find widgets from the new style template editor

      Trick To Find Widgets in New Blogger Template HTML Editor :

      • The New Blogger has Removed the Option "Expand Widget Templates".
      So The New Blogger Style provided a seperate option for the Widgets as shown in below figure.
      Widget
      • But as far as i used this it was not at all satisfying me i.e.., i was not able to find which widget i need.
      • So, better search the widgets Manually.

      Steps to Search Widgets Manually in New Blogger:

      • Follow Image for better understanding.


      Open the Template editor and Scroll Down You will find arrows in between on the left side beside line numbers "▶" the widgets are hidden in this arrows
      • So, simply click on that arrow and find out which widget you want to find and edit that as your wish.
      • Note: CTRL+F is not working to find codes in new style blogger,So, i recommend to search it manually.
         
         Must Check: How to Increase Blog Traffic

      About Author: Santh kumar founder of Techno Nuts. He is a Tech Geek,Web Designer and Pro Blogger.you can follow him on facebook

      How To Add Related Posts Widget For Blogger Blogspot

      It's nice sharing with you this smart looking related blogger post widget. This widget is has been around for quite sometimes now. Knowing too well that you might have come across this widget either on Blogger or Wordpress platform but it happened that you don't really know the useful of it. The usefulness of this blogger related posts widget is undeniably, due to the fact that it helps in keeping your blog's visitors stay for a longer time than usual, which in-turn decreases the blog's bounce rate and consequently boost your page-views day-by-day. This widget is so important for we bloggers, and it's not difficult to add to our blog.


      How To Install This Widget On Your Blog?

      1. Go to Blogger Dashboard => Template => Edit HTML
      2. Click "Format Template" (this option expands the template)


      3. Click anyway inside the blogger template Editor and press Ctrl F and type <data:post.body/> in the search box provided and hit enter button in your computer.
      4. Paste the below code immediately after <data:post.body/>.

       <!--related post started-->
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      <div class='similiar'>
      <div class='widget-content'>
      <h2>Related post</h2>
      <div id='data2007'/><br/><br/>
      <script type='text/javascript'>
      var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
      var maxNumberOfPostsPerLabel = 5;
      var maxNumberOfLabels = 3;
      maxNumberOfPostsPerLabel = 5;
      maxNumberOfLabels = 3;
      function listEntries10(json) {
      var ul = document.createElement(&#39;ul&#39;);
      var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
      json.feed.entry.length : maxNumberOfPostsPerLabel;
      for (var i = 0; i &lt; maxPosts; i++) {
      var entry = json.feed.entry[i];
      var alturl;
      for (var k = 0; k &lt; entry.link.length; k++) {
      if (entry.link[k].rel == &#39;alternate&#39;) {
      alturl = entry.link[k].href;
      break;
      }
      }
      var li = document.createElement(&#39;li&#39;);
      var a = document.createElement(&#39;a&#39;);
      a.href = alturl;
      if(a.href!=location.href) {
      var txt = document.createTextNode(entry.title.$t);
      a.appendChild(txt);
      li.appendChild(a);
      ul.appendChild(li);
      }
      }
      <!--BlogStable.com-->
      for (var l = 0; l &lt; json.feed.link.length; l++) {
      if (json.feed.link[l].rel == &#39;alternate&#39;) {
      var raw = json.feed.link[l].href;
      var label = raw.substr(homeUrl3.length+13);
      var k;
      for (k=0; k&lt;20; k++) label = label.replace(&quot;%20&quot;, &quot; &quot;);
      var txt = document.createTextNode(label);
      var h = document.createElement(&#39;b&#39;);
      h.appendChild(txt);
      var div1 = document.createElement(&#39;div&#39;);
      div1.appendChild(h);
      div1.appendChild(ul);
      document.getElementById(&#39;data2007&#39;).appendChild(div1);
      }
      }
      }
      function search10(query, label) {
      var script = document.createElement(&#39;script&#39;);
      script.setAttribute(&#39;src&#39;, query + &#39;feeds/posts/default/-/&#39;
      + label +
      &#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
      script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
      document.documentElement.firstChild.appendChild(script);
      }
      var labelArray = new Array();
      var numLabel = 0;
      <b:loop values='data:posts' var='post'>
      <b:loop values='data:post.labels' var='label'>
      textLabel = &quot;<data:label.name/>&quot;;
      var test = 0;
      for (var i = 0; i &lt; labelArray.length; i++)
      if (labelArray[i] == textLabel) test = 1;
      if (test == 0) {
      labelArray.push(textLabel);
      var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
      labelArray.length : maxNumberOfLabels;
      if (numLabel &lt; maxLabels) {
      search10(homeUrl3, textLabel);
      numLabel++;
      }
      }
      </b:loop>
      </b:loop>
      </script>
      </div>
      </div>
      </b:if>
      <!--related post end-->

      You can also add some customization to these blogger posts related widget.
      • To add the numbers of post displayed, change the value of maxNumberOfLabels =3,
      • To add more labels, change the value of maxNumberOfPostsPerLabel =5;
      5. Click on the Save Template button just at the top left of the blogger template Editor.


      6. That's all.

      If you have any difficulties in adding these blogger related post widget to your blog, kindly post your query via comment.
      If you find these tutorial a bit useful consider sharing to your friends on social media sites like, facebook, twitter, stumbleupon and digg.
      You don't want to miss our future posts? Subscribe below for our daily updates! Happy blogging pals.

      How to Create and Add Alexa Widget to Blogger Blog or Website

      In My previous article i wrote about How To Increase Alexa Rank Of Your Blog.To increase Alexa rank one of simple tricks is to install Alexa widget on your blog.Because Alexa only calculate the traffic that is passed through their system.

      Importance of Alexa:

      To attract visitors on your blog , you need to show them that your blog is the best and has a good traffic ,to serve this purpose ALEXA has introduced traffic widgets , these widgets display the traffic rank of your website and also the number of links in(i.e back links) and these widgets come in 3 dimensions button , vertical banner and banner.
                                                

      Step by Step process to Add Alexa Traffic Widget to your Site

      • Firstly go to this URL (click here) , now type the URL of your blog and click on build widget
      Now copy the html code of the desired dimension and you have to paste it in your blog as extension.

      • Now log in to your blogger and browse to layout and click on Add gadget and click on HTML/JAVA script now paste the code that was copied from Alexa website and save the settings that's it you are done now you can find the Alexa traffic widget on your website 

      How To Add Wordpress/Blogger Subscription Form To Sidebar

      Here am going to share with you a smart subscription form that include just everything a blogger could ever think of. This subscription widget am about to release is a well known wordpress subscription form which was converted to blogger compatible widget by "MBT" long ago before been launched recently. This widget contains Facebook link, Twitter link, google+ link and RSS link. It also contain a beautiful subscription form where readers can easily subscribe for the latest updates!
      Note: This widget is made compatible to work with all browsers including (IE8+). 

      Wordpress Like Subscription Form

      Follow this easy steps to apply the subscription form to your "Blogger" blog.
      1. Goto blogger ==>Design
      2. Layout ==>Add Gadget
      3. Select==> HTML/JavaScript
      4. Add the following code to the "HTML/JavaScript" content box.
          <style type="text/css">

          .mbtbar{width: 100%; float: left;}

          .mbtbar .count{color:#333; font-size: 14px; font-weight: bold; font-family: Helvetica, Arial; background: #fff; height: 45px; line-height: 45px; vertical-align: middle; width: 100%; padding: 0 10px 0 4px;}

          .mbtbar .count span.bigcount{color:#F17C18; font-size: 24px; font-family: Helvetica, Arial; line-height: 39px; vertical-align: top; padding-right:3px;}

          .mbtbar .subicons{border-bottom: 1px solid #e6e6e6; margin: 0px 0 0px 0; float: left; width: 300px; font-family: Helvetica, Arial; font-size: 14px;}
          .mbtbar .subicons a{text-decoration: none; color:#333333;}
          .mbtbar .subicons a:hover{text-decoration: underline; color:#333333;}

          .mbtbar .subicons .rssicon{border-right: 1px solid #e6e6e6; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgw4eB_L8-tTt9tjgaH6PKH6R84dxJjj34HZE_1prATU8BsCwZJW-P-cPb3j07Q2PjzgZvySnt1yCi5FvWMnDberDltJiyCVfOG4ksaY5Mu2vWl0HeQJTbKw40-cydfbHj4KdrIu5OigVw/s400/rss.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}

          .mbtbar .subicons .fbicon{border-right: 1px solid #e6e6e6; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWj6FDLciSQcHdItkp69vUUUE354u0uFKvMpDAAw2_HdhoO_ZZesIkVeBCjub96o__bMkJkm04XmmcEcNV1BjX-iMCmgX87IqNDAOpGrZvdtsR6wXBG5CEyIet6Ns4ZJi29qeKyEmfs2A/s400/facebook.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}

          .mbtbar .subicons .twittericon{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUW2uYjm673uoHJMMjRLGoCmeEbuZnohAp0XHzzbuvGYpcqUZo55XTGGuzFlrE0HPmahwjKEYXinUPFGxGj4DhXTKWVmExyWoNvidCzuJ2rcpBMC9xf9abmUK_9k6_Op5jpxFtTBTBHHQ/s400/twitter.png) no-repeat left center; min-width: 20px; height: 48px; line-height: 57px; vertical-align: middle; float: left; padding: 0px 20px 0px 30px; margin: 0 0 0 5px;}

          .mbtbar .emailsub{border-bottom: 1px solid #e6e6e6; padding: 15px 0 20px 0; float: left; width: 100%; font-family: Helvetica, Arial;}

          .mbtbar .emailsub .emailicon{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqRZSlXCooOBgj4hZgsyHBh8O-WsYFWzPbwG_-THWKGHuuJjT3pN4TcY9K-rIhbUqJQQpNzjJ6sFDMqcZoZQEfWSYVA60O0mLALG7IS7Wbl9Vyt_8TX7rL_xDhDWO55R4cJhfhtK-wf4g/s400/email.png) no-repeat left center; float: left; padding: 5px 15px 0px 35px; margin: 0 0 0 5px; width: 300px; height: 28px; line-height: 28px; vertical-align: middle; font-size: 14px; color: #333; }

          .mbtbar .emailsub .emailupdatesform{margin: 15px 0 5px 5px; width: 300px; float: left;}

          .mbtbar .emailsub .emailupdatesform input.emailupdatesinput{background: #fff !important; float: left; border: 1px solid #d2d2d2; padding: 0px 8px 0px 8px; color: #a19999; font-size: 12px; height: 25px; width: 200px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

          .mbtbar .emailsub .emailupdatesform input.joinemailupdates{background:-moz-linear-gradient(top,#57ABFE 0%,#0080ff 100%); background:-webkit-gradient(linear,left top,left bottom,from(#57ABFE),to(#0080ff)); border: 1px solid #0080ff; text-transform: uppercase; color: #fff; height: 25px; padding: 0 12px 0 12px; margin: 0 0 0 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
          </style>

          <!--[if IE 7]>
          <style>
          .mbtbar .count span.bigcount{color:#F17C18; font-size: 24px; font-family: Helvetica, Arial; line-height: 34px; vertical-align: middle; }

          .mbtbar .emailsub .emailupdatesform input.joinemailupdates{background:#0080ff; border: 1px solid #0080ff; text-transform: uppercase; color: #ffffff; font-weight:bold; height: 25px; padding: 0 12px 0 12px; margin: 0 0 0 5px; }
          </style>
          <![endif]-->

          <div class="mbtbar"><div class="count">Join <span class="bigcount">100+</span> People Following Softvie</div><div class="subicons"><div class="rssicon"><a href="http://feeds.feedburner.com/BlogStable" target="_blank">RSS</a></div><div class="fbicon"><a href="http://www.facebook.com/BlogStable" target="_blank" rel="nofollow">Facebook</a></div><div class="twittericon"><a href="http://twitter.com/BlogStable" target="_blank" rel="nofollow">Twitter</a></div></div>
          <div class="emailsub">
          <div class="emailicon">Stay Updated via Email Newsletter</div>
          <div class="emailupdatesform">
          <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=BlogStable', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><input gtbfieldid="10" class="emailupdatesinput" name="email" value="Enter your email..." onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter your email...&#39;;}" onfocus="if (this.value == &#39;Enter your email...&#39;) {this.value = &#39;&#39;;}" type="text" /><input value="Softvie" name="uri" type="hidden" /><input value="Join" class="joinemailupdates" type="submit" /></form></div></div></div>   <p style="font-family:Arial;font-size:8px;font-style:italic;font-color:blue;text-align:left;float:left;"><a href="http://www.blogstable.com/2013/05/how-to-add-wordpressblogger.html">Get This Widget!</a></p>
      4. Save the widget and you're done! Check your blog and confirm the new installed "Subscription Widget" first, before proceeding to the last step.

      Final Step

      You need to make some changes to the above code which include the following:
      •  Replace the 100+ with your current feed count and also do well to be updating it at least every 2weeks. To change it color edit this #F17C18.
      •  Replace the <a href="http://feeds.feedburner.com/BlogStable with your RSS feed link.
      •  Replace the http://www.facebook.com/BlogStable with your facebook profile link or your fan page.
      •  Replace the http://twitter.com/BlogStable your twitter profile link.
      •  Finally, Replace http://feedburner.google.com/fb/a/mailverify?uri=BlogStable with your feedburner RSS link.
      I'll be very happy to hear your feedback and suggestions, never hesitate to let me know if you meet any difficulties in applying the widget. 
      Happy blogging pals.