Add Floating Social Media Sharing Buttons To Blogger

Posted by Unknown

The Floating Social Media Sharing is a very popular widget on all the top blogs, being a very good way to increase the number of times your posts get shared on Twitter, Facebook and other social networks. It has some of the following functions: Facebook Like, StumbleUpon, Twitter Share, Digg This, Google+ and RSS Feed Icon and each of them comes with a live counter. You can add more sharing buttons or social bookmarking icons later if you wish.

Blogger, WordPress, Facebook, Share

How to add the scrolling social bookmarking bar


The code to copy-paste (updated!):

<!-- floating share bar Start fe-blogger.blogspot.com--> <style type="text/css"> #pageshare {position:fixed; bottom:5%; margin-left:-721px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;} #pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;} .fb_share_count_top {width:48px !important;} .fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;} .FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;} .FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;} </style> <div id='pageshare' title="Get this from Helpblogger.com">
<div style="margin-left:8px;"><div class='sbutton' id='like' style='margin: 5px 0 0 5px;'><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'></script><fb:like layout='box_count' show_faces='false'></fb:like> </div></div>
<br /><div class='sbutton'><a class='twitter-share-button' data-count='vertical' data-via='fe-blogger' expr:data-counturl='data:blog.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a><script src='http://platform.twitter.com/widgets.js'; type='text/javascript'></script>
<br /><div class='sbutton' id='su'> <script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script> </div> <div class='sbutton' id='digg' style='margin-left:3px;width:48px'> <script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script> <a class="DiggThisButton DiggMedium"></a> </div> <div class='sbutton' id='gplusone'> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <g:plusone size="tall"></g:plusone></div><br/><a href='http://feeds.feedburner.com/fe-blogger' rel='nofollow' target='_blank' title='Subscribe To Our Rss Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3nTdcAzarRY6ueNI6RYp92BYQrUnqyYmIwj-i2pzBMl_1NnbYv24n_tHQcf5yoC-vQghLRDRsmUbPJWJhsjzcOqE7RZ8noRv1oWkb63tBM4X8ErwjOXpsu9pbeWTbujWHLJ4EXqFDBv6j/s1600/icon_rss_reader.png'/></a><div style="clear: both;font-size: 9px;text-align:center;">Get <a style="color: #3399BB;" href="http://fe-blogger.blogspot.com/">widget</a></div><!-- Do not remove this link --> </div> <!-- floating share bar End --></div>


Customization:
  • Vertical alignment - Change the value of bottom in code line 3. The code positions the button relative to the bottom of your browser window. To fix the distance even when window is resized, specify the value in px (pixels) instead of %.
  • Horizontal alignment - Change the value in red of margin-left. Negative value pushes the button to the left of the main blog column, positive value pushes it to the right. Increase or decrease the value based on your needs.
  • Twitter setting - Replace fe-blogger with your Twitter username
  • Replacing and removing buttons - You can replace existing buttons with your own. Each button is represented by this code: <div class='sbutton'> BUTTON CODE HERE </div>
  • RSS Feed - Change the text in blue with the url address of your RSS feed.
Enjoy :)


More aboutAdd Floating Social Media Sharing Buttons To Blogger

Create A Rollover Image Effect (change image on mouseover)

Posted by Unknown

The Rollover effect is one in which an image web object changes (swaps itself) on mouse over to another web object (called rollovers) and reverts back to the original image on mouse out. Rollover images are preloaded into the page when it is loading, this ensures that the rollovers are displayed quickly. The onMouseOver and onMouseOut attributes of the link tag are used to make this functional.

Demo:  Place your mouse over the image below to see its rollover effect


Making Rollover Effect Image

You have the following code:

<a href="URL ADDRESS"><img src="URL OF THE FIRST IMAGE GOES HERE" onmouseover="this.src='URL OF THE SECOND IMAGE GOES HERE'" onmouseout="this.src='URL OF THE FIRST IMAGE GOES HERE'" /></a>

Change the colored texts as it follows:

1. URL ADDRESS

This is the address where somebody will be sent when clicks on the image.
Example, my blog address: http://www.fe-blogger.blogspot.com

2. URL OF THE FIRST IMAGE GOES HERE

Replace the orange text (two times) with the URL address of the image which will appear before you hover over it.

3. URL OF THE SECOND IMAGE GOES HERE
Replace the text in blue with the url of  the image that will appear when the cursor hovers over it.

Now you can paste your image inside a blog gadget, going to Layout > click on Add a Gadget link (right side) > Select HTML/JavaScript from the pop-up window, then add it to your sidebar.

You can also add it inside your post by going to New Post > Switch to HTML tab and then paste the code in the empty box.

