Recent Comments

Recent Posts

Buzz This
Share
You might have seen a warm Greeting message on most of the Wordpress blogs when you visit there from various referring sites. That greeting message is possible by a plugin for Wordpress blogs. We don’t have such feature for blogger blogs. But now blogger users can also greet their visitors as Kaushik from Classic Tutorials made it possible for blogger blogs too. He made a wordpress style greet box for blogger blogs and named it as Blogger Greet Box. Have a look at the screenshot below :


(Click on the screenshot to enlarge)

This plugin lets you show a different greeting message to your visitors depending on their referrer URL.
Suppose a visitor is referred to your blog from Google. It will display a greet message like :
Welcome Googler! If you find this page useful,you might want to Subscribe to RSS Feed to have updates.
These targeted suggestions will help your blog increase exposure, loyal readership, and reader interaction. So all together it should increase your page hits. This plugin will also help to increase your RSS readers.

Features of Blogger Greet Box

  • Show a different greeting message to your visitor depending on the referrer URL.
  • Beautiful set of icons.
  • Shows a default greeting message if the user hits the URL directly or comes from a referrer which is not specified.
  • Ability to remove the message when the user navigates within the same site so we do not keep nagging them with greeting messages.
  • Currently the following referrers are installed :

    1. Google
    2. Yahoo
    3. Digg


How to install Blogger Greet Box

Follow the steps given below to install this plugin to your blogger blog :
  1. First sign in to your blogger blog and go to
    Dashboard -> Layout -> Edit HTML
    and then click on Expand Widget Templates

  2. Find the following code :
    <div class='post-header-line-1'/>

  3. Now copy and paste the following code below <div class=’post-header-line-1′/> :

    <script src="http://bloggergreetbox.googlecode.com/files/TextToBeDisplayedDiv-minv3.0.js"
    type="text/javascript">
    </script>
    <div id="mainDisplayDiv" style="background:#F8F8FF;border:1px solid #B6AFA9;display:none">
    <div style="float: right; margin-right: 5px; margin-top: 5px;">
    <href a="#" onclick="closeGreetBox('7')"><img border="0" alt="x"
    src="http://img214.imageshack.us/img214/9837/closebutton.gif"/>
    </href></div>
    <div id="dynamicContentDisplayed">
    </div>
    <script type="text/javascript">
    // Give your feed url here
    var feedURL = "Your Feed URL Here";
    var dynamicHTMLText = displayRequiredText(feedURL);
    document.getElementById("dynamicContentDisplayed").innerHTML = dynamicHTMLText;
    </script>
    </div>
    <script src="http://bloggergreetbox.googlecode.com/files/HideShowDiv-minv3.0.js"
    type="text/javascript">
    </script>
    <script type="text/javascript">
    showHideDiv();
    </script>


    NOTE : Replace the feed URL with your own feed URL. Search for “List your domains where you dont want to show up” and replace it with your domain name.

  4. That’s all. Save your template and see your blog for changes !!
Give your suggestions for this plugin via comments. This plugin is also compatible with any website where you can use HTML/JavaScript.
 
Bookmark and Share
Copyright 2009 - Search Engine Optimization - Webmaster Designed by Gaganpreet Singh