Showing posts with label Blogger Widgets. Show all posts
Showing posts with label Blogger Widgets. Show all posts

Wednesday 11 December 2013

Add ADMIN Ribbon In Blogger Comments

Blogger commenting system has perpetually been versatile and provides the power to their users to customise it their own method. There square measure range of options which may be simply customizable in blogger commenting system which provides a brand new and bright look to the complete language. Readers conjointly fancy the language if the commenting system is additional advanced and extremely changed. these days one in all our readers asked that however am i able to add ADMIN Ribbon Or Icon With The Admin Comments in Blogger. therefore these days this can be special requested tutorial that we tend to square measure progressing to share to point out however simply you'll be able to implement this feature in Blogger Commenting System.

How To Add ADMIN Ribbon Or Icon With Comments In Blogger?


So let’s start with the tutorial:

1. Log-in to your Blogger Dashboard.
2. Go to Template > Backup. 

3. Now click “Edit HTML.”
4. Inside the “HTML EDITOR”, Press CTRL+F and search for </b:skin> tag. Click ► to expand the code.



5. Then search for “COMMENTS” styles between </b:skin> and ]]></b:skin> tags.
6. You will find the code similar to this:1
 #comments .comment-author{
padding-top: 1.5em;
border-top: 1px solid $(body.rule.color);
background-position: 0 1.5em;
}
#comments .comment-author:first-child{
padding-top: 0;
border-top: none;
}
.comments .comment-content{ padding:5px 0;
}
.avatar-image-container{
margin: .2em 0 0;
}
#comments .avatar-image-container img{
border: 1px solid $(image.border.color);
}
.comment-actions a
{
font-size:11px; color:#777 !important
}
.comments .comments-content .user
{
font-size:16px; color:#000;
}
.comments .comments-content .datetime
{
font-size:11px; color:#777 !important
}
.comments .comments-content .datetime a
{
color:#777;
}
.comments .comments-content .comment-thread ol a
{
color:#000;}

.comments .comments-content .loadmore a{
border-top: 1px solid $(widget.alternate.text.color);
border-bottom: 1px solid $(widget.alternate.text.color);
}
.comments .comment-block
{
border: 1px solid #ddd;
padding: 7px;
}
.comments .comment-thread.inline-thread{
background-color: $(post.footer.background.color);
}
.comments .continue a
{
background:#f9f9f9;width:130px;border:1px solid #ddd;border-radius:9px;
padding: 10px;color:#000;
}
.comments .continue{
border-top: 2px solid $(widget.alternate.text.color);
}
.comments h4{
font: $(post.title.font);
margin: .75em 0 0;
padding: 10px;
border: 1px solid #ddd;
width: 100px;
}
.comment-form
{
width:90%;
max-width:90%
}
7. Now copy & paste the following code, just below the Yellow Highlighted Code above.

 .comments .comments-content .icon.blog-author
{
background-repeat: no-repeat;
background-image: url (Your Ribbon Or Icon Image Link Goes Here);
height:38px;
width:38px;
margin:0;
position:absolute;
right:0px;
top:-0px;} 

8. Click “SAVE TEMPLATE”.

You are all done. Refresh your blog to see the ADMIN RIBBON OR ICON with the comments.


Customization:

1. Replace “Your Ribbon Or Icon Image Link Goes Here” with your own Ribbon Or ICON image URLwhich you have hosted at blogger or other hosting services.

2. Adjust the width, height according to your own choice. 

That’s All.

Happy Blogging.

Got Questions?

Don’t forget to spread this knowledge with your friends and subscribe at our blog for more updates. If you need any questions, please feel free to ask by leaving your comments below and we will try our best to answer and will be great honor for us. Peace, blessings & cheers.! :)



Wednesday 4 December 2013

Add Facebook Popup Like Box To Blogger Using Jquery

The popup Like box is not designed for make you blog look like professionals, The widget designed for get more Facebook like. This box has also a close botton at the top right corner. Visitor can close this widget by clicking on close button. Popup box widgets really annoy your visitors when they appear again and again, but they help you in developing your blog well when you use them properly. Facebook is a major source of traffic which can send your blog a good traffic flow when you have enough fans on your Facebook page. To expand your Facebook network and to increase your Facebook page's fans, I have brought a very stylish Onetime Facebook Like Popup Widget for your blogger blog which will appear onetime only and thus it will increase your Facebook fans dramatically without annoying your visitor. Facebook popup widget save a cookie in your visitor’s browser. when reader visit your blog first timeFacebook like box is appear to your reader and when visitor navigate to another page or visit back later like box never appear again if readers doesn’t there browser cookies.

