Backbone.js Router Hashing Tutorial

If you are working with a single page application, then you must adopt backbone.js features and this helps your web project to be more powerful. Backbone.js is basically a lightweight framework that allows you to structure your JavaScript code in Model View Controller. This post I had covered basic implementation of router and URL hashing techniques.

Free PHP Hosting .
Read more »

Appfog Free Hosting for Beginners.

AppFog is a cloud hosting platform and they are offering unlimited applications with in 2GB RAM usage. This is the best place to experiment your projects, specially for beginners. This post explains you how to setup an application and upload files into the AppFog hosting platform.

Appfog Free Hosting for Beginners
Read more »

facebook id finder tool

Facebook id finder
Facebook id finder

hello readers i,m back with another new post which really help you by many ways . You know that in many places websites want you facebook user id but you dont know that what is user id and where to find it.
first what is facebook user id , it is a numeric base numbers with which you are identified on facebook and second some website use this to find user data on facebook . To use this tool you dont need to be logged in to your facebook id. you can use this tool very easily just put your user name in below box and click on get facebook id button
i.E https://www.facebook.com/undefeatablewarrior

undefeatablewarrior this is facebook username



older and newer post like labnol org

hello readers hope your all are fine i,m back with a new blogger trick which i think you really like and appriciate it because many people want widget like this . You ever listen the name of labnol.org it is one of the most popular blog in india which is run by amit agarwal the one of the most senior blogger . So you are thinking that why i,m talking about amit agarwal its because i,m going to teach you that how to add pagination like labnol.org the most beautiful pagination i ever seen these are some old style old and new post widget you seen on many blogs
OLD style older and newer post
but now we are change it into a new and stylish older and newer post widget in blogger wanna see the demo look at the picture below
How lovely it is looking so if you wanna older and newer post widget please follow my steps .

Steps

  • go to blogger > your blogs dashboard
  • html > edit html > proceed
  • Find  </head> ( Use CTRL+F )
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
Now paste the following code above the </head> tag and save your template
  • now go to page-elements (layout) 
  • add a gadget below post gadget 
  • select html/javascript and put the following code inside it
<style type="text/css"> #blog-pager-newer-link {font-size:85%;width:200px;text-align:left;}
#blog-pager-older-link {font-size:85%;width:200px;text-align:right;}
</style>
<script type="text/javascript">
$(document).ready(function(){
var newerLink = $("a.blog-pager-newer-link").attr("href");
$("a.blog-pager-newer-link").load(newerLink+" .post-title:first", function() {
var newerLinkTitle = $("a.blog-pager-newer-link").text();
$("a.blog-pager-newer-link").text("<< " + newerLinkTitle);
});
var olderLink = $("a.blog-pager-older-link").attr("href");
$("a.blog-pager-older-link").load(olderLink+" .post-title:first", function() {
var olderLinkTitle = $("a.blog-pager-older-link").text();
$("a.blog-pager-older-link").text(olderLinkTitle + " >>");//rgt
});
});
</script>
 then save it and  Now you will see the Post title instead of Older and newer post in your blog.

simple dropdown menu for blogger blog

Simple dropdown menu for blogger
Simple dropdown menu for blogger
hello everyone today i,m going to teach you that how to add simple dropdown menu in blogger and telling you about advantages of dropdown menu . you see these dropdown menu's in many of blogging blogs because one of the main point to use it is that you can add multiple links in one place and it makes your blog beautiful so you can understand importance of dropdown menu's in blogs .
lets start telling about adding this menu in blogger this is very simple to add dropdown menu in blogger
these are steps you have to follow them .

Steps

  • go to blogger dashboard > html> edit html > proceed
  • now find   ]]></b:skin> 
  • now paste following code above  ]]></b:skin> tag
/*----- RB Drop Down Menu ----*/

#rbnavbar {
    background: #2a2626;
    width: 100%;
    color: #FFF;
        margin: 0px;
        padding: 0;
        position: relative;
        border-top:0px solid #7f7777;
        height:35px;
}

