
(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 :
- Yahoo
- Digg
How to install Blogger Greet Box
Follow the steps given below to install this plugin to your blogger blog :- First sign in to your blogger blog and go to
Dashboard -> Layout -> Edit HTML
and then click on Expand Widget Templates
- Find the following code :
<div class='post-header-line-1'/>
- 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.
- That’s all. Save your template and see your blog for changes !!
|
|
||



