0

Install the New Year Banner widget




This New Year banner is available in two formats for you to install as a widget in your blog:
  • PNG format: this is the style you can see in my own blog. PNG is a better format for images with transparency, but you will need to ensure you have also installed the PNG fix for IE6 and below, otherwise you will see a grey background to the image!
  • GIF format: this is suitable for all blogs and browsers, though the image quality isn't quite as good.
Use the appropriate button below to install your own New Year banner with just one click! You can easily remove the widget whenever you like by simply opening up the widget and clicking on the "remove page element" button in the pop-up window.
Wishing you all a happy and prosperous New Year!

0

Linkwithin related post widget

Displaying links to "related posts" beneath individual entries on our blogs is a tried and trusted method of providing useful and interesting reading material for our readers.

I've written about several different methods which Blogger users can choose to display related posts - all of which perform their function well enough. But after seeing several of my favourite sites displaying links to related items with thumbnails using LinkWithin's free service, I was intrigued to discover how well this may be adapted for use with Blogger.

About LinkWithin

LinkWithin is a free service offered by a small team based in New York. This free service enables us to display related posts with thumbnails below our blog posts (the thumbnail is taken from an image within the post it links to).

We retrieve and index all stories from your blog archive, not just recent stories, making them accessible to new or casual readers of your blog who would not otherwise encounter them.
The posts chosen to appear as related posts are based on several factors including:

  • Relevance
  • Popularity
  • Recency
At present, LinkWithin is not ad-supported and is completely free to use.  As explained on the FAQ page:

We plan to introduce revenue-sharing features in the future, but they will be optional.
At present, there is little documentation for us to be certain of these factors, though after testing LinkWithin in a few different sites, I'm pretty impressed by the choices generated for each post!

Here is an example of how LinkWithin functions for WeLoveBlogger.com:





Why LinkWithin may be a more ideal solution than other related posts solutions for Blogger

The "related posts" solutions for Blogger which I've used until now have all relied on label feeds. That is, the recent posts generated by such scripts collect recent posts from the same label (category). This often means that posts deeper within our archives are generally ignored, even when they may be far more relevant than the more recent posts displayed.

LinkWithin parses all posts from our blogs, and chooses the posts to be displayed using more complex and relevant factors. This ensures far greater relevancy which is better for our readers and also ensures that older posts are included in the display.

How to add LinkWithin Related Posts to Your Blogger Blog

If you're using a standard, uncustomized Blogger template, the method for installing LinkWithin is fairly straightforward. Simply visit the LinkWithin website, fill in the form on the right-hand side (choosing Blogger as your platform) and follow the instructions provided.

This will install the related posts in your template as a gadget beneath the main posts section, though you'll find the "You may like these related stories" section will be displayed beneath each of your blog posts (before the post-footer section). It will also display on each and every page of your blog, including the main, archive and search pages.

Custom Installation of LinkWithin for Blogger templates

If you prefer to display your related posts only on item pages or have a customized, non-standard Blogger template, here is how you can install LinkWithin:

  1. Visit the LinkWithin website and fill in the form on the right-hand side. For the "platform" be sure to choose "Other":






  2. On the next page, you will find a script like this is generated. From this code, you need to write down your unique "site ID" for later use (or copy this to your favourite text editor):






  3. Once you have a note of your Site ID, go to Layout>Edit HTML in your Blogger dashboard and ensure you have checked the "Expand widget templates" box.
  4. Using your browser's search function, locate this tag (or similar) in your Blogger template code:

  5. Immediately before this line, paste the following section of code, replacing "YOUR_SITE_ID" with the ID number you have noted down for your site:
    <b:if cond='data:blog.pageType == "item"'>

    <script>

    var linkwithin_site_id = YOUR_SITE_ID;

    (function () {

    var elem = document.createElement('script');

    elem.type = 'text/javascript';

    elem.src = 'http://www.linkwithin.com/widget.js?rand=' + Math.random();

    document.getElementsByTagName('head')[0].appendChild(elem);

    })();

    </script>

    <a href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Blog Widget by LinkWithin" style="border: 0" /></a>

    </b:if>



    Blog Widget by
LinkWithin


  6. Preview the changes you have made before saving your template. The LinkWithin gadget should not display in the preview; furthermore, if there are any errors in the installation you will be able to see before attempting to save.
  7. If all is well, save your template and visit an item page in your blog: you should be able to see related posts showing up beneath your blog posts.