#rbnav {
    margin: 0;
    padding: 0;
}
#rbnav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#rbnav li {
    list-style: none;
    margin: 0;
    padding: 0;
        border-left:1px solid #333;
        border-right:1px solid #333;
        height:35px;
}
#rbnav li a, #rbnav li a:link, #rbnav li a:visited {
    color: #FFF;
    display: block;
   font:normal 12px Helvetica, sans-serif;    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
       
}
#rbnav li a:hover, #rbnav li a:active {
    background: #6c6464;
    color: #FFF;
    display: block;
    text-decoration: none;
        margin: 0;
    padding: 9px 12px 10px 12px;
       
   
       
}
#rbnav li {
    float: left;
    padding: 0;
}
#rbnav li ul {
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 160px;
    margin: 0;
    padding: 0;
}
#rbnav li ul a {
    width: 140px;
}
#rbnav li ul ul {
    margin: -25px 0 0 161px;
}
#rbnav li:hover ul ul, #rbnav li:hover ul ul ul, #rbnav li.sfhover ul ul, #rbnav li.sfhover ul ul ul {
    left: -999em;
}
#rbnav li:hover ul, #rbnav li li:hover ul, #rbnav li li li:hover ul, #rbnav li.sfhover ul, #rbnav li li.sfhover ul, #rbnav li li li.sfhover ul {
    left: auto;
}
#rbnav li:hover, #rbnav li.sfhover {
    position: static;
}
#rbnav li li a, #rbnav li li a:link, #rbnav li li a:visited {
    background: #6c6464;
    width: 120px;
    color: #FFF;
    display: block;
    font:normal 12px Helvetica, sans-serif;
    margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;
   
}
#rbnav li li a:hover, #rbnavli li a:active {
    background: #2a2626;
    color: #FFF;
    display: block;     margin: 0;
    padding: 9px 12px 10px 12px;
        text-decoration: none;
}
  •  Now save the template
  • goto layout and add a gadget
  • select html/javascript
  • and paste following code in it 
<div id='rbnavbar'>
      <ul id='rbnav'>
        <li>
          <a href='#'>Home</a>
        </li>
        <li>
          <a href='#'>Contact</a>
       </li>
        <li>
          <a href='#'>About</a>
       </li>
        <li>
          <a href='#'>Blogging</a>
        </li>
  <li>
           <a href='#'>Services</a>
            <ul>
                <li><a href='#'>Sub Page #1</a></li>
                <li><a href='#'>Sub Page #2</a></li>
                <li><a href='#'>Sub Page #3</a></li>
                <li><a href='#'>Sub Page #4</a></li>
                <li><a href='#'>Sub Page #5</a></li>
              </ul>
        </li>
         <li>
          <a href='#'>Create This ></a>
        </li>
      </ul>
    </div>
  • if you want to change menu colour change this #2a2626
  • if you want to change colour of menu backgroun on mouse hover change this  #6c6464 
  • if you want to change dropdown colour change this  #6c6464
  • replace # with your menu link and names with your titles
 Save it and your menu is ready
NOTE : i did not create this menu i only shared it with you its orignal creator is realcombiz.com

add facebook send button in blogger

Assalam u alaikum readers how are you hope you all are fine . i,m back with new awesome blogger gadget with which your readers can send your posts directly to their friends so it is one of the popular way to increase traffic and readers by this trick you are thinking about gadget it is facebook send button it is very easy to use it and integrate it in blogger and it look best in your blog . there are many advantages of this button in blog because it is the button which connect your reader directly to facebook and then it is easy to share direct your post with friend and others. and now you are thinking about your blog speed so dont worry about blog speed it dont make load on your blog because it dont have too many javascript so it is not making load on your blog speed now i,m going to tell you that how to implement send button in the below or above of your blog post