That's it. Enjoy ;)

More aboutCreate A Rollover Image Effect (change image on mouseover)

How to Backup/Restore template in new blogger interface?

Posted by Unknown

Backup restore new Blogger Template easily
Here i'm saying about an important topic that i had posted early " How to Backup/Restore Blogger Template? ". But i'm going to show you How to Backup/Restore  Blogger Template in New Blogger Template . Now a days Blogger default interface is Upgraded New Blogger Interface. Backup/Restore Template is so important,So don't take this as a silly matter.
Read Following see How to backup template in New Blogger Interface..



How to Backup/Restore Template

  • Go to Blogger Account
  • Select Template [as shown in fig.]
Backup restore new Blogger Template easilyBackup restore new Blogger Template easily
  • Click on the Button Backup/Restore  in Left top .
  •  A box appears [as shown in fig.]

Backup restore new Blogger Template easily
  • As shown in the above fig. 
  • Click on Download Full Template to download Template.Save it
  • Click on the Browse to Restore the early downloaded Template.
  • That's all ..Enjoy with us...








Check out other Blogger Tricks HERE and Blogger jquery Widget Generators HERE

More aboutHow to Backup/Restore template in new blogger interface?

Optimize your post title to H1 tags better SEO Blogger Hack

Posted by Unknown

