sábado, 28 de julio de 2012

How to Make the Blogger Posts Have a Calendar for the Date in

It's quite common to see calendar style dates next to some WordPress posts but for the Blogger platform it isn't always easy adding it. But who said you can't do it? You need to look no further than this blog. In this tutorial, we'll learn how to create a calendar style for your Blogger posts date!


How to create calendar style dates in Blogger



Step 1. Go to "Settings" > "Language and Formatting" - "Date Header Format" and change the date format as you can see in this example below (first add day, month and finally year)
 

Step 2. Go to Template > click the "Edit HTML" button


Step 3. Click anywhere inside the code area and press CTRL + F to open the blogger' search box

Step 4. Type or paste the following line inside the search box and hit Enter to find it:
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
Step 5. In case you find it twice, replace it twice with this code:
<div id='Date'>
<script>changeDate(&#39;<data:post.dateHeader/>&#39;);</script>
</div>
<b:else/>
<div id='Date'>
<script>changeDate(&#39;&#39;);</script>
</div>
Step 6. Now type this tag inside the search box and hit Enter to find it:
</head>
Step 7. Just above the </head> tag, paste this code:
<script type='text/javascript'>
//<![CDATA[
var DateCalendar;
function changeDate(d){
if (d == "") {
d = DateCalendar;
}
var da = d.split(' ');
day = "<strong class='date_day'>"+da[0]+"</strong>";
month = "<strong class='date_month'>"+da[1].slice(0,3)+"</strong>";
year = "<strong class='date_year'>"+da[2]+"</strong>";
document.write(month+day+year);
DateCalendar = d;
}
//]]>
</script>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<style type='text/css'>
/* Calendar style date
----------------------------------------------- */
#Date {
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3HMAzTSr9MLjL7MaaMjaZQWHptxC2zGIcINZxy81pYvU_3JUM0H8ULq73auGW2zlU78P6h4dmmc4diUedpiWsFzpMpcA2yPyERkAf2aY0DuCtEt9PxpJnHpHiPWalenxAP0ruJkI2HwB8/s1600/calendar07.png) no-repeat;
display: block;
width:60px;
height:60px;
float: left;
margin: 15px 2px -40px -108px;
padding: 0 0 8px 0px;
border: 0;
text-transform: uppercase;
}
.date_month {
display: block;
font-size: 15px;
font-weight:bold;
margin-top:-1px;
text-align:center;
color:#ffffff; /* Month's color */
}
.date_day {
display: block;
font-size: 28px;
font-weight:bold;
margin-top:-8px;
text-align:center;
color:#282828; /* Day's color */
}
.date_year {
display: block;
font-size: 10px;
margin-top:-8px;
text-align:center;
color:#282828; /* Year's color */
}
</style>
</b:if>
Before saving the Template, here we can make some changes:

- To change the calendar style, replace the url in blue with yours;
- If the calendar doesn't appear as it should, change -108 with 0;
- With green are marked the areas where you can change the color of the dates

Step 8. Now Preview your Template and if everything looks ok, hit the Save Template button.

That was all... Enjoy!
Share:

lunes, 4 de junio de 2012

How to Create Drop Caps (Big First Letters) in Blogger/Blogspot

Here's another way to customize your Blog. In this case, your Posts and Comment's first letter. The effect is a large first letter stretching down three or four lines with the text wrapped around. The drop cap letter can also use a different font and have a different color from the rest of the text. This style can be often seen in newspapers, literature, magazines. So, in this tutorial I will show you how to apply automatically a Magazine text style on Blogger Posts and Comments. Let's start adding it...

-> Add Drop Caps For Blogger Posts

drop caps, blogger blogspot, tutorials

-> Add Drop Caps For Blogger Comments

drop caps, first letter, blogger

Big First Letter for your Blogger / Blogspot Posts


Step 1. From your Blogger Dashboard, go to Template and click on the Edit HTML button:


Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the Blogger' search box. Type this piece of code inside the search box then hit Enter to find it:
]]></b:skin>
Note: you might need to click on the arrow next to it to expand the code within and then you need to search ]]></b:skin> one more time.