Steps

  • Go to blogger >dashboard > html
  • click proceed and click on expand widget templates box
  • now find <data:post.body>
    <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450" show_faces="false" font=""></fb:like>
    now if you want to add send button above the post
    then paste this code above the <data:post.body> and if you want to add this button below the post then paste this code below the <data:post.body>
    and its done

    125x125 banners for blogs

    hello readers today i,m going to show you something about banner advertising as you seen on blogs some peoples added advertise here banners in there sidebars . It is one of the best source of income from your blog many of peoples and earning money from their blogs with this method you can also add side banners in your blogs sidebar and laso they add charm in your blog and your blog is looking professional when people visit on it . there are many sizes of advertisement  banners but some are very popular and mostly use in blogs
    some example of sizes are
    125x125
    320x250
    728x90
     these are main popular sizes which are used now a days in blogs and website you can see they added four 125x125 banners in their sidebars because this is a good choice of banners . Now you are thinking about banners that how to find these banners so dont worry our one of seniour blog mybloggertricks release 125x125 beautiful advertisement banner so here's the example of banner and the download link is below of these banners.

    Bill-board GREEN Framed Hand Drawing bill black   Spinner blue simple frame Reading Style Big Banner wooden
    hope you like these banners and i know you all like these because these are too beautiful and stylish in look 
    And here's the download link 
    Banners source : mybloggertricks.com

    Alexa widgets for blogger

    Alexa widgets for blogger
    Alexa widgets for blogger
    hello every one how are you hope you are fine today i,m going to tell ou about alexa widgets in my last post about alexa rank i told you about how to improve alexa rank .this is one of the trick i tell you in my last alexa post. adding alexa widgets in blogger is another way to improve your visibility in alexa so when when people click on these alexa widgets alexa get more concentrate on your site so they improve your ranking day by day so i,m going to tell you that how to add these widgets in your blogger blog there are two ways to adding these widgets in your blog 1st method that you directly add widgets from alexa and another method is that which i,m going to tell you.

    steps

    • Go to blogger > dashboard > layout
    • add a gadget and select html/javascript
    • now paste alexa widget code in it and save it 

    Alexa widget codes

    alexa rank widget



    <a href="http://www.alexa.com/siteinfo/haseebnet.blogspot.com"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/s/a?url=haseebnet.blogspot.com'></script></a>
    <a href="http://www.alexa.com/siteinfo/haseebnet.blogspot.com"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/s/b?url=haseebnet.blogspot.com'></script></a>

    <a href="http://www.alexa.com/siteinfo/haseebnet.blogspot.com"><script type='text/javascript' src='http://xslt.alexa.com/site_stats/js/s/c?url=haseebnet.blogspot.com'></script></a>
     Now replace haseebnet.blogspot.com with your blogs link and save it
    thank you very much

    sharethis floating bar for blogger

    hello every one Today i,m full free So i tell you more tricks about blogger. now a days social promotion is everything in blogs because 50% of blogs getting traffic from social ways . because social networking is on top postion and peoples use social networks. in an survey we find that 90% peoples use social networks like
    example: facebook, twitter, google plus
    these are the top social networks in the globe . So come to the point i,m gonna tell u about sharethis floating sharing sidebar in which 8 social networks are included with which you can easily share your posts with friends and with other peoples so lets start first see the Demo picture below if you like this then get started with us .

    DEMO Picture

    Share this  floating bar
    Share this  floating bar

    Steps to get started

    • Go to blogger > dashboard > html > edit html
    • now click proceed and find </head>
    • now paste the below code just above the </head> tag

    <script type="text/javascript">var switchTo5x=true;</script>
    <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
    <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
    • Now save the template 
    • then go to layout > add a gadget 
    • select html/javascript and paste the below code in it
    <script type="text/javascript">stLight.options({publisher: "c117a274-6da3-437e-8e5b-63a46ebfe6af"});</script>
    <script>
    var options={ "publisher": "c117a274-6da3-437e-8e5b-63a46ebfe6af", "position": "left", "ad": { "visible": false, "openDelay": 5, "closeDelay": 0}, "chicklets": { "items": ["facebook", "twitter", "linkedin", "reddit", "googleplus", "delicious", "pinterest", "email", "sharethis"]}};
    var st_hover_widget = new sharethis.widgets.hoverbuttons(options);
    </script>

    • Now save it And its Done 

    If you have any question regarding to this topic please ask me And if you have any question which is not regarding to this topic please ask me i will tell you the answer thank You & please share this post with your friends so they can also know about this blogging trick

    meta tag generator for blogger


    Hello every one in my first post i told you about meta tags and their importance in bloggers life they work like a driver in car because they give your blog a crowd of visitors but i see some peoples who are not able to create meta tags so i think about meta tag automatic creator in this meta tag creator you only have to put you keywords, description, author name , etc and it create meta tags automatic

    Steps

    • write all necessary information in the boxes
    • then click on create meta tags & a warning is showed "are you sure"
    • click yes then find the <Head> tag in your templates
    • paste the tags below the <head> and save your template
    • its one

    Title:
    Author:
    Description:
    Keywords:
    Language:
    Copyright:
    Designer:
    Distribution:
    Robots:
    Free META tag generator
    by www.haseebnet.blogspot.com

    wordpress like blogger template

    wordpress style blogger template
    wordpress style blogger template
    There are many free templates around internet but very few are stylish looking with complete optimized look and speed. You see some of big blogs using very beautiful and stylish templates in their blogs but you cant find them on internet because, they create these templates only for their blog and they dont want them in internet. Like that you see wordpress templates these wordpress templates are very beautiful and also these templates are optimized for SEO . peoples always find templates for blogger in the style of wordpress 
    So, i have a template which is very cool in looking and it is very fast so i think everybody like this template.
    this template is created by fabthemes and NBT convert it into blogger.
    there are many features in this templates

    FEATURES

    • Social buttons
    • search box
    • popular post widget
    • post in the box 
    • Wordpress style
    • fast speed
    • SEO optimized

    How to link social buttons to your profiles

    • Go to blogger > dashboard >  html > edit html
    • now click proceed
    • Find below code

    <ul class='social'>
    <li> <a href='http://www.facebook.com/username'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6LB-_2R0fS_bSLbFVRpv9j3HSehjFYsoeam_5jI4TAtgQ8eoLInseaShpC8HeCcFiTlIhMzc1NnsinzJZjF3kOL-vagA_veNWiL9UVlfe1iLo2zfGa2x3BtwNp9DhB9YFAD0rMfMzSg8/s1600/facebook.png'/></a> </li>
    <li> <a href='https://plus.google.com/profileid'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgo41ELL66n2ZXKqhyphenhyphenbv4UxHWe8nt5d3wLB8WlVRgeA0zx0_uaFMJvP0Y8iFFRMEOMYWJQqSJDQ_8sUOQ1vTu0o9NmaOR00k-3bR8tXXobja2iRRn3PjUIbsGOYqPLlrso41KpzCblP0MU/s1600/google.png'/></a> </li>
    <li> <a href='https://twitter.com/twitter'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_b6X8WIMblnjnhLlhTmR5xbs1xjGVtOcpOKi1lW5fq4qKQAHlFp-sT-_JT6sLdm-F8VAoLuLYQRN52NtyhDmkiqsXRQJX8jyV-Slch-U3SAmTkQwema-zT6nYGPYGj50HREWQ8rC3nvY/s1600/twitter.png'/></a> </li>
    </ul>

    Now change these url's with yours 

    http://www.facebook.com/username
    https://plus.google.com/profileid
    https://twitter.com/twitter

    I can also help You if you have any question please tell me

    How to increase blog speed ?

    increase Loading speed of yout blog
    increase Loading speed of yout blog
    Today i realize that some blogs are very famous in internet and they have good impression on the minds of people's but i,m thinking about the loading time of that sites because these sites are too fast and they also have much more content but there is nothing impact on there loading speed so, i searched about this fact on internet then i find some best tips to increase blog loading speed
    i,m telling you about these tips before that i want to tell you about hack in blogger you see some sites has ajax loading on the start up with this there page speed is increased it is also work like this ajax loading bar but it is too good for your blog

    Add lazy Loading hack in blogger

    • Go to blogger dashboard> html > edit html
    • Now find </head>
    • now paste the below code above </head> tag
    <script charset='utf-8' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
    <script src='http://beautifulbloggerwidgets.googlecode.com/files/lazyload-min.js' type='text/javascript'/>
    <script charset='utf-8' type='text/javascript'>
    $(function() {
    $(&quot;img&quot;).lazyload({placeholder : &quot;http://beautifulbloggerwidgets.googlecode.com/files/grey.gif&quot;,threshold : 200});
    });
    </script>
    Now save the template and its done
    Refresh the site and see the results 

    beautiful birds wallpapers

    Assalam u alaikum readers
    wallpapers are very famous in its categories because these are used widely range because they make computer or mobile beautiful . I found some beautiful birds wallpapers while i,m browsing the web and i collect all these wallpapers and made a beautiful collection and i want to share it with you hope you like it. birds are the most beautiful creature in the world and they are in many type mean they have different types.
    now see my collection and please do comments.

    Beautiful birds wallpapers




    these wallpapers has creative commons attributes so before use it in commercial work take permission from pic owner

    Add social and email subscribtion in blogger

    Social and email subscription
    Social and email subscription 
    Assalam u alaikum readers ,
    Now my friend ask me about  Social and email subscription
    that why i,m not adding social and email suscribtion in my blog so i add it and i want to share it with you , you can see live demo in my side bar OR i have a Picture see here
    this is the demo of my social sharing widget this is very cool because it not make load on blog and all of its pictures and hosted on blogger and there is no javascript in it so i,m sure you love it follow my steps to add it 

    Steps

    • Goto blogger dashboard
    • now goto page elements OR layout
    • Add a gadget and select html/javascript
    • now paste below code inside this box
     <style>

    .amispace131{width:
    300px;}
    .amispace131 .amisocial
    {
    border: 1px dotted #E0CFB3;
    width:100%;
    background-color:#F9F9F1;
    display:;
    }
    .amispace131 .amisocial a {
    display:block;
    height:32px;
    width:32px;
    background-color:#F9F9F1;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    -webkit-transition: ease-in 0.2s all;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -ms-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
    cursor:pointer;

    }
    .amispace131 .amisocial a:hover {
    background:url(social.png); background-position:0px 66px;
    opacity:0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    }

    .amispace131 .emailsub{border: 1px dotted #E0CFB3; padding: 5px 0 5px 0; float: left; width: 100%; font-family: Helvetica, Arial; background-color:#E0CFB3;}

    .amispace131 .emailsub .emailicon{ width: 100%; height: 28px; line-height: 28px; vertical-align: middle; font-size: 14px; color: #666666; }

    .amispace131 .emailsub .emailupdatesform{margin: 5px 5px 5px 5px; width: 100%; text-align:center;}

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

    .amispace131 .emailsub .emailupdatesform input.joinemailupdates{background:#666666; border: 1px solid #666666; text-transform: uppercase; color: #ffffff; font-weight:bold; 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>
    .amispace131 .count span.bigcount{color:#F17C18; font-size: 24px; font-family: Helvetica, Arial; line-height: 34px; vertical-align: middle; }

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

    <div class="amispace131">


    <div class='amisocial'>

    <!--RSS--><table align="center" cellpadding="0px" cellspacing="0px;">
    <tr><td style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgPuGhuUY7UOVDXUsaHhzzmopJILn3YA_VkcpMx6fVQ4AFRCEtih0y6qW0v3NKlHQI5MPr7IFR1T9O9OMgjC0vMxN9zJxpok6BcWMqCtnhXg-uHFvkt1E2VXj1X5nvf1Gvp8vi1dGc3U/s1600/social.png) no-repeat; height:32px; width:32px; background-position: 0px 0px; display:;"><a href="http://feeds.feedburner.com/
    haseebnetwork" rel='external nofollow' title="RSS feed" target='_blank'></a></td>

    <!--Twitter-->
    <td style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgPuGhuUY7UOVDXUsaHhzzmopJILn3YA_VkcpMx6fVQ4AFRCEtih0y6qW0v3NKlHQI5MPr7IFR1T9O9OMgjC0vMxN9zJxpok6BcWMqCtnhXg-uHFvkt1E2VXj1X5nvf1Gvp8vi1dGc3U/s1600/social.png) no-repeat; height:32px; width:32px; background-position: -33px 0px; display:;"><a href="http://www.twitter.com/
    carelexxmalik" rel='external nofollow' title="Follow on Twitter" target='_blank'></a></td>

    <!--Facebook-->
    <td style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgPuGhuUY7UOVDXUsaHhzzmopJILn3YA_VkcpMx6fVQ4AFRCEtih0y6qW0v3NKlHQI5MPr7IFR1T9O9OMgjC0vMxN9zJxpok6BcWMqCtnhXg-uHFvkt1E2VXj1X5nvf1Gvp8vi1dGc3U/s1600/social.png) no-repeat; height:32px; width:32px; background-position: -66px 0px; display:;"><a href="http://www.facebook.com/
    carelexxmallik" rel='external nofollow' title="Like us" target='_blank'></a></td>

    <!-- LinkedIn -->
    <td style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgPuGhuUY7UOVDXUsaHhzzmopJILn3YA_VkcpMx6fVQ4AFRCEtih0y6qW0v3NKlHQI5MPr7IFR1T9O9OMgjC0vMxN9zJxpok6BcWMqCtnhXg-uHFvkt1E2VXj1X5nvf1Gvp8vi1dGc3U/s1600/social.png) no-repeat; height:32px; width:32px; background-position: -99px 0px; display:;"><a href="http://www.linkedin.com/in/
    carelexxmalik" rel='external nofollow' title="Linkedin Network" target='_blank' ></a></td>

    <!-- Google Plus -->
    <td style="background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfgPuGhuUY7UOVDXUsaHhzzmopJILn3YA_VkcpMx6fVQ4AFRCEtih0y6qW0v3NKlHQI5MPr7IFR1T9O9OMgjC0vMxN9zJxpok6BcWMqCtnhXg-uHFvkt1E2VXj1X5nvf1Gvp8vi1dGc3U/s1600/social.png) no-repeat; height:32px; width:32px; background-position: -132px 0px; display:;"><a href="https://plus.google.com/u/0/
    108867173879409387931" rel='external nofollow' title="Follow on Google+" target='_blank' ></a></td></tr></table>

    </div>

    <div class="emailsub">
    <div class="emailicon"><center><img src="http://cdn4.iconfinder.com/data/icons/dortmund/dortmund-16x16/email.png" /> Stay Updated via Email Newsletter</center></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=
    haseebnetwork', '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="haseebnetwork" name="uri" type="hidden" /><input value="Join" class="joinemailupdates" type="submit" /></form>
    </div>

    </div>
    </div>


  • Now replace the highlighted code with your social names
  • Now save It And iTs Done


  • Note : i know you are thinking about code that it is too long but dont worry it not make load on blog speed

    Add twitter follower box in blogger

     Twitter Follower box like facebook
    Twitter Follower box like facebook
    Assalam u alaikum Readers,
    today i have another blogger widget for you with which you can easily create a twitter follower box like facebook. twitter is one of the top social network in the globe and it has 8th alexa rank mean it is 8th biggest website inn the world. but some people have a problem because they want developer tools for twitter like facebook. So, some developers create some brilliant tools for twiiter which can be use in blogs/websites.
    So follow the steps to create twitter follow box for blogger

    Steps

    • Go to blogger dashboard
    • goto page elements OR layout
    • add a gadget and select html/javascript
    • now paste following code inside the box
     <!-- haseebnet Twitter Follower Box -->
    <script type='text/javascript'>
    function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='\<iframe name=\"fbfanIFrame_0\" frameborder=\"0\" allowtransparency=\"true\" src=\"http://s.moopz.com/connect.html?user='+screen_name+'\" class=\"FB_SERVER_IFRAME\" scrolling=\"no\" style=\"width: 295px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; \"\>\<\/iframe\>';} 
    </script> 
    <div id="twitterfanbox"></div><script 
    type="text/javascript">fanbox_init("carelexxmalik");</script 
    type="text> 
    <!-- End haseebnet Twitter Follower Box -->



    • now replace CARELEXXMALIK with your twitter username
    • Its Done