Increase SEO with h1 tag Blogger hack
This is an important SEO Blogger trick to increase SEO. Heading tags have a great importance in Search engine results, Heading tags helps Search engines to recognize what is important in your blog.Heading are form H1 to H6 .H1 tags have higher priority.So we are going to hack blogger template by changing H3 tags to H1 tags. By default blogger post title is in H3 tag,here is a trick to change it to H1 tag for more SEO.





  • Go to Blogger Account
  • Select Template -> Edit HTML [click Proceed
  • Find the code like below [Find easily using Crtl+F]
  • Or simply find <H3


<h3 class='post-title entry-title'>
      <b:if cond='data:post.link'>
        <a expr:href='data:post.link'><data:post.title/></a>
      <b:else/>
        <b:if cond='data:post.url'>
          <b:if cond='data:blog.url != data:post.url'>
            <a expr:href='data:post.url'><data:post.title/></a>
          <b:else/>
            <data:post.title/>
          </b:if>
        <b:else/>
          <data:post.title/>
        </b:if>
      </b:if>
  </h3>
  • and Change it with <H1 [Change all H3 to H1]
  • Change all H3 tags with H1 tag
  • Done ..Wait for few weeks you can find the change in Google SERP.
  • Your Blog pages will show in Google Search Page.

Update [21.11.2012] : I have noticed that this trick displays error in some webmaster like Bing. If you get error message from the webmaster then change the H1 tags which we changed before to H2.
Note: Only change the H1 tags you changed earlier.
Google Webmaster will not show error on this trick.

    I think you enjoyed this ..if so please share...
    More aboutOptimize your post title to H1 tags better SEO Blogger Hack

    Protect Your Blog posts from Copying Blogger Trick

    Posted by Unknown

    Stop copying blog content with css
    Copying blog posts or articles from sites/blogs on internet is a usual thing.Here i am going to share you how to protect your blogger posts/articles form getting Stolen.This is a trick to lock your text and the visitors of your blog can't select the text only they can read the text. If they cracked that method and select the text there is another trick to disable right click menu,so they can't copy text.. Enjoy...







    To view Demo click the link below:- Open this link and try to select text..Or do a right click..

    View Demo

    Copy the Following CSS codes to your Blog

    •  Go to Blogger Dashboard
    • Select Template->Edit HTML click Proceed    [or Use Alternate Way to copy CSS code]
    • Find ]]></b:skin>
    • Copy the following code  and save

    -moz-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -ms-user-select:none;
    user-select:none;


    Disable Right Click

    • Copy the following code inside <head>
    <script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/>


    I think this article will surely help you...if you liked this please share...
    More aboutProtect Your Blog posts from Copying Blogger Trick

    HTML Character Count SEO Tool for Blogger

    Posted by Unknown

    HTML character count SEO tool for blogger
    HTML Character count Tool is a popular tool to count characters that is used for SEO.You can count characters in the following Tool.Character count is mainly used to count Blogger post title characters. In Google SERP(Search Engine Result Page), Google shows 61characters of title of blog post.So keep Blog Title less than or equal to 61 characters. Manual counting of characters in title with white spaces is, i think it is bit difficult So use this tool to count..






    I hope you are enjoyed with this article please share it...
    Thanks...

    More aboutHTML Character Count SEO Tool for Blogger

    15+ Smooth Jquery Scroll to Top widget generator for Blogger v.1

    Posted by Unknown

    jquery scroll to top widget generator blogger
    Jquery scrolling to top buttons help visitors to jump to top of page with smooth automatic scrolling.So the user/visitor of your blog can go to top of page with a single click.This smooth jquery scrolling makes your blog impressive.
    I created a Blogger widget generator for ease of use.Create your favorite scroll to top Button with a single click.





    To view demo look at right-bottom of this blog or Click on the following link


    I think you liked this generator,Check out our other awesome widget generators here.
    Don't forget to say thanks at least for appreciating us..  Also expect more form us.. thanks..

    I found that some sites copy our code,a notice for those Blog owners: please at-least say thanks or provide our blog link within your post. Thanks

    More about15+ Smooth Jquery Scroll to Top widget generator for Blogger v.1

    Add Facemoods Emoticons To Your Blogger Comments

    Posted by Unknown

    Here are some amazingly funny emoticons compatible with your Blogger comments - also with threaded commenting system! If you want to know how to add them, just follow the next steps:

    emoticons, smileys, blogger, tricks

    Step 1.

    Go to Dashboard - Template - Edit HTML - Proceed


    ...and select Expand Widget Template (don't forget to make a backup)

      Step 2. Search (using CTRL + F) for this code:

      • For previous commenting system: 
      <h4 id='comment-post-message'><data:postCommentMsg/></h4>
      • For threaded comments:
      <div class='post-footer-line post-footer-line-3'>

      Step 3. Add the below code just above it

      (for threaded comments, add the code after):

      <b:if cond='data:blog.pageType == "item"'>
      <div style=' width: 450px; text-align: left; border: 1px dashed #0084ce; background: transparent; padding: 10px; color:#000000; font-weight:bold; '>
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGoD-ANA9wIwb-7NG7PTpHwMILwi5n1RD4codZ_L_7l7hugQtEDUGJTh8prkEcx2B22FXrcpt4W60WV1inn6D2LV_Wi74dOzo8XDB0vDEakkdgF8RLuXXODmSR_WColvn8YBjCEUW_-b35/s1600/fe-blogger.blogspot.com(1).gif'/> :a
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmqw9b2Akf2HGdIS7ccZXLNIl-Kxa1X5CNpa58DQ7vfhz4WNts5Z1DMvSm8JhbAGEeBA3PBAvT7uAjeiCTNfV209WqhD07cErGy3X1VOBOKApluoz9-NVq_1ngiodvZBR2d5bXJQvuL84c/s1600/fe-blogger.blogspot.com+(2).gif'/> :b
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHQ1ZJjDclbTpkN6H12G7Xf1ZYCTbxNcXhF0UoUrOzBd9wBwrfkltjWhx9t_17t3iwTmcaPxWSSQo0Jn4yi2jEghcWvrX2GFmTMm-kgI-440RxKGditN-Xxb5cI7sxKeFlAHKE0LqEosbZ/s1600/fe-blogger.blogspot.com(3).gif'/> :c
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHMlYagHeazTQPpahzcCkDKEB2u1F8tlGdD2Zwn7saSHO7kvZmB6Bmq0DIMcOuRJD0soOetMl8TCRnXvF1IM3b_4MRZKZOeH6Nxz9t3dVUIiLEaP7G-0Yf-q0_OEyB3ThS0ufawp6swR1I/s1600/fe-blogger.blogspot.com(4).gif'/> :d
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGNDeSl0mgwOdIahjOK0KVYSyViIYqdyg1tyo9U9cAPGE75G3q13aM_2swwtEYnwEAXy61jWeezhxz4AuIvPQ2QiP9q6amVrpsBrVyqtapanvRgZJ7n1k9tylupEyi3ncwFiwih0TpjhAN/s1600/fe-blogger.blogspot.com(5).gif'/> :e
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg4rgS70JIeVdH72XmdB-DMD0gVqMBN0Ck_olh92NXsPTCy3evorlCShfVDGon_abyCAEQRQSuf1PykTIXksOhbdK5rLzeTEXH5WVUIlfvQ3p0S_fBhLODoyKUwdDCPHeG2m63c-e6Bjyry/s1600/fe-blogger.blogspot.com(6).gif'/> :f
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGRolLr9Os2ucUfRfnm6Iszvg38RuD2y7tj2RpVDFRJlJAnp5MpqNIuHVXeq6Tb97Fqwb1QCT4y-MAJPCsdzDXo2gb2NIWm7pg0vTuTkZ5zMT8OgxoB3Ea9Og3PUApe4cdtQJZckiFRnu7/s1600/fe-blogger.blogspot.com(7).gif'/> :g
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpwVoL6kCwmM0PJZcQYjjxdjknp2iIlFETjAERgUkIdvyiw6ZIiJa98V8ATkoxgX_2BGard3SpenINwYX0tKIyXhhfP08gtlYAYYBRRYrCUXDZScSjUIFB9QJa8NdWfr-tKb3YbQ2b3CsL/s1600/fe-blogger.blogspot.com(8).gif'/> :h
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiubzUbcUTv4JkFW-kzf7UEgD0-Wg-Uc3Ibw64Ae-vXlkqL0gFwlb1ymq0ULevCqgBnWSD_FLf260S4i-31GUEumwMu6tN9vXRwJYRG5YvkFXWSgs72yFnik7SXQTyYRpFUL2V4wGSNRO7B/s1600/fe-blogger.blogspot.com(9).gif'/> :i
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfiSdB0rYqCnu9z605qgCM24FfqKyVxmgOzkQPre8wYj_l_HsLy6qzIdAeHwYuXsOTAuHIiCLqQmiqxAao90oaaUOUQT2Iq4rgCPqAqO3oNLCVUxm2UjD7qWny-EnCVvra-TxHKYFStQPc/s1600/fe-blogger.blogspot.com(10).gif'/> :j
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkuTvg0use8hL0k-t9Lko_vMS9H9HbccxMgeRxA0WzB8XKy4Zl694dGi9s3aGfJurt7DeMFZuiq6hCiDJf23jonFeJf46J7_18y-LvrJPB1vne_R6-WX8vEAH-v1HxVUJEC3f1MuIBitVd/s1600/fe-blogger.blogspot.com(11).gif'/> :k
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTFhs5jUptqEcfZQdbl-NAeG7F90sMK-pGLgmRi7CgBgaYPUMnf1XwLujhMCNc6v8-cel4PLQJpq8-a4sr7QdBTqVpBYDcrK2RXJ_5ekn0Iovqi_jGw2fEAogQMM3IF9UorTN2Btk5RZ-1/s1600/fe-blogger.blogspot.com(12).gif'/> :l
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhy91EU8iMRDCLJ_2eFRNBoaZhfImjRe6v69G4mhpeUTx0hzlRMYAOfzqQUQUzQqxV1229efFFqAXvtPTR5pWuegGZZ14N3qzs6eiOpid2PpCNJEGvYuAZ5aDaoVBQU28DfTaWS4BtX_j5I/s1600/fe-blogger.blogspot.com(13).gif'/> :m
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmJcCqD4SC7-8QPrItrfGGXIqfgkLyHeg8juyHRjiaXOLfsvInoJrZCChJwrDlrItKoY13kLklXyUWb7OOVq3B3wxRnvWAVxNkF6Xjz57Wxh-aLmJZHrric5pTNPbLswFnLCgko1tVqDD_/s1600/fe-blogger.blogspot.com(15).gif'/> :n
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxq3DBB9EAMlE9qjN9F13jd3zcGqlA29zmHZG9Bv8ROtOchncs323vXfoVu0tA2bw21ojE8y9F2GKzi4XpfKlXUYpLXOfkiUOt9hfLgEnmYYO0HCjTWHnvJatRnOzBrsIII1ocncL_bUeQ/s1600/fe-blogger.blogspot.com(16).gif'/> :o
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjP5d0-jWsob1tf-NXPEwKELSEpCaHuv4wYXGvUbab3Zok8guYuHXreg1txhswMgTVdpZI01Wlvo5O6sHO3u560gGSWwBlS7KAw1haiNo8lvfT67KmK4VfdlPnqmyLVXt17hJ15fnFEXHKH/s1600/fe-blogger.blogspot.com(14).gif'/> :p
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg424HwV59aSlsDD16bA1MIA-HsdiLdE7asWkMI4KgrrrAbSTjjDrqz8OQOdTxIoic97vwGnbZGTPbdDbSB5Y7WpKoXsVOG1oq2EtiqdxecGaFNJZotWl-tANKvFuZNfSz_OhL2FaviMBBg/s1600/fe-blogger.blogspot.com(17).gif'/> :q
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9m0ksj-ned5it2JRRakjzMjwC2b4LVhSPbOFxa00aePymHJNPI9Zk0O3hRtirH8oJwXsy_fvDPoOxQLgMFIkV6kUmgevspG7RtrW7XDX45aDrVfVZ6RhZ03ByGAfnLYeWXzeqwIxSeG2E/s1600/fe-blogger.blogspot.com(18).gif'/> :r
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghuBBAIcA6z4p-swdYES-T-IrO1w3gXd_Ed87uoEk9wWtbMNdJZJs7BceGjBe-Z1R2a8nS6UXSiPLW066BwRiz4OH-B50stJZCMnqQncQVmu4Z4iiEe20FSNyLQYnLx-iiAUB78hug8PPY/s1600/fe-blogger.blogspot.com(19).gif'/> :s
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzhA-yCMuWybOrwR4mikKpDbLsacTbkFbdim8R6AqU6CU9E5-TX5c1wkzs9Y6GN9N4p9yX9e1rB6VxPBbkWvNnbCjHIj9KsbHTyViPpu-_2bDgBMYFsSflyyXtbsqFExtXeweo0faNvGzk/s1600/fe-blogger.blogspot.com(20).gif'/> :t   <a href='http://fe-blogger.blogspot.com/2012/05/add-facemoods-emoticons-to-your-blogger.html' style='color: rgb(30, 122, 183); font-size: x-small;'>Add smileys to Blogger + </a>
      </div></b:if>

      Step 4. Now search for this piece of code:

      </body>

      Step 5. And add the following code immediately above it:

      • For previous commenting system:
      <script type='text/javascript' src="http://fe-blogger.googlecode.com/svn/trunk/facemood emoticons.js"/>
      • For threaded comments: 
      <script type='text/javascript' src="http://fe-blogger.googlecode.com/svn/trunk/facemood emoticons threaded.js"/>

      Step 6. Save the Template. Now, enjoy your comments!

      More aboutAdd Facemoods Emoticons To Your Blogger Comments

      How to Change Default Anonymous Avatar in Blogger Comments

      Posted by Unknown

      In the last tutorial, I wrote about how you can change avatars size in blogger comments and in this simple tutorial, I will show you how to change or customize default avatar of anonymous commenters or Blogger users with no picture added on their profiles. After Blogger announced new feature of threaded comment, we can still customize it by adding a jQuery plugin to our template and replacing the default anonymous avatar found at this

      URL http://img1.blogblog.com/img/anon36.png
      and the one for blogger users http://img2.blogblog.com/img/b36-rounded.png

      ...with our own.

      anonymous, default avatar, blogger blogspot

      Step 1.

      Go to Dashboard - Template - click on the Edit HTML button and then Proceed



      ...then select Expand Widget Template (don't forget to make a backup)

        Step 2. Find (CTRL + F) this code in your template:

        </body>

        Step 3. Add the following code just above it:

        <script src='http://code.jquery.com/jquery-latest.js'/>
        <script>
        $(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
        .attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNmzyH1JXGuZaS4FZKK239RDaIdRypOC8pmEXx0BsCBwTDjb4gR0vDGQ6GIorxSmnwKEAUrxYmrlob-jTQnCBrxlHG4iGktmgujti3EQX65FOWGHUqFfKR6UAvgBl9dOi-GFhd5kZsOiI/s1600/default_avatar.gif&#39;)
        .ssyby(&#39;blank&#39;)
        </script>
        <script src='http://code.jquery.com/jquery-latest.js'/>
        <script>
        $(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
        .attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtXOGCjN5Xa9YXZfPnsE5VKfsSMNCqNlVpD0Saf3_J55I7OoAFDF7t4hUu8y_5csg2bmzCKxgJOr4MavNJIx20I_TjFFr9PWXFYe9nukpmGBSVpX9VshX0oNEBASSObXJ_nDaxPlMrEkQ/s1600/blogger-user.png&#39;)
        .ssyby(&#39;blank&#39;)
        </script>

        Step 4. Save the Template

        How to change avatar:

        For Anonymous users: Replace the code in red with the url address of your image
        For Blogger users: Replace the URL in blue with your own.

        You can choose one from these below (copy the url address):


        https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNmzyH1JXGuZaS4FZKK239RDaIdRypOC8pmEXx0BsCBwTDjb4gR0vDGQ6GIorxSmnwKEAUrxYmrlob-jTQnCBrxlHG4iGktmgujti3EQX65FOWGHUqFfKR6UAvgBl9dOi-GFhd5kZsOiI/s200/default_avatar.gif


        https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhT4duC85eD0MHclAJzp8U9VRlP6AmZfRJsxtHRTmfRsU3DRL17gYbRWBafaYvv3ivW0Kw425s1Amte_Q6BoAHv0lXEy9qXwLrxV0tPHYgwUAHQEcxfblRVxt_iibAb-RAXV3DHkRGT28Y/s1600/facebook.gif


        https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiU_11Pbuw8rA0LYLLIO1VQpOhW1bdj9rBM-Hk4rjBR-yCFW2UAtv_5Ly8Zx-vsBCZqBDjNsPaZQcs8gKVghRsWybrFCvBCnYEyEkehzoLpXC34u_0zlSuXysA4IVNaeQmeQpwKOaxTZzg/s1600/anonymous3.png



        https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6S4CDvytbSP3jvobUr_RJJfhIM_84tBf3C1m8RfPKb-BDnNneX-yy7niH6HxGklgZkGKfUJqpQmy6B98uJEXgOKq-nphai-16XpvnyJMECSTCZ_C804p0INfJCoa6YkYDU_sGijKmwzsf/s1600/blogger-user.png


        That's it!
        If you liked this post, please consider sharing it.

        More aboutHow to Change Default Anonymous Avatar in Blogger Comments

        How To Change Avatar Size In Blogger Comments

        Posted by Unknown

        This simple trick will help you to modify the avatars size in Blogger comments. For changing the style and size of avatars, we have to add some CSS codes in our Blogger template. So, let's begin:


        Step 1.

        Go to Dashboard - Template - click on the Edit HTML button - Proceed


        ...now select Expand Widget Template (I recommend to make a backup first)

          Step 2. Find (CTRL + F) this code in your template:

          ]]></b:skin>

          Step 3. Copy and paste one of the following codes just above it:

          [Works in Blogger threaded comment system]

          .comments .avatar-image-container{
          background-color: rgb(34, 34, 34);
          border:1px solid #ccc;
          margin: 0px 10px 0px 0px;
          padding: 0px 0px 0px 0px;
          width: 64px;
          max-height: 64px;
          }
          .comments .avatar-image-container img{
          margin: 0px 0px 0px 0px;
          padding: 0px 0px 0px 0px;
          max-width: 64px;
          height: 64px;
          }

          [for old blogger commenting system]

          .avatar-image-container{
          border:1px solid #d6d6d6;
          margin-left: -30px;
          -moz-border-radius: 4px;
          background:#fff;
          height:70px;
          min-height: 70px;
          width:70px;
          min-width:70px;
          }
          .avatar-image-container img {
          background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDwHKVDGnzZjBCQMcaCql2XZDKHQqJ8uyHD1y_Jpku6mdwUZza67UBi1zUQ1VfNLdluEDG0tIoVg2wLX8KOvYXGpMjkbNny88lMkZXcJELOEovkjLNip4uoVc5zlU-mm4axFmEhhhMOo8/s200/anonymous.jpg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          width:70px;
          min-width:70px;
          height:70px;
          min-height:70px;
          }

          Note: If you want bigger/smaller avatars, change the values in red. To change the anonymous avatar, replace the URL address in blue with your own. (works only for previous commenting system)

          Step 4. Save the Template.

          Now view your blog to see the results. Hope you enjoy!


          More aboutHow To Change Avatar Size In Blogger Comments

          How to Hide Blogger Sidebar to Display AdSense For Search Results

          Posted by Unknown

          When visitors are searching for content on your blog, you have the following options to display the search results: opening the results in the same window, in a new window or within your own site using an iframe.

          But the best option is to display the search results in your own site/blog, mainly because you are not sending people off your blog and when they are taken to a new page of search results, so it could be confusing many times because it doesn't look anything like your site or Google. Therefore, displaying the search results within your site, could look more professional and could also increases your page views and your revenue from the ads on the search page.

          A problem that many bloggers are facing is that the page which displays the AdSense for search results must be at least of 800 px wide, so the posting area must be of minimum 800px and there's nothing like that in most of the blogs.

          So, what we will do in this tutorial is to set up the search results to be displayed in a static page (none of other posts or pages will be affected) where we'll remove the sidebar, so that we'll have enough space to make the post/page section of 800px wide. Also, we will create a static page specially designed for the search results, then create a new AdSense for search in our AdSense account and finally add a small snippet of code top in your Blogger template to hide the sidebar in that specific page.

          Search results span the width of the page with the sidebar hidden:


          Display AdSense For Search Results Within Blogger Page

          Step 1. Create a new static page on your blog, you can give it the title 'Search Results' but leave the content section empty and then Publish the page.

          Step 2. When you publish the page you have the option to add the page to a menu, choose the third option 'No Gadget Link To Pages Manually' click 'Save and Publish'. OR in case this screen will not appear, right click on View Page and select Copy Link Address. We will need this URL of the page when creating the AdSense for search.

          Step 3. Go To Your AdSense account, then go to My ads tab, select the Search option and Create a New custom search engine. Follow the steps until you come to the Search results option.

          Step 4. Select the 3rd method "on my website using an iframe", then Enter the URL of the page you created into the URL field and continue.


          Step 5. Follow the rest of the set up process, at the end you will be given two pieces of code. The first piece of code is for the actual search bar that you can paste into a Html/Javascript gadget in your sidebar or wherever you want it. The second piece of code you must copy and paste into a new HTML/JavaScript gadget and after clicked on Save - drag it above the Blog Posts area


           Now that you have your page set up with the search results code and your search bar code in your sidebar, it is time to add a snippet of code to your template to remove the sidebar.

          Adding The Code In Blogger To Change the Results Page Layout

          Step 1. In Your Blogger Dashboard, go to Template > Edit HTML - then click Proceed 


          Step 2. Select the "Expand widget templates" box



          Step 3. Find (CTRL + F) the following piece of code

          ]]></b:skin>

          Step 4. Just below it, paste this code:

          <b:if cond='data:blog.url == &quot;PAGE-URL-HERE&quot;'>
          <style>
          .main-inner .columns {
          padding-left: 0px !important;
          padding-right: 0px !important;
          }
          .main-inner .fauxcolumn-center-outer {
          left: 0px !important;
          right: 0px !important;
          }
          .main-inner .fauxcolumn-left-outer, .main-inner .fauxcolumn-right-outer, .main-inner .column-left-outer, .main-inner .column-right-outer {
          display: none !important;
          }
          </style>
          </b:if>

          Note: Replace PAGE-URL-HERE with the url address of the page where the search results will be displayed (the one you have added at the step 4)

          Step 5. Now Save Template and you're done!

          This simple trick allows you not only to hide the sidebar in the search results page, you can, as well, hide it in any page you want... just create your page and follow the same steps. It is also good to hide the sidebar in Privacy Policy Pages, Contact Pages and in all the non-content-based pages with little content or no content at all.

          Make sure to check out other interesting AdSense Tutorials.
          If you need more help, leave your comments below.

          More aboutHow to Hide Blogger Sidebar to Display AdSense For Search Results

          Show Blogger Image only in Homepage and Hide it in Post Page

          Posted by Unknown


          To hide images/pictures from our blogger posts and to make them appear only in homepage, we will have to add just a small piece of CSS code in our template and then use the class "hidepic" each time we want to hide an image.

          Just follow the next steps:

          Step 1. Go to Dashboard - Template - Edit HTML ( click on Proceed button )


           Step 2. Select "Expand Widget Template" (make a backup)

             Step 3. Find (CTRL + F) this code in your template:

                }]]></b:skin>

            Step 4. Copy and paste the following code just below it

            <b:if cond='data:blog.pageType != &quot;index&quot;'>
            <style>
            .hidepic{
            display: none;
            }
            </style>
            </b:if>

            Step 5. Save the Template.

            Now everytime you create a post, firstly add the pic you want to hide and then switch to HTML tab where you'll see the HTML code of the image you have added that will look something like this:

            <div class="separator" style="clear: both; text-align: center;">
            <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhS6EC2ik5upO18jSdfJqY0C7U_kBKGP5j97Bdp18PrFkHNGbGko0XQ_FuMTcCFw9G14eGcnY9M70UgtQo2gbwmJ0Ms1FU6l6vmYSBGef4Iv9KA7F7HmU9-kWl54ZgDSimpJZBmzIixAo/s1600/fire_bird_by_fhrankee-d32af8v.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhS6EC2ik5upO18jSdfJqY0C7U_kBKGP5j97Bdp18PrFkHNGbGko0XQ_FuMTcCFw9G14eGcnY9M70UgtQo2gbwmJ0Ms1FU6l6vmYSBGef4Iv9KA7F7HmU9-kWl54ZgDSimpJZBmzIixAo/s320/fire_bird_by_fhrankee-d32af8v.png" width="320" /></a></div>

            Note: it should be at the exact location where your image has been added 
            (if the image is at the middle of the text, then the code should be found at the middle)

            Step 6. Replace "separator" with "hidepic" - see the screenshot below:


            If you need more help, please leave a comment below.

            More aboutShow Blogger Image only in Homepage and Hide it in Post Page

            How to Remove Showing Posts With Label in Blogger

            Posted by Unknown

            label, blogger, remove, how to

            For any default Blogger layout, the "Showing posts with label" message shows up above the posts whenever you click on a label link. As it's a pretty useless and annoying message, many people like to have it removed. If that is your wish, just follow the tutorial below:

            Removing "Showing post with label...show all posts"

            Step 1. Go to Dashboard - Template - Edit HTML (if necessary, click on Proceed button)


            Step 2. Click somewhere inside the template code, then search - using CTRL+F - this code:

            <b:includable id='status-message'>

            After you found it, click on the sideways arrow next to it, to expand the rest of the code.

            Screenshot:

            Step 3. Below is this code that you need to remove - along with the first one, as well:

                 <b:includable id='status-message'>
                  <b:if cond='data:navMessage'>
                  <div class='status-msg-wrap'>
                    <div class='status-msg-body'>
                      <data:navMessage/>
                    </div>
                    <div class='status-msg-border'>
                      <div class='status-msg-bg'>
                        <div class='status-msg-hidden'><data:navMessage/></div>
                      </div>
                    </div>
                  </div>
                  <div style='clear: both;'/>
                  </b:if>
                </b:includable>

            Screenshot 

             Step 4. Replace it with this one:

            <b:includable id='status-message'>
            <b:if cond='data:navMessage'>
            <div>
            </div>
            <div style='clear: both;'/>
            </b:if>
            </b:includable>

            Step 5. Save the template. Now view your blog and click on some label....there should be no box anymore.

            More aboutHow to Remove Showing Posts With Label in Blogger

            Recent Posts Widget with Thumbnails for Blogger/Blogspot

            Posted by Unknown

            A few days ago, I've posted a tutorial about How To Add A Simple Recent Posts Widget but today I want to present to you a very nice Recent Posts widget that comes along with posts thumbnails and post summary as well. If you want to know how to add this Recent Posts widget/gadget to your Blogger blog, then follow the steps below:

            recent posts, blogger widgets

            How to Add the Recent Posts Widget to Blogger

            Step 1. Go To Blogger > Layout and click on "Add a Gadget" link


            Step 2. From the pop-up window, scroll down and choose HTML/JavaScript


            Step 3. Paste inside the empty box, the following code:

            <div class="eggTray">
            <script src="http://fe-blogger.googlecode.com/svn/trunk/listbadge.js">{"pipe_id":"1a6640e2a78b2c6e736f2220529daae5","_btype":"list",
            "pipe_params":{"URL":"YOUR-BLOG/SITE-URL/feeds/posts/default"},
            "hideHeader":"false","height":"500","count": 8 }</script>
            <div style="font-family: arial, sans-serif; font-size: 9px;" class="ycdr"><a href="http://fe-blogger.blogspot.com/2012/05/recent-posts-widget-with-thumbnails-for.html" target="_blank" title="Grab this widget">Recent Posts Thumbnails</a> <a href="http://fe-blogger.blogspot.com/" target="_blank">Blogger Widget</a></div><noscript>Your browser does not support JavaScript!</noscript></div>
            <style type=text/css>
            .eggTray {margin:10px 0px;padding:0px;}
            .ybr li  {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
            .pipesTitle {padding-top:0px;}
            .pipesDescription {display:true;}
            .ycdr {background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZxzxDJ6ZnK6U4CUi1QUWBTVuKdknVd64bKYUkDus7-b1hNSeNbvMQ98RP3Ys5eVmztCHcjqeOcQ8vFVn_dmYFHkSA2X8Ss6LujROb9Fo0WqtXLaJkNBUz6zWNJdyeOP8QBLwXMuSKkLM/s1600/logo.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:14px; margin: 4px 0px 0px 0px;line-height:14px;}
            .ycdr, .ycdr a {color:#999999;}
            .widget .popular-posts ul {padding-left:0;}
            </style>

            Step 4. Change YOUR-BLOG/SITE-URL with the url address of your site/blog (ex: http://fe-blogger.blogspot.com) and look to have no forward slash symbol "/" at the end of your url

            Note:
            • To disable the scroll bar, remove the number 500
            • By default, this widget is set to display a maximum of 8 recent posts. To change this number, replace the number 8 with the number of posts desired
            • if you want only the posts titles to appear, change true to none and "0" from padding-top:0px with 10

            Step 5. Save your widget. And you're done!

            If you need more help, leave your comment below.

            More aboutRecent Posts Widget with Thumbnails for Blogger/Blogspot

            Spraying animated subscription buttons for blogger v.1

            Posted by Unknown

            spraying animated subscription buttons blogger
            Spraying jQuery animated subscription buttons widget is an awesome widget for blogger.This animated subscription buttons created by Redeyeoperations and i modified it by adding some additional features.This widget works best in Mozilla Firefox..
            I created a widget generator for you with some important options.




             
            To view demo of this widget please click on following link

            Features

            • 5 subscription buttons
            • jQuery Animation
            • Effective CSS3 Animation
            • Color Selectable base button
            View Demo
            Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
            • Go to Template->Edit HTML [A dialog box appears click Proceed]
            • Copy and paste the below code <head> and save it
            <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>



              More aboutSpraying animated subscription buttons for blogger v.1