Step 3. Just above ]]></b:skin>, add the following CSS code:
.capital:first-letter {
float: left;
display: block;
font-family: Times, serif, Georgia;
font-size: 40px;
color: #000000;
margin:0px 5px 0 0;
padding:0 0 0 10px;
}
Color - change the value in blue with the hex of your color
Size - to change the letter size, increase/decrease the value highlighted in pink.

Step 4. Now search for this code:
<data:post.body/>
Step 5. Then immediately before and after add the red fragments you see in the example below:
 <div class='capital'><data:post.body/></div>
Step 6. Save the changes by clicking on the Save template button.

Important! If the above code is not working, add one of following codes from this example:
<p class="capital"><data:post.body/></p>
Or try this instead:
<span class="capital"><data:post.body/></span>

Big First Letter For Blogger/Blogspot Comments

Step 1. Log in to your Blogger account > go to Template > Edit HTML > click anywhere inside the code area and press CTRL + F keys to open the search box

Step 2. Type the following piece of code inside the search box and hit Enter to find it (if you have already added this code, skip step 2 & 3):
]]></b:skin>
Step 3. Add the following code just above ]]></b:skin>:
.capital:first-letter {
float: left;
display: block;
font-family: Times, serif, Georgia;
font-size: 40px;
color: #000000;
margin:0px 5px 0 0;
padding:0 0 0 10px;
}
Color - to change the letter color, replace the value in blue with the value of your color. Here's a tool that might help you to find the hex of the color that you need: Color Code Generator
Size - to change the letter size, change the value in pink.

Step 4. Then Search for this piece of code:
<data:comment.body/>
Step 5. Add the red codes before and after <data:comment.body/> as you can see in my example below:
<p class="capital"><data:comment.body/></p>
Step 6. Save your Template.

That's it! Now you have a cool drop cap first letter on your blog. If you have any question, leave a comment below!
Share:

sábado, 2 de junio de 2012

Numbered comments on threaded comments for Blogger/Blogspot

In a previous tutorial you've seen how you can add numbered comments to your blogger blog, unfortunately, this trick worked only for those who don't have the reply option and are still using the old blogger commenting system. But we won't have any problem this time because this tutorial will show you how to add numbered comments with comment bubbles on the threaded comments, as well ;)

What the following CSS trick will do for you:
  1. When the general block of comments is initiating (.comments-content) a counter called countcomments activates and starts with an initial value of 1. 
  2. Then, each time the code flow goes through a review of any level, either the original comment or a reply (.comment-thread li), it will bring us in front (:before) of the comment's body the number that is the counter.
  3. Finally, this is incremented in the counter (counter-increment).
See the screenshot:
count comments, comment bubble, forum, blogger

Isn't that great? I'm pretty sure many of you have been waiting for this cool trick. So, let's begin applying it for our threaded commenting system.

Steps to add bubble comments count