Support for LinkWithin's related posts

While I can help with installation for LinkWithin in Blogger templates, I'm not able to help with specific problems with the script.

Luckily, the LinkWithin team offer a good support service via email:

If your blog uses a non-standard custom template/theme, we will need to add support for your blog manually, and we can do this only if the widget remains installed on your blog. Please email us at support AT linkwithin DOT com, and we will fix the problem, usually within 1-2 days. Thank you for your patience!
At the moment, it appears we can only display three related posts. Hopefully LinkWithin will offer the option to display more (or less) items in a future version of the script.


Why I'm not using LinkWithin yet...

LinkWithin is a very useful solution for Blogger users wishing to display links to related posts in their blog. I recommend this service and will be using this in a future release of Blogger Buster.

My current template is highly complex and has served me well for many months. However, there are several new (and upcoming) customizations and new features for Blogger which may not work so well in this design. I'll explain more about this in a future post when the site changes are closer to completion.

source:bloggerbuster

0

Add a Customized Twitter Widget to your Blogger Blog


Twitter has become one of the most useful social applications for bloggers. Many bloggers choose to feature their latest updates in a widget visible in their blogs. Here at Blogger Buster, for example, you can see a Twitter widget in the header section which features my latest "tweet".
Many readers have emailed me to ask how I customized this widget, so in this post I'll explain some methods you could use to create and customize your own Twitter updates widget, including a simple widget installer for you to add a widget similar to the one used here.
Twitter does offer a "Blogger" widget which can be installed using a one-click installer. This widget does not have any styling associated with it, ensuring your updates will appear in the same fonts and colors as other widgets in your blog.
If you have already added a Twitter widget to your blog, you can easily customize the appearance of this widget using some simple CSS techniques.
The widget code for your Twitter badge will most likely appear like this:


  • As you can see from the comments I added in red, you can add inline CSS styling to your widget code, in order to add borders, background color or even an easily recognizable icon.
    Here are some examples of the code you can add in this section:

    style="border: 3px solid #cccccc; padding: 5px;" <--This will add a wide grey border around the widget with some padding to ensure the text doesn't get too close to the edges.

    style="background: #ffcc00;" <-- This will add a bright yellow background to the widget, ensuring this contrasts with other elements in the page.

    style="background: url(http://imagehost.com/youricon.jpg) top left no-repeat; padding-left: 50px;" <--This will add an icon as a background image to your widget. The padding declaration ensures the text does not overlap the icon (this is the solution I use to feature the blue bird in my Twitter icon in the header section).

    To add these style declarations into your Twitter widget, simply go to Layout>Page Elements in your Blogger dashboard and click on the "Edit" link for your Twitter widget. Then locate the section of code which begins like this:
    and add your styling code to this section.Here is an example of the Twitter widget code with style declarations added in red:
    • style="background: url(http://bloggerbuster.com/images/twitter-icon.gif) top left no-repeat; padding-left: 50px;" id="twitter_div">
      • follow me on Twitter
      • view source click here

      0

      RSS Comments-update in discutions

      Using comments subscription is easy way to update yourself about comments.in specific topic.According to
       Karl L. Gechlik other way is 

      Replace your commenting system with Intense Debate for more control over comments with a social flare. It is really easy to do, check out this information from their web site:

      Interested in the comments your friends make? What if there was a way to follow your friends and be notified when, where, and also what they comment? Intense Debate provides this functionality through RSS feeds for each user. Subscribers will be notified in their RSS readers with a direct link to view the context surrounding the comment as well. Give it a try!
      Also, don’t waste anymore time checking back in on a blog to see if anyone responded to your comment. Now you can get email notifications of replies to your comments, letting you know when the conversation continues while you’re gone.
      ID

      0

      Recent comments from blogger buster

      Use this script to achieve a WordPress-esque Recent Comments module for your side bar! Start some riots among your readers! Let them know what others have to say. This site provides a widget creator that I used to make my recent comments module. I found that after adding this, it actually encouraged people to comment more frequently. I don’t know if they like seeing their name up in lights or if they read what others wrote and want to kick in their two cents… But either way it has increased commenting by about 70%!


      Customize Recent Comments Widget

      http://
      (eg: "yourblog.blogspot.com" or "www.yourblog.com")



      characters

                 
      This tool is copy from blogger buster without permission.sorry!!!!!
      View Orignal Artical

      0

      Removing The Blogger Bar

      I hated the blogger bar across the top of my Web site because it didn’t really go with my template and I already had a Google search bar integrated. So I went on a mission to remove it and de-bloggerify my blog. I searched far and wide and for some reason kept hitting a dead end. It turns out that the code used to change the old blogger templates no longer works! So after tracking down the CSS changes here is how I did it:
      Blogger Tips - Removing The Blogger Bar
      All you need to do is add the following CSS to your template under edit HTML. You need to put in anywhere in your template between the tags.

        #navbar-iframe { height:0px; visibility:hidden; display:none; }

      0

      Related Posts with Thumbnails for Blogger - New Version by BloggerWidgets

      Displaying the links to related posts along with a thumbnail of the corresponding post will help you increase the page views/user .Users will be tempted to go for the related posts when they are presented attractively with thumbnails.
      This is another first release from me.This one also uses the media thumbnails generated by blogger for each post.
      related posts with thumbnails for blogger
      For displaying the thumbnails,this widget will use the images uploaded for the post using the blogger image uploader(from the post editor) [Update - Now supports external images also.]

      Related Posts Widget with Thumbnails for Blogger

      Here are the detailed installation steps
      1.First of all Login to your blogger dashboard and navigate to Layout > Edit HTML and check the "ExpandWidget Templates" check box
      2.Now look for
      
      
      
      
      </head>
      
      
      
      
      
      and replace it with
      
      
      
      
      <!--Related Posts with thumbnails Scripts and Styles Start-->
      
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      
      <style type="text/css">
      
      #related-posts {
      
      float:center;
      
      text-transform:none;
      
      height:100%;
      
      min-height:100%;
      
      padding-top:5px;
      
      padding-left:5px;
      
      }
      
      
      
      #related-posts h2{
      
      font-size: 1.6em;
      
      font-weight: bold;
      
      color: black;
      
      font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
      
      margin-bottom: 0.75em;
      
      margin-top: 0em;
      
      padding-top: 0em;
      
      }
      
      #related-posts a{
      
      color:black;
      
      }
      
      #related-posts a:hover{
      
      color:black;
      
      }
      
      
      
      #related-posts  a:hover {
      
      background-color:#d4eaf2;
      
      }
      
      </style>
      
      <script src='http://blogergadgets.googlecode.com/files/relatedthumbs21.js' type='text/javascript'/>
      
      </b:if>
      
      <!--Related Posts with thumbnails Scripts and Styles End-->
      
      </head>
      
      
      
      
      
      3.Now Find
      
      
      
      
      <div class='post-footer-line post-footer-line-1'>
      
      
      
      
      
      If you cant find it then try finding this one
      
      
      
      
      <p class='post-footer-line post-footer-line-1'>
      
      
      
      
      
      Now immediately after any of these lines(whichever you could find) place this code snippet
      
      
      
      
      <!-- Related Posts with Thumbnails Code Start-->
      
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      
      <div id='related-posts'>
      
      <b:loop values='data:post.labels' var='label'>
      
      <b:if cond='data:label.isLast != &quot;true&quot;'>
      
      </b:if>
      
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      
      <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://www.bloggerplugins.org/2009/08/related-posts-thumbnails-blogger-widget.html' style='display:none;'>Related Posts with thumbnails for blogger</a><a href='http://www.bloggerplugins.org/' style='display:none;'>blogger tutorials</a>
      
      <script type='text/javascript'>
      
      var currentposturl=&quot;<data:post.url/>&quot;;
      
      var maxresults=5;
      
      var relatedpoststitle="Related Posts";
      
      removeRelatedDuplicates_thumbs();
      
      printRelatedLabels_thumbs();
      
      </script>
      
      </div><div style='clear:both'/>
      
      </b:if>
      
      <!-- Related Posts with Thumbnails Code End-->
      4.You can adjust the maximum number of related posts being displayed by editing this line in the code.
      var maxresults=5;
      5.To edit the title of the widget you can change this line of code
      var relatedpoststitle="Related Posts";
      To change the colors and all you will have to modify the CSS
      If you fall into troubles implementing this,don't panic.. :) .just leave me a comment here and i will help you out. If you like to give me any suggestions on how to improve this widget,then it would be really great.
      If you need a demo just check the related post thumbnails below this post. If you liked this widget,please do retweet and spread the news. :). UPDATE: Fixed the chrome Issue.So if you installed the widget before seeing this,then please update the widget.. :)
      source: BLOGGERPLUGINS