How To Install This To Blogger

You can Install This Widget Easily in your Blog By Following These Simple Steps.... 
Before you edit any template it's better to keep a Backup..So First Backup your Template.

1. Go to your Blogger Dashboard>>Template>>Edit Html
2. Find following code in your template.
</head>
3. and paste the following code before/above </head>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script><script src='http://yourjavascript.com/69231961363/jquery-colorbox-min.js' type='text/javascript'/> <script type='text/javascript'> jQuery(document).ready(function(){ if (document.cookie.indexOf(&#39;visited=true&#39;) == -1) { var setDays = 1000*60*60*24*7var expires = new Date((new Date()).valueOf() + setDays); document.cookie = &quot;visited=true;expires=&quot; + expires.toUTCString(); $.colorbox({width:&quot;400px&quot;, height:&quot;430px&quot;, inline:true, href:&quot;#facebook-popup&quot;}); }});</script> 
4. Now Search for </b:skin>.  Click the black arrow to expand the code.
5.  and paste following css code before above </b:skin>
/* Facebook Popup Like Box  */ #colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxOverlay { position: fixed; width: 100%; height: 100%; } #cboxMiddleLeft, #cboxBottomLeft { clear: left; } #cboxContent { position: relative; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; } #cboxTitle { margin: 0; } #cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; } .cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; } .cboxIframe { width: 100%; height: 100%; display: block; border: 0; } #colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } /* User Style: Change the following styles to modify the appearance of Colorbox. They are ordered and tabbed in a way that represents the nesting of the generated HTML. */ #cboxOverlay { background: #000; } #colorbox { outline: 0; } #cboxContent { margin-top: 20px; background: #000; } .cboxIframe { background: #fff; } #cboxError { padding: 50px; border: 1px solid #ccc; } #cboxLoadedContent { border: 5px solid #123D60; background: #fff; box-shadow: 3px 3px 3px #fff; } #cboxTitle { position: absolute; top: -20px; left: 0; color: #ccc; } #cboxCurrent { position: absolute; top: -20px; right: 0px; color: #ccc; } #cboxLoadingGraphic { background: url(http://2.bp.blogspot.com/-jcn46y_t6D0/Uc8cG9q6ExI/AAAAAAAAC1k/K63u_2VkemM/s32/loading.gif) no-repeat center center; } /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: none; } #cboxSlideshow { position: absolute; top: -20px; right: 90px; color: #fff; } #cboxPrevious { position: absolute; top: 50%; left: 5px; margin-top: -32px; background: url(https://sites.google.com/site/techprevue/home/controls.png) no-repeat top left; width: 28px; height: 65px; text-indent: -9999px; } #cboxPrevious:hover { background-position: bottom left; } #cboxNext { position: absolute; top: 50%; right: 5px; margin-top: -32px; background: url(https://sites.google.com/site/techprevue/home/controls.png) no-repeat top right; width: 28px; height: 65px; text-indent: -9999px; } #cboxNext:hover { background-position: bottom right; } #cboxClose { position: absolute; top: 5px; right: 5px; display: block; background: url(http://4.bp.blogspot.com/-wQsw3MW4DK4/Uc7_hhV5UzI/AAAAAAAAC1U/Uskeu5jhHbo/s130/controls.png) no-repeat top center; width: 38px; height: 19px; text-indent: -9999px; } #cboxClose:hover { background-position: bottom center; } 
6. Save your template and you are done second last step! Visit your blog to see it working just perfectly. 
7. Now finally find following code.
</body>
8. and paste the following code before closing </body> tag.
<div style='display:none'> <div id='facebook-popup' style='background:#fff;position:scroll;z-index:99999;'> <div style='text-align:center;padding-top:15px'> <h3 style='font-family: &apos;Source Sans Pro&apos;, Sans Serif; Font-size: 18px; font-weight: 300px; '>Receive All Free Updates Via Facebook.</h3> <iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fnewbloggertricks&amp;width=342&amp;height=300&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=false&amp;header=false&amp;appId=' style='border:none; overflow:hidden; width:342px; height:300px;'/>   </div>   </div>     </div>
  • Replace newbloggertricks with your facebook fan page username.
save your template and you are all done. .!!
Visit your blogs and see it popping up just fine! Remember that the popup will show only once. To see it again you will first need to delete your browser cookie and then refresh the page to see it appearing again.
I just hope you would find this tutorial easy and yet exciting. Please let me know if you need any help. I just hope you can make your strong facebook fan growth. Wish you success and peace buddies. Stay updated by subscribing our email news feed or like our facebook page.



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(http://2.bp.blogspot.com/-Zenaemr3nKw/USzIGk9FTTI/AAAAAAAAB6A/1_wR3MU5Wms/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;">



    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(http://4.bp.blogspot.com/-WK7bh1SB3NE/Uii6qe6mFpI/AAAAAAAAAbI/7ZXa8nbpyJE/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='http://2.bp.blogspot.com/-mpON5pgz_QE/Uii6qTnXQDI/AAAAAAAAAbM/YIPrWzzvVC0/s1600/TechnoFusion.info-rss.png' />                </a>                <a href='http://twitter.com/newbloggertrix' rel='nofollow' target='_blank' title='Follow us on Twitter'>                  <img src='http://1.bp.blogspot.com/-24-rJjjWur8/Uii6rPemaJI/AAAAAAAAAbc/OYl7hcPQ-rU/s1600/TechnoFusion.info-twitter.png' />                </a>                <a href='http://www.facebook.com/newbloggertricks' rel='nofollow' target='_blank' title='Follow us on Facebook'>                  <img src='http://1.bp.blogspot.com/-WcZ4H3TVECQ/Uii6rZIm3zI/AAAAAAAAAbo/e4RCWSCaqYg/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='http://2.bp.blogspot.com/-Dd11XkOJ6qg/Uii6qZCZuoI/AAAAAAAAAbY/04fvSlYz50M/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.



    Tuesday 24 September 2013

    Add Multi Colored Popular Posts Widget for Blogger

    This Is a Widget Which Gives Multi Coloring To Our Old Popular Post Widget..

    Steps To Add This To Your Blog Post
    • Go To Blogger >> Template >> Backup Your Template
    • Click Edit HTML >> Search For ]]></b:skin> (Want help to find Click Here)
    • Now Paste The Following code Above/Before ]]></b:skin>



    <!-- Popular posts multi colored theme -->
    #PopularPosts1 ul{margin:0;padding:5px 0;list-style-type:none}
    #PopularPosts1 ul li{position:relative;margin:5px 0;border:0;left:-27px;padding:10px}
    #PopularPosts1 ul li:first-child{background:#ff4c54;width:97%}
    #PopularPosts1 ul li:first-child:after{content:"1"}
    #PopularPosts1 ul li:first-child + li{background:#ff764c;width:87%}
    #PopularPosts1 ul li:first-child + li:after{content:"2"}
    #PopularPosts1 ul li:first-child + li + li{background:#ffde4c;width:84%}
    #PopularPosts1 ul li:first-child + li + li:after{content:"3"}
    #PopularPosts1 ul li:first-child + li + li + li{background:#c7f25f;width:81%}
    #PopularPosts1 ul li:first-child + li + li + li:after{content:"4"}
    #PopularPosts1 ul li:first-child + li + li + li + li{background:#33c9f7;width:78%}
    #PopularPosts1 ul li:first-child + li + li + li + li:after{content:"5"}
    #PopularPosts1 ul li:first-child + li + li + li + li +li{background:#7ee3c7;width:75%}
    #PopularPosts1 ul li:first-child + li + li + li + li + li:after{content:"6"}
    #PopularPosts1 ul li:first-child + li + li + li + li + li +li{background:#f6993d;width:72%}
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after{content:"7"}
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li +li{background:#f59095;width:69%}
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after{content:"8"}
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li{background:#c7f25f;width:66%}
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{content:"9"}
    #PopularPosts1 ul li:first-child:after,
    #PopularPosts1 ul li:first-child + li:after,
    #PopularPosts1 ul li:first-child + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
    #PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{position:absolute;top:20px;right:-15px;border-radius:50%;background:#353535;width:30px;height:30px;text-align:center;font-size:28px;color:#fff}
    #PopularPosts1 ul li .item-thumbnail{float:left;border:0;margin-right:10px;background:transparent;padding:0;width:70px;height:70px;}
    #PopularPosts1 ul li a{font-size:13px;color:#444;text-decoration:none}
    #PopularPosts1 ul li a:hover{color:#222;text-decoration:none}
    #PopularPosts1 img{
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    border-radius: 130px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding:4px;
    border:1px solid #fff !important;
    }
    #PopularPosts1 img:hover {
    border-radius: 0 0 0 0;
    -moz-transform: scale(1.2) rotate(-711deg) ;
    -webkit-transform: scale(1.2) rotate(-711deg) ;
    -o-transform: scale(1.2) rotate(-711deg) ;
    -ms-transform: scale(1.2) rotate(-711deg) ;
    transform: scale(1.2) rotate(-711deg) ;
    }
    <!-- popular posts multicolored by nbt-->
    •  Now Save The Template
    • Go To Your Blog And Check
    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 Mashable Sharing Widget For Blogger v.2 (One Step Process)

    We Are already Discussed About Mashable Sharing Widget V.1 Now I am Going To Give a new Method V.2 to Add In A One Step Process











    • In Customize Field Replace All The Names With Corresponding Usernames Of Your Profile 
    • 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.



    Monday 23 September 2013

    Add Left Side Static Facebook Pop Out Like Box with Jquery Hover Effect (One Step Adding)

    Add Left Side Static Facebook Pop Out Like Box with Jquery Hover Effect. As it is a eye catching widget, it will attract more and more visitor to like your Facebook page.

    As We Launched Add To Blogger Widget you can easily Add This Widget By Clicking On Add To blogger And Simply Following Instructions








    • In Customize Field Replace “newbloggertricks” with your own facebook page name (Not your own profile name)
    • 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.



    Sunday 22 September 2013

    Add Email Subscription Widget Below Blogger Posts v.1

    Email Subscription Widget Below Blogger Posts Increases Your Feed Count As It Appears Under Every Post. Just Follow Simple Instructions To Add This To Your Blog

     Widget Generator :

    • In Customize Field Enter Your Feed Burner ID In Corresponding Box
    • 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 :

    • 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 Below Code After or Below 2nd One

    <style>
    .topsubsbox {
    background: none repeat scroll 0 0 #292929;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
    height: auto;
    margin-left: -7px;
    padding: 15px;
    transition: border-radius 0.5s ease 0s;
    width: auto;
    }
    .topsubsbox:hover {
    border-radius: 0px 30px 0px 30px;
    }
    .topsubsbox p {
    line-height: 21px;
    text-align: justify;
    width: auto;
    }
    .subsbox {
    float: right;
    margin: 0 106px;
    }
    #subbox {
    background: url("http://2.bp.blogspot.com/-dcien5QLnB8/UOb4N7eNU1I/AAAAAAAAAhw/NxzO8UXjgG4/s1600/subscribe-email.png") no-repeat scroll right center white;
    color: #888888;
    padding: 10px;
    width: auto;
    }
    #subbutton {
    background: none repeat scroll 0 0 #0089E0;
    border: 1px solid #292929;
    border-radius: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-weight: bold;
    height: 40px;
    margin-top: 15px;
    text-transform: uppercase;
    transition: border-radius 0.5s ease 0s;}
    #subbutton:hover {
    border-radius: 18px 0px 18px 0px;}
    </style>
    <br />
    <div class="topsubsbox">
    <div style="font-family: oswald; font-size: 20px; letter-spacing: 1px; text-align: center;">
    Don't Miss a Single Post ! Join Us Now !</div>
    <div class="subsbox">
    <form action="http://feedburner.google.com/fb/a/mailverify" id="subscribe" method="post" onsubmit="window.open( 'http://feedburner.google.com/fb/a/mailverify?uri=newblogger-tricks', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
    <input id="subbox" name="email" onblur="if ( this.value == '' ) { this.value = 'your email address';}" onfocus="if ( this.value == 'your email address') { this.value = ''; }" type="text" value="your email address" />
    <input name="uri" type="hidden" value="newblogger-tricks" />
    <input name="loc" type="hidden" value="en_US" />
    <input id="subbutton" type="submit" value="Send Updates!" />
    </form>
    </div>
    <br />
    <div style="color: #05a4d5; font-size: 9px; letter-spacing: 2px; margin-top: 25px; text-align: center;">
    Note: Don't forget to click the confirmation link (in your email) to verify Your Entry!</div>
    </div>
    <div style="clear: both;">

    • Replace  newblogger-tricks with your Feedburner Username
    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.



    Saturday 21 September 2013

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

     Email Subscription Widget With Social Media Below Blogger Posts Increases Your User Subscriptions To Feed Burner, Twitter, Facebook and stumbleupon

    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 3 <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.

    < href="javascript:expandcollapse('subtopicID')">Direct Mode :
        How To Add Email Subscription Widget With Social Media Below Blogger Posts v.1?

    <style>
    #nbt-subs-box {
    background: #F1F1F1;
    margin: 0 auto;
    padding: 10px;
    border: none;
    border-radius: 10px;
    width:350px;
    height:270px;
    }
    #nbt-subs-box h2 {
    font-size: 27px!important;
    text-align:center;
    font-style: italic;
    font-variant: small-caps;
    }
    #nbt-subs-box h3 {
    font-size: 15px;
    font-family: arial, sans-serif;
    text-align:center;
    font-style: italic;
    font-variant: small-caps;
    }
    #nbt-subs-box div.row {
    text-align:center;
    margin-bottom:10px;
    }
    #nbt-subs-box img{
    display:inline-block;
    border:none;
    }
    #nbt-subs-box .email {
    clear:none;
    }
    .email {
    clear: both;
    width: 100%;
    margin: 10px 0;
    }
    .emailform {
    position: relative;
    width: 300px;
    background:#FFF;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 2px #dfdfdf;
    -moz-box-shadow: 1px 1px 2px #dfdfdf;
    box-shadow: 1px 1px 2px #dfdfdf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    }


    .emailinput {

    height:30px;
    margin: 0 auto;
    padding: 8px 40px 8px 10px;
    border:none;
    background: none;
    font-family: georgia;
    font-style: italic;
    font-size: 16px;
    color: #666;
    }
    .emailinput {
    padding-right: 30px !important;
    width: 260px !important;
    }
    .emailbutton {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-top-right: 4px;
    -moz-border-radius-bottom-right: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-top-left: 0px;
    -moz-border-radius-bottom-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 9px;
    position: absolute;
    right: -3px;
    top: -1px;
    bottom: -1px;
    display:block;
    line-height:16px;
    }
    .emailbutton {
    padding: 14px !important;
    }

    .emailbutton, .formbutton {

    background: #f7f8f9;
    background: -webkit-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
    background: -moz-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
    background: linear-gradient(top, #f7f8f9 0%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f8f9",
    endColorstr="#e9e9e9",GradientType=0 );
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    margin:0;
    -webkit-box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
    -moz-box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
    box-shadow: 0 1px 0 #f9f9f9 inset, 1px 1px 1px rgba(223,223,223,0.4);
    color: #888 !important;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.2;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    }
    .emailbutton:hover, .formbutton:hover {
    background: #f1f1f1;
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
    background: linear-gradient(top, #f1f1f1 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1f1f1",
    endColorstr="#e0e0e0",GradientType=0 );
    text-decoration:none !important;
    }
    </style>


    <div id='nbt-subs-box'>

    <h2>Do you Like this Article</h2>
    <div class='row'>
    <div class='fb-like' data-href='http://www.facebook.com/newbloggertricks' data-send='true' data-width='300' data-show-faces='false'></div>
    </div>
    <div class='row'>
    <a href="http://feeds.feedburner.com/newblogger-tricks" title="Suscribe to RSS feed"><img class='middle' src="http://2.bp.blogspot.com/-N2SnFgmEnF4/Uj249jM1dDI/AAAAAAAAAuk/dL1YT_ZbyeI/s1600/nbt-RSS.png" alt='rss'/></a>
    <a href="http://twitter.com/newbloggertrix" title="Follow me on Twitter"><img class='middle' src="http://4.bp.blogspot.com/-T1B5mGRXRCw/Uj24-ELwwlI/AAAAAAAAAug/9fY6KQ_yHBA/s1600/nbt-Twitter.png" alt='twitter'/></a>
    <a href="http://www.facebook.com/newbloggertricks" title="Became Fan on Facebook"><img class='middle' src="http://4.bp.blogspot.com/-d4WkASYmYGI/Uj249ukrRKI/AAAAAAAAAuU/5YHvRjRac9A/s1600/nbt-FaceBook.png"/></a>
    <a href="http://www.stumbleupon.com/stumbler/gsrdatta/"><img src="http://1.bp.blogspot.com/-H5bsb-7SlXk/Uj249qzXO4I/AAAAAAAAAuQ/HflBvDsb1bY/s1600/nbt-Stumbled.png" alt='stumbleupon'/></a>
    </div>
    <div class='row'>
    <h3>Get Subscribe to Free Email Updates!!</h3>
    </div>
    <div class='row'>
    <div class='email'>
    <form action='http://feedburner.google.com/fb/a/mailverify' method='post' target='popupwindow' onsubmit='window.open("http://feedburner.google.com/fb/a/mailverify?uri=newblogger-tricks", "popupwindow", "scrollbars=yes,width=550,height=520");return true' class='emailform'>
    <input type='hidden' value='newblogger-tricks' name='uri' />
    <input type='hidden' name='loc' value='en_US' />
    <input type='text' 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;}' value='Enter your email...' name='email' class='emailinput' />
    <input type='submit' class='emailbutton' value='SignUp' title=""/>
    </form>
    </div>
    </div></div>


    • Replace all(three) newblogger-tricks with your Feedburner Username
    • Replace all(two)  newbloggertricks with your Facebook Username
    • Replace  newbloggertrix with your Twitter Username
    • Replace gsrdatta with your stumbleupon username

    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.



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