Step 1: From your Blogger Dashboard, go to Template and click on the Edit HTML button:

    ... click anywhere inside the code area and press CTRL + F to open the Blogger' search box.

    Step 2: Type the following tag inside the search box and hit Enter to find it:
    ]]></b:skin>
    Note. you have to click on the arrow next to it, then search the ]]></b:skin> one more time 

    Step 3: Add the following code just above ]]></b:skin>:
    .comment-thread ol {
    counter-reset: countcomments;
    }
    .comment-thread li:before {
    content: counter(countcomments,decimal);
    counter-increment: countcomments;
    float: right;
    z-index: 2;
    position:relative;
    font-size: 22px;
    color: #555555;
    padding-left:10px; 
    padding-top:3px; 
    background: url(
    https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWeATFH15aaMqOOREqHK9GvEcBSHIwsIRxwQhe0zQ4D9JNnFDcPQ_IE5Yc-oHD0K1iNVLewkLBQW4ySpvwACwCqRLhv-hob028kzQCVowAxeUA9LAQMWAyghaVLPTIYVhn4T_xSLmXrZvd/s1600/comment+bubble2.png) no-repeat;
    margin-top:7px; 
    margin-left:10px; 
    width: 50px; /*image-width size*/
    height: 48px; /*image-height size*/ 

    }
    .comment-thread ol ol {
    counter-reset: contrebasse;
    }
    .comment-thread li li:before {
    content: counter(countcomments,decimal) "." counter(contrebasse,lower-latin);
    counter-increment: contrebasse;
    float: right;
    font-size: 18px;
    color: #666666;
    }
    Note:
    • if you want to have no bubble icon, remove the code in red (including the address in blue)
    • to change the comment bubble, replace the code in blue with the URL address of your own icon. If you're not sure what icon you should use, you can find some cool icons in my previous posts (see these tutorials here and here)
    • to change the position of comments count, increase/decrease the values (3 & 10) from padding-top and padding-left
    • to change the position of comments bubble/icon, change the values (10 & 7) from margin-left and margin-top
    Step 4: Now Save the Template and you're done!

    If you enjoy reading this blog, please share and subscribe. For any questions you may have, leave a comment below.
    Share:

    viernes, 1 de junio de 2012

    How to add “Email Subscription Form” to Blogger Blogspot

    email subscription form, blogger blogspot, gadgets
    When you are providing useful information in your blog, then many times some readers will need to get the latest updates from your blog. For that purpose, you need an Email Subscription Form in your blog, so that the interested visitors can easily get the latest updates.

    Related: How to Burn Blogger RSS Feeds at Feedburner

    To add email or Feed Subscription Form to your blogger blog (blogspot) is very easy.
    Just follow the next steps:

    1. Log in to Blogger, then go to Layout > click on "Add a Gadget" link:


     2. From the pop-up window, scroll down and click on the "HTML/JavaScript" gadget:


     3. Paste the following code inside the empty box:
    <style>
    .hl-email{
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKIkI_0MWoNvVHfeSlz_m4O2AEV2PpR5WdQez9F3BN675_3TREJxS3USTW8t9eBhdD5vf2Timw6_axExqpVhoblIRsZes-4Q39jglHCAVcKNy9sjhkK9dXcq-bXagmV4UpQLrh0K6r9Bg/s1600/mail.png) no-repeat 0px 12px ;
    width:300px;
    padding:10px 0 0 55px;
    float:left;
    font-size:1.4em;
    font-weight:bold;
    margin:0 0 10px 0;
    color:#686B6C;
    }
    .hl-emailsubmit{
    background:#9B9895;
    cursor:pointer;
    color:#fff;
    border:none;
    padding:3px;
    text-shadow:0 -1px 1px rgba(0,0,0,0.25);
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    font:12px sans-serif;
    }
    .hl-emailsubmit:hover{
    background:#E98313;
    }
    .textarea{
    padding:2px;
    margin:6px 2px 6px 2px;
    background:#f9f9f9;
    border:1px solid #ccc;
    resize:none;
    box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1); font-size:13px;
    width:130px;
    color:#666;}
    </style>
    <div class="hl-email">
    Subscribe via Email <form action="http://feedburner.google.com/fb/a/mailverify" id="feedform" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=helplogger', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <input gtbfieldid="3" class="textarea" name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Enter email address here&quot;;}" onfocus="if (this.value == &quot;Enter email address here&quot;) {this.value = &quot;&quot;;}" value="Enter email address here" type="text" />
    <input type="hidden" value="helplogger" name="uri"/><input type="hidden" name="loc" value="en_US"/>
    <input class="hl-emailsubmit" value="Submit" type="submit" />
    </form>
    </div>

    Settings 
    - Replace the url address in green to change the email icon
    - To change the width or the text area, increase/decrease the 130px value in red
    - replace http://feedburner.google.com/fb/a/mailverify?uri=helplogger with your Feedburner Email Feed link. You can get it by visiting your feedburner account then navigate to "Publicize" and then to "Email Subscriptions".
    - Replace helplogger with your feed title. It appears at the end of your feed link. In my case it is http://feedburner.google.com/fb/a/mailverify?uri=helplogger

    4. Now Save your widget and check your blog. Enjoy!
    Share:

    jueves, 31 de mayo de 2012

    Add Floating Social Media Sharing Buttons To Blogger

    The Floating Social Media Sharing is a very popular widget on all the top blogs and this is one of the ways to increase the number of times your posts get shared on Twitter, Facebook and other social networks.

    This floating social bar has the following options: Facebook Like, StumbleUpon, Twitter Share, Digg This, Google+ and each of them comes with a live counter. You can add more sharing buttons or social bookmarking icons later if you want.

    Blogger, WordPress, Facebook, Share

    How to add the scrolling social bookmarking bar


    Step 1. Log in to your Blogger Dashboard, select your blog and go to Layout 

    Step 2. Click on Add A Gadget link


    Step 3. From the pop-up window, scroll down and select HTML/Javascript 

    Step 4. Copy the code below and paste it inside the empty box.

    Step 5. Save the gadget.

    The code to copy-paste (updated!):
    <style type="text/css">
    #social-buttons {
    position:fixed;
    bottom:15%
    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;
    }
    #social-buttons .button-share {
    float:left;
    clear:both;
    margin:5px 5px 0 2px;
    }
    </style>
    <div id='social-buttons' title="Get this from helplogger.blogspot.com">
    <div class='button-share' id='like' style='margin-left:7px;'>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-like" data-send="false" data-layout="box_count" data-width="40" data-show-faces="false"></div>
    </div>
    <br /><div class='sbutton' style="margin-left: 2px;" ><a class='twitter-share-button' data-count='vertical' data-via='Helplogger' 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='button-share' style="margin-left: 3px;" id='su'>
    <script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>
    </div>
    <div class='button-share' 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='button-share' style='margin-left:3px;' id='gplusone'>
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
    <g:plusone size="tall"></g:plusone>
    </div>
    <div style="clear: both;font-size: 9px;text-align:center;">Get <a style="color: #3399BB;" href="http://helplogger.blogspot.com/">widget</a></div></div></div>
    Customization:
    • Vertical alignment - Change the 15% value of bottom. The code positions the social bar 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 -721px value from 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 Helplogger 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>
      Enjoy!!! :)
      Share:

      Create A Rollover Image Effect (change image on mouseover)

      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.helplogger.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 ;)
      Share:

      sábado, 12 de mayo de 2012

      Add Facemoods Emoticons To Your Blogger Comments

      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. From your Blogger Dashboard, go to Template and click the Edit HTML button


      ...click anywhere inside the code area and press CTRL + F to open the search box:

      Step 2. Type or paste one of the below lines inside the search box, then hit Enter in order to find it:

      • 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/AVvXsEiBV-W1v26R4kN2W3gADkICEKV8p9U6Y4hF95sSMQD512azVkCGdisvaHARnlcsx1i6wha1pHpiqFbhnv2NPLxX7zN3gJ_FmEaPyPiyleMg2tV5EkQIh06kZ2W8D6PdKRJH6Ni2IUVWOa1B/s1600/helplogger.blogspot.com(1).gif'/> :a
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEger1yWvKAWn_Icb0ofOuJGAvc_4FXVi1xnh7fjFyb9M_-4NElrO02fQqin8PWTKBBH5_vjuJgasgkRAk3bPxuBURy60bovOnbWVOUICNaICSjwXStxCIMDu3SZ1C89_OMjhg0StZXbXrWO/s1600/helplogger.blogspot.com+(2).gif'/> :b
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-2FYPmVygddj2JmdErQWvAjoMQwy3UiGX8XvdyigcZFOcqKWx6ChzhqFFaF4s2lN-TtRY_3Bcz7fgCCOg4lf3JSm3P0SlscMzJTQlrAwLF2Bn8wjd_8xzhippNkP61g4j_pN98JfvklE_/s1600/helplogger.blogspot.com(3).gif'/> :c
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC5XTOo-pETlw59qSn-NmI-3wIISIiezD6VqkWv1TIKF5JIkRqe_tPiaJhR0B0auB1z7lHzartA8sM3Ewuytwd6jgLnLaM1SrMYzBMsbAjry9HxCzskYqzNIkiJesY3Xg_4WpdHB8Xau1b/s1600/helplogger.blogspot.com(4).gif'/> :d
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLACz2EjL_EMftwH4zI4oOMe4V7TNQiU0DielHStKDyfjUe091z5BqryCichjK9UBYfUa31bG6HI66zKBEAz0RoVBCRaO-RyU0I7MOj5DuYqDRY94O6L9BIR9qOFdK01hsTzQWYbaubQ40/s1600/helplogger.blogspot.com(5).gif'/> :e
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3x5EAalvtS1XfMA8AADmfjqbhlcesQMMbbpt7Mla_FnBGTXCFWu_fNXiI29Y0t4y8yzGP8pYLgn9lBgy5t1r0MBkZPwwtI6r_-6PoyIr5LO5KnF-TmQw0Gkvhrp1blxv7iwFUxxJ7Ql8V/s1600/helplogger.blogspot.com(6).gif'/> :f
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrevqNvDltMe0KAyJICfjjB3VwByJ-GhRzL1WaTEkXlKln37HCYtpEpkWW5_RlM8ZSGJRTUWrrhjyCAcG6N5FiYlXEWxP3_eENTa7w1_SKsfeCPnpBaKOy1OgkP30nHG7EucuxnnE4SB5d/s1600/helplogger.blogspot.com(7).gif'/> :g
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzOjRNveSBdZXh3GQmX9Lm82dMx9L320J9KDDVld_f8Ub0qNpRlGYXOKX4LzZuOnT-XWvLXrCr5BbpxW5h-U9lPDXrG3um4Uf_slxmnFUcY9F9CdIXA6PqA9VB70olxLEwU-wfyibvDR6h/s1600/helplogger.blogspot.com(8).gif'/> :h
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwLAX1fOgAiSEizvarJFfFl1pjQJHzOFvwDQvT1cWYU7fhSDZsJbff2UMzX4qYnsa5tSI8sV2jh_4AhecNPMv-07X3-X0tsJM2_e9FB3W8rv8IjdgBfi7Y38VCybTbiySUPrCtz85TGRI_/s1600/helplogger.blogspot.com(9).gif'/> :i
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhZQfZeaNBtNAJbsTX0sBepreoS-YBSkaWmqvLJpTzZyK7NDr-i6n_KvIEsJFLkspIo1zh2VI8X2idCBSBYazmBr9y1DTpS-nkm7vVWHwia0uGf6KLg0bXv_hoTl_YYnvgDLBA3JlJTkAk/s1600/helplogger.blogspot.com(10).gif'/> :j
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnENqHDp2AcwHDGGX99vBGHneO9ZopC7tuonDAChmCuFyTxEt5ZREva5g7swVCywc7OV4mx9yMCRfs37pUawW5eEAvfhC_XW5Fg-OxNVv4mYhN7BZuZLmuYE3oHQDWlhpRS-gpaFjmzDww/s1600/helplogger.blogspot.com(11).gif'/> :k
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiprPwwal6umLwNWgbIXwytAAz2Wq7cCylRI4LRnrcznlrHs-9Y861ldxqWlB0F0nik8SqlDIsOZEXmYgTMV029Svty6ZzSZZ6jCmN0w33SlhCWPfO9VpnSq-jm1m8JXwIwvW1e1ArhQ93_/s1600/helplogger.blogspot.com(12).gif'/> :l
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4epbpQH5TgeTr3Cmk26rSFpgEU7cJ9LIkte7BAFyj43rjWEhMpAF29atGJxKanV1A7RVciY20W1NW54Ob9-OSe9lwG3EwpW_o6hYBhA7lpzD3GgE6aE5Y9agOVumu85RMJHEOo6Fv77nj/s1600/helplogger.blogspot.com(13).gif'/> :m
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE9LHtZU1tjkAYY5YbupBRo9xNsC-fC-YdLRcHKuuu2U74CO7GehD6uH7txAZc3QbOd2MWS_XFhxs0GA3-FfLLtavIely_K0jsh4_7QstdlVzKhSZBMwX0YDcl35a1F3yjlOSU_PReyK5r/s1600/helplogger.blogspot.com(15).gif'/> :n
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3sxMtM5f70-r9luxHbpgvKvD3sNIk9Kg2kfGahM_xeq4F6bZt3lSz0Szzf1IEpU4j7yOf8y2gxr5bllb8tEtbfZFmlqTqq9tduH5dh0C-jOdBYPbqVPYZo6wbVn5gCwFX7vjoqN1PEvJs/s1600/helplogger.blogspot.com(16).gif'/> :o
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0-mWrwrB2yOaygnAuypjoX5sd-FUmA-p-kR4DSdwLNc68pgYItiUYK6Ad8YtzpmxPm5j21iqqHRSb3-y2YvUhReyzJLgOToIYh8MmtCznJu6RDaFrT_volTOe4vqOLvt8UpSnlehregJg/s1600/helplogger.blogspot.com(14).gif'/> :p
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdEE-iut75pNk7u4hpd9sHQOm2ZIkMHroI1BYxBLvtnBTKcEReGles94_urwMS6wnoyLlXmwnP7NJKtpH85ojzwkwilfJwsfuqi5Xj8GT-I97OweFHlVfNhgAnsXBzR04Cb2dZutuh-P8z/s1600/helplogger.blogspot.com(17).gif'/> :q
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyd1_I5tTDkUWd8qnofF-pCaI7fVg6ywyqNVUs8TviSN1rCWub99GFrWtTNQL1BbmMvGXgSSRWGLMfHPUwM-7e9Sq2QjLIH2mF7kubNRAiFU99uS3btnJctKQ6rYpkUoFsT9EdvClxXgKv/s1600/helplogger.blogspot.com(18).gif'/> :r
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsQUMT0PbZAQwdPPuNXIHb2PW9x4a_u1GpVjSXXEo2WKp00GKKpEfgjAar5t3qHkKqOqFVURUUmzsOlzqVGFFs-PeZdAg29JoGL07-CxV9B2NNXI5J3kEi0USz_reUPNzIWu_EkjQ3VeRw/s1600/helplogger.blogspot.com(19).gif'/> :s
      &#160;
      <img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiohFxwObLt95HZZtwB8UCA2Kiw0ozbgpl4h5DZxbL39XmWNpfu9L0_noEo_G9G6YUlpEIs8AZPykm1wB1pZiFoWTJZp8RGb2BMkXY5gt_tQlWaIheCd7CD6fMx0r0RHGZ_GM1IKHEkqv08/s1600/helplogger.blogspot.com(20).gif'/> :t   <a href='http://helplogger.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://helplogger.googlecode.com/svn/trunk/facemood emoticons.js"/>
      • For threaded comments: 
      <script type='text/javascript' src="http://helplogger.googlecode.com/svn/trunk/facemood emoticons threaded.js"/>
      Step 6. Save the Template and hopefully, now you can enjoy commenting by adding these cool emoticons.

      Share:

      domingo, 6 de mayo de 2012

      How to Change Default Anonymous Avatar in Blogger Comments

      Earlier, you've seen how you can change the size of the avatars in blogger comments and now I will show you how to change or customize the default avatar of anonymous commenters or Blogger users with no picture on their profiles. While Blogger announced the new threaded commenting system, we can still customize it by adding a jQuery plugin to our template and then replace the default anonymous avatar that can be found on this address: 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

      Replace the Default Anonymous Avatar on Blogger Comments


      Step 1. Go to Dashboard - Template - click on the Edit HTML button


      ...click anywhere inside the code area and open the template search box by pressing the CTRL + F keys

      Step 2. Type or paste this code in the search box, then hit Enter to find it:
      </body>
      Step 3. Just above the </body> tag, add the following code:
      <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/AVvXsEgJ6WVJKIgjo1Npt3sihT5rQ3To1W99CceWkS2JRQQzSlFrSlly2zhgA3eEVLKaqu9IHwSIiOOy_3ysnzjHigpfK1LeCQli5uRcZ1A5k7yIzkTUA5dsz-lBy-6iiCJoV1eaREVAJPYcZpw/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/AVvXsEhOz7ew4BsKWlbjm_8jbnSo8nmRSOffTGGDXt4IjHsr28aaloG94_ViggQw4oHTIqONPW_rT6uODFBVMLKTbAjVECNy0nmdk0vA8yPAYt3mvB5ZbiOpyqmoML8EQxtMSOKCrLK_xT2Gxyw/s1600/blogger-user.png&#39;)
      .ssyby(&#39;blank&#39;)
      </script>
      Step 4. Save the changes by clicking on the Save Template button

      Changing the default avatar

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

      You can choose an avatar from here and then copy the url of it:


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJ6WVJKIgjo1Npt3sihT5rQ3To1W99CceWkS2JRQQzSlFrSlly2zhgA3eEVLKaqu9IHwSIiOOy_3ysnzjHigpfK1LeCQli5uRcZ1A5k7yIzkTUA5dsz-lBy-6iiCJoV1eaREVAJPYcZpw/s200/default_avatar.gif


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjnRk0tsa50JTYMciqZOclisr0EW_UW5cSEmuYHA1138M1-XvicguTkNuOEtYMgj0_2-GLR1sqcx2px2ZMcGWQ1QBBwI9fEfFIjG3JGd7BQYijO_qxddk8bz3cbU7MF4UlijpCzWRq2-Q/s1600/facebook.gif


      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipJIXH6cRrpqmdXxhT_psQsSXz18MtGLlztWEzoQJpmo6de1DEBFbri_sAI93UastRYYSPxCXjZ4O5hC2zT822svSp8mXNwqsQXBtxUpQ67shXW8GC-rRJy4C_VZO1WoBnEO7d-jJZ_IU/s1600/anonymous3.png



      https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgltWgXOUWMA0dQyukQUlfi7qyqYIvSPaCZd7I5vnJond1jmZVMuhm2ifMR_QWJrJN7gGFtwUFNfX5_uUSsnLsmVRojK7lhtwBYXfAznlbT2mIgiDi5eDQ2sPi2hyphenhyphen_G5e6CzChtK20qRxKm/s1600/blogger-user.png

      That's it! If you found this trick useful, please consider sharing it.
      Share:

      sábado, 5 de mayo de 2012

      How To Change Avatar Size In Blogger Comments

      This simple trick will help you modify the avatars size in Blogger comments whose default size is of 36px... pretty small considering that a lot of sites these days are using much larger avatars. To change the style and size of avatars is very easy - you just need to add the CSS code in your Blogger template that will make size of avatars to have width and height of 64px.


      Step 1. Go to Dashboard - Template - click on the Edit HTML button


      ...click anywhere inside the code area and press CTRL + F to open the blogger' search box

      Step 2. Type or paste this tag inside the search box and hit Enter to find it:
      ]]></b:skin>
      Note: you may need to click on the arrow next to it and then search this tag again

      Step 3. Depending on which comment system you use (with reply/no reply), 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/AVvXsEiL2cOsCzB6K9QTJscwy1FMsoXRw47OD5A879_OCbcSAU5iQ2CNobiEyv_HzR1rbk_K83vOlNZyP44RMQTRX4Fn1WS3gQ-VODqJnsmq2ZIhIYpDgCk6ej8A-5fH4sERh8r-MfIkXlkhw6Y/s200/anonymous.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      width:70px;
      min-width:70px;
      height:70px;
      min-height:70px;
      }
      Note: For bigger/smaller avatars, change the values in red. To change the anonymous avatar, replace the URLs in blue with your own. (works only for the old commenting system i.e. that has no reply option)

      Step 4. Cick on the Save template button to apply the changes.

      That's it. Now the Blogger comments avatars should look bigger.
      Share:

      How to Hide Blogger Sidebar to Display AdSense For Search Results

      When visitors are searching for content on your blog, you have three 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.

      The best option would be, however, to display the search results within your own site/blog, mainly because you are not sending people off your blog when they are taken to a new page of search results which could be confusing for many because it doesn't look anything like your site or Google. Therefore, displaying the search results within your site, could make it look much more professional and may also increase the page views and the 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 this 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) in which we'll remove the sidebar so that we'll have enough space to make the post/page section of 800px wide. Moreover, we will create a static page designed only 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'. In case this screen doesn't show, right click on View Page and select Copy Link Address. We will need this URL of the page later when we will create 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 and at the end you will be given two pieces of code. The first piece of code is for the actual search bar which you can paste into a Html/JavaScript gadget on your sidebar or wherever you want it. The second piece of code you need to copy and paste it into a new HTML/JavaScript gadget, click on Save, then 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. From Your Blogger Dashboard, go to Template and click on the Edit HTML button


      Step 2. Click anywhere inside the code area and press the CTRL + F keys to open the Blogger' search 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 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 on any page you want... just create your page and follow the same steps. It is also recommended to hide the sidebar in Privacy Policy Pages, Contact Pages and on all the non-content-based pages with little content or no content at all.

      Share:

      Popular Posts

      Con la tecnología de Blogger.