Friday, 11 October 2013

Add SOCIALIZE IT Bar Below Post Title In Blogger Blog

Social Buttons Plays a Crucial Role In Generating traffic From Social Sites..So Add These Buttons Under Post Title Will Increases Traffic

Adding SOCIALIZE IT Below Post Title In Blogger

Implementing this new horizontal social bookmarking button bar below post title in blogger is not a difficult task..Follow The Below Steps To Add Them Easily
  • Go To Blogger >> Template >> Backup Your Template
  • Click Edit HTML and Find For </head>  (Want help to find code Click Here)
  • Just Above </head> Paste The Following Code.
<style type='text/css'>
/*<![CDATA[*/
    .horizontalsocial .sharertitle{float: left; border-right: 1px solid #d2d2d2; padding: 3px 10px 2px 0px; margin: 0 0px 0 0; color: #b1a9a5; font-family:'Oswald', Arial, Helvetica, sans-serif;text-transform: uppercase; line-height: 25px; vertical-align: middle;  font-size: 14px;}
    .horizontalsocial .fb-like{width: 100px; float: left; border-right: 1px solid #d2d2d2; padding: 3px 0 2px;  height: 25px; }
    .horizontalsocial .sharertwitter{float: left; width: 115px; border-right: 1px solid #d2d2d2; margin: 0 15px 0 0; padding: 3px 0 2px; height: 25px;}
    .horizontalsocial .sharergplus{float: left; width: 90px; margin: 0 15px 0 15px; padding: 3px 0 2px; border-right: 1px solid #d2d2d2; height: 25px;}
    .horizontalsocial .sharerbubble{background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBrWpsfO-eExIjsKIfikhS-i3szIJAGEMsm7Pybc4y3K6G02MY1syPsq38qfbH0XxyOr6wASZQ6YKpqpp4nZx82_-VPjsPMeGkDspsqr9Bk3QZBjdwmbmXK6NSa0_m3D5YM3x0S2bQ_0E/s1600/Commentz.png) no-repeat;  height: 25px; min-width: 25px; float: left; margin: 7px 0 0; line-height: 18px; vertical-align: top;}
    .horizontalsocial .sharerbubble a{color: #2d2520;  padding: 0px 0 0px 30px; font-size: 18px !important; font-family: 'Lora', Arial, Helvetica, san-serif !important; }
    .horizontalsocial.fixed{ position:fixed; top: -2px; z-index: 99999;}
    #nbtsocialshare {clear:both;padding: 6px 0;display:block;background:#FFFFFF;}
    #nbtsocialshare td{padding:4px;margin:0;border:none;}
    #nbtsocialshare td iframe{max-width:82px;width:82px !important;}
    #nbtsocialshare.nbtFloatSocial{position: fixed;top:0;z-index:9999999;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);}
/*]]>*/
</style>
<script type='text/javascript'>
/*<![CDATA[*/
// Set the Top Offset
$theOffset = 0;
jQuery(document).ready(function(b){var a=b("#nbtsocialshare");a.wrap('<div id="nbtSocialPlaceholder"></div>').closest("#nbtSocialPlaceholder").height(a.outerHeight());a.width(a.outerWidth());e=a.offset().top-$theOffset;b("#nbtsocialshare iframe[src*=plusone]").closest("div").css("max-width","82px");b(window).scroll(function(){d=b(this).scrollTop();d>=e?a.addClass("nbtFloatSocial"):a.removeClass("nbtFloatSocial");f=b(".post");if(f.length!=0){c=f.outerHeight()+f.offset().top;d>=c?a.stop().animate({top:"-150px"}):a.stop().animate({top:$theOffset+"px"})}else d>=e?a.css("top",$theOffset+"px"):a.css("top","0")})});
/*]]>*/
</script>
<script type='text/javascript'>
/*<![CDATA[*/
// Twitter
(function(a,b,c){var d=a.getElementsByTagName(b)[0];if(!a.getElementById(c)){a=a.createElement(b);a.id=c;a.src="//platform.twitter.com/widgets.js";d.parentNode.insertBefore(a,d)}})(document,"script","twitter-wjs");
// Google + (plus)
(function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://apis.google.com/js/plusone.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();

/*]]>*/
</script>

  • Now  Find For <div class='post-body entry-content'>
  • And Just Above/Before It Add The Following Code...
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='horizontalsocial social-buttons' id='horizontalsocial'>
<div class='nbtsocialshare' id='nbtsocialshare'>
<table class='nbtsocialshare' width='100%'>
    <tr>
<td><div class='sharertitle'>Socialize It &#8594;</div>
</td>
        <td>
            <div class='sharertwitter'><a class='twitter-share-button' expr:data-text='data:post.title' expr:data-url='data:post.url' href='https://twitter.com/share'>Tweet</a></div>
        </td>
        <td>
        <div class='fb-like'>    <iframe allowTransparency='true' expr:src='&quot;//www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:80px; height:21px;'/></div>
        </td>
     
        <td>
        <div class='sharergplus'>    <div class='g-plusone' data-size='medium' expr:data-href='data:post.url'/></div>
        </td>
     
        <td>
<div class='sharerbubble'><span class='thecomments'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <b:else/><data:post.numComments/> </b:if></a>
</b:if>
</span></div>
</td>
    </tr>
</table>
</div></div>
</b:if>


  • Click Save Template and You're  Done!
  • Go To Your Blog And Check It Below Post Title
  • If  you are getting any single problem then feel free to mention it via comments,I will reply as soon as possible.
Update :
    Make This Bar Floating By Following Below Step

    On The Second Code  Replace 
    <div class="horizontalsocial social-buttons" id="horizontalsocial">
    With
    <div class="horizontalsocial social-buttons" id="horizontalsocial"style="position: fixed;">



    Saturday, 28 September 2013

    Add Custom Page Link In Address Bar Of Blogger Blog

    Are You Created New Page  ?
    In address Bar It Is Showing   as /p/blog-page.html Instead Of Original Name ??
    Change The Link Of Any Page Easily As You Like By Following 
    • First Go To pages Tab on Blogger
    • Click On New Page >> Blank Page and Enter The Page Title As You Like
    • Now Click On Publish Without Writing Any Thing On That Page
    • Now Check The Page Link It Will Definitely The Name You Entered
    • Now Edit The Page And Write On That Page.
    If You Want To Share This On Your Blog Give A Link Back to Our Site

    This Is A Simple Blogger Trick,if still you are getting any single problem then feel free to mention it via comments,We will reply as soon as possible.



    Friday, 27 September 2013

    Beautiful Page Navigation for Blogger Blog

    Blogger Page Navigation is an awesome trick to navigate your Blogger Blog Pages.By using this In your blog visitors can easily go to an appropriate page.By default Blogger allows Older Posts and Newer Posts link to Navigate between Blog pages.It is very difficult for your users to navigate deeper into your Blog's Posts, so the Page Navigation helps us to solve this problem.





    So add This To Your Blog By Following Simple Steps Below
    • Log In to your Blogger Account
    • Go To Layout Tab And Select Add a Widget
    • Then select HTML/JavaScript And Paste The Below Code Inside It
    <style type='text/css'>#blog-pager{height: 28px;    padding: 10px 0 0;overflow:hidden;text-align:center;}.showpageArea a {text-decoration:underline;font-size: 16px;       text-align: center;}.showpageNum a {font-size:16px;text-decoration:none;border: 1px solid #cccccc;margin:0 5px;padding:5px;}.showpageNum a:hover {border: 1px solid #cccccc;background-color:#cccccc;}
    .showpagePoint {font-size:16px;text-decoration:none;border: 1px solid #cccccc;background: #216FD9;margin:0 5px;padding:5px;color:#ffffff;}
    .showpageOf {text-decoration:none;padding:5px;margin: 0 5px;}.showpage a {text-decoration:none;border: 1px solid #cccccc;padding:5px;}.showpage a:hover {text-decoration:none;background: #cccccc;}.showpageNum a:link,.showpage a:link {text-decoration:none;color:#333333;}</style><script style='text/javascript'>var pageCount=7; var displayPageNum=5;var upPageWord="Previous";var downPageWord="Next";</script><a href="http://www.newblogger-tricks.com" style="font-size:0pt">Nbt Widgets</a><script style='text/javascript' src='http://newbloggertricks.googlecode.com/svn/newbloggertricks-page-nav-v2.js'></script>

    Customization :

     If You Want To Change The No.Of Posts Appear per page

    • Change pageCount=
    • Go to Settings >> Posts and Comments and Change as Show In Fig
    Finally save your Widget and visit your Blog You Will Find The Page Navigation At The end Of Page.We have kept the installation one step installation,if still you are getting any single problem then feel free to mention it via comments,We will reply as soon as possible.



    Add Email Subscription Widget With Social Media Below Blogger Posts v.3

    This widget will surely increase number of your social subscribers.If you are writing good posts and expecting more number of subscribers then this widget will surely help you.It contains an email subscription form,facebook like button,twitter follow button and some beautiful social icons at the right of the widget.This widget can be installed in one step,you just have to copy and paste code in your template.Now lets see how to add it into blogger blog?

    Subscription Widget With Social Media Widget Generator

    • In Customize Field Enter The All The User Names In Corresponding Boxes
    • Click on Generate Button 
    • You Can Watch Demo (In New Tab) By Clicking on Demo
    • Copy The Generated Code And Follow Below Steps

    Copy The Generated Code And Follow below Steps
    • First go to Blogger Dashboard > Template
    • Download a copy of your template
    • Click on Edit HTML
    • Find below code in your template (Want help to find code Click Here)
    <data:post.body/>

    • If You Find Three <data:post.body/> Then Add The Code After or Below 2nd One 

    Finally save your template and visit your any post you will watch this widget after posts ends.I have kept the installation one step installation,if still you are getting any single problem then feel free to mention it via comments,I will reply as soon as possible.

    Direct Mode :

    How To Add Email Subscription Form To Blogger?
    • First go to Blogger Dashboard > Template 
    • Download a copy of your template 
    • Click on Edit HTML 
    • Find below code in your template (Want help to find code Click Here)
    <data:post.body/>

    Add below piece of code just after/below of above code,If You Find 3 <data:post.body/> Then Add Below Code After 2nd One
    <b:if cond='data:blog.pageType == "item"'>  <style type="text/css">  form.feedburner {    margin: 20px 0 0;    display: block;    clear: both;  }  .TechnoFusionstyle {    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXVPpvu4eLjX1kGv-GWPuE1xnTMDWDD9BfwLToe3BFd9gI17UKqJ1K_mCK5_jV2W-w1kHara6sBoTNqQN3ghnqI-LHui9f13-AGKQXDS2Zmzyf6FBcYR6vzY1u-EmmvV-TZaNRaB0GWUp9/s1600/TechnoFusion.info-email-icon.png) no-repeat scroll 4px center transparent;    padding: 7px 15px 7px 35px;    color: #666;    font-weight: bold;    text-decoration: none;    border: 1px solid #D3D3D3;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    border-radius: 4px;    -moz-box-shadow: 1px 1px 2px #CCC inset;    -webkit-box-shadow: 1px 1px 2px #CCC inset;    box-shadow: 1px 1px 2px #CCC inset;  }  .technofusionsubmit {    color: #666;    font-weight: bold;    text-decoration: none;    padding: 6px 15px;    border: 1px solid #D3D3D3;    cursor: pointer;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;    -goog-ms-border-radius: 4px;    border-radius: 4px;    background: #fbfbfb;    background: -moz-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f4f4f4));    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);    background: -o-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);    background: -ms-linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=&#39;    #FBFBFB&#39;    , endColorstr=&#39;    #F4F4F4&#39;    , GradientType=0);    background: linear-gradient(top, #fbfbfb 0%, #f4f4f4 100%);  }  #TechnoFusion-widget {    -moz-border-radius: 10px 10px 10px 10px;    -webkit-border-radius: 10px 10px 10px 10px;    -goog-ms-border-radius: 10px 10px 10px 10px;    border-radius: 10px;    background: none repeat scroll 0 0 transparent;    border: 1px solid #D3D3D3;    padding: 8px;    -moz-transition: all 0.3s ease-out;    -o-transition: all 0.3s ease-out;    -webkit-transition: all 0.3s ease-out;    -ms-transition: all 0.3s ease-out;    transition: all 0.3s ease-out;    width: 480px;    -webkit-box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);    -moz-box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);    box-shadow: inset 0px 0px 8px rgba(50, 50, 50, 0.75);    -webkit-box-shadow: inset 0px 5px 0px 0px #D8D8D;  }  #TechnoFusion-widget:hover {    background: none repeat scroll 0 0 #FFF;    -moz-box-shadow: 1px 1px 2px #CCC inset;    -webkit-box-shadow: 1px 1px 2px #CCC inset;    box-shadow: 1px 1px 2px #CCC inset;  }  #TechnoFusion-widget td {    padding: 3px 0;  }  </style>  <center>    <br/>    <div id='TechnoFusion-widget'>      <div id='emailwidget'>        <table style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;' width='100%'>          <tbody>            <tr style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>              <td align='left' style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>                <p style='color:#666; font-weight: bold; font-size: 18px; margin:0px 0px 5px 0px;font-family:georgia;font-style:italic; '>Get free daily email updates!                </p>                <form action='http://feedburner.google.com/fb/a/mailverify' class='feedburner' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=ablod&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true'                style='margin: 0pt;' target='popupwindow'>                  <input name='uri' type='hidden' value='newblogger-tricks' />                  <input name='loc' type='hidden' value='en_US' />                  <input class='TechnoFusionstyle' name='email' onblur='if (this.value == &quot;&quot;) {this.value = &quot;Enter your email…&quot;;}' onfocus='if (this.value == &quot;Enter your email…&quot;) {this.value = &quot;&quot;}'                  type='text' value='Enter your email…' />                  <input alt='' class='technofusionsubmit' title='' type='submit' value='Submit' />                </form>              </td>              <td style='border:none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;'>                <p style='color:#666; font-weight: bold; font-size: 14px; margin:0px 0px 5px 0px;font-family: georgia; '>Follow us!                </p>                <a href='http://feeds.feedburner.com/newblogger-tricks' rel='nofollow' target='_blank' title='Suscribe to RSS Feed'>                  <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8VC4wtg3wxsHYxTDhocHvw_HT1Am6Q9ZKPV3Ok7atDh8TBx0fbC4MCzj9zFn6mDkJSBVJpj_6tqfY7Rpbde_Xz9edIomsVPDeznJX7fRKOszvWimAK61-pMejkGXd1pRF2fvc7c4igKrv/s1600/TechnoFusion.info-rss.png' />                </a>                <a href='http://twitter.com/newbloggertrix' rel='nofollow' target='_blank' title='Follow us on Twitter'>                  <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJXsetU-pqMXFtX5EGFu_uBhfDR86NNcNABCVftgmEOYPc6ra-DxY2wPnCy-oNCSvPfwMJ2N5LgJBgP-QLS6zgbwAZkks_8oI3naQLbawkdMuzP5aqLStIwolN_I39XmSGdnfUcoIWjnQb/s1600/TechnoFusion.info-twitter.png' />                </a>                <a href='http://www.facebook.com/newbloggertricks' rel='nofollow' target='_blank' title='Follow us on Facebook'>                  <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUAE-zWNDWwZH8ValtssBo7RL5qSkI9j_TQL_BPGLEVbEDtFxQy2SmFA0b_QaqY4E9DuGEZE3cJ5qg2aqBmSf2bOw2MSX-Zrhufx3rgIM7V_ieSFAuvDYyFqrZse6NfQn6-_1W1j2J3d5m/s1600/TechnoFusion.infoTechnoFusion.info-fb.png' />                </a>                <a href='https://plus.google.com/116453328301201221048/' rel='nofollow' target='_blank' title='Follow us on Google+'>                  <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgokSYrCi1_lntYiZMlbeWL1XCr957hGp6J8HfoWPpYcnoHw-q-RTbDmF201fuSDhgem84IkHg8HL2YcMFLqu0VMHPzTioZfMmDVyU4XYCqfndIedzT8ghB3LXS4hhjbNO5fqOj2IZLx314/s1600/TechnoFusion.info-gplus.png' /> </a></td> </tr></tbody></table><div align='right'>          <span style='font-style: italic; font-size: 8px; color: solid #ffffff;'> <a href='http://newblogger-tricks.blogspot.in/2013/09/add-email-subscription-widget-below.html'style='text-decoration: none;'target='_blank'><font color='#000' decoration='none'>[Get this widget] </font></a></span></div><iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fnewbloggertricks&amp;send=false&amp;layout=standard&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=verdana&amp;height=30"        scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:30px;" allowtransparency="true"></iframe>        <a class='twitter-follow-button' href='http://twitter.com/newbloggertrix' rel='nofollow'></a>        <script src='http://platform.twitter.com/widgets.js' type='text/javascript'></script>      </div></div></center></b:if>
    Replace all(three) newblogger-tricks with your Feedburner Username
    Replace all(two) newbloggertricks with your Facebook Username
    Replace all(two) newbloggertrix with your Twitter Username
    Replace 106527290580119996124 with your Google + ID




    Finally save your template and visit your any post you will watch this widget after posts ends.I have kept the installation one step installation,if still you are getting any single problem then feel free to mention it via comments,I will reply as soon as possible.



    Thursday, 26 September 2013

    Awesome Recent Comments Widget With Avatars for Blogger (Single Step)


    Recent Comment Widget Helps You To Get More Comments On Your Blog
    So We Are Released Recent Comments Widget With Avatars for Blogger.Just In One Click You Will Add It To Your Blog...






    Recent Comments Widget Generator

    • In Customize Field Enter The Name Of Your Blog/Website With Http://
    • Click on Generate Button and Add To Blogger Button Respectively.
    • Another page will appear follow simple instruction that set.
    • You Can Watch Demo (In New Tab) By Clicking on Demo

    We have kept the installation one step installation,if still you are getting any single problem then feel free to mention it via comments,We will reply as soon as possible.



  • Home
  • About Us
  • Contact Us
  • Write For Us
  • Sitemap
  • Privacy Policy
  • Back To Top