Its a very cool widget to use on the blog.
Its called WP greet box. Whenever a visitor visits your blog the first time from sites like Google, Yahoo, Facebook etc it will appear where you have placed. You can see the screen shot below.
Actually I have this widget installed on my blog above the post area.
Screenshot
By installing this box you can
1.Greet your visitors.
2.Request them to subscribe for your blog
3.Request them to stumble or tweet your post and invite them for a long term professional relationship
Installation
The best position for this widget is just above the Blog-posts.
Log in to Blogger -> Layout -> Add a Gadget and select it as "HTML/JavaScipt"
Now paste this code in to it:
Its called WP greet box. Whenever a visitor visits your blog the first time from sites like Google, Yahoo, Facebook etc it will appear where you have placed. You can see the screen shot below.
Actually I have this widget installed on my blog above the post area.
Screenshot
By installing this box you can
1.Greet your visitors.
2.Request them to subscribe for your blog
3.Request them to stumble or tweet your post and invite them for a long term professional relationship
Installation
The best position for this widget is just above the Blog-posts.
Log in to Blogger -> Layout -> Add a Gadget and select it as "HTML/JavaScipt"
Now paste this code in to it:
<script src="http://www.yourjavascript.com/24211708790/TextToBeDisplayedDiv-minv3.0.js"NOTE: Before saving the widget, replace the bold letters with your RSS feeds Address.
type="text/javascript">
</script>
<div id="mainDisplayDiv">
<div style="float: right;">
<href a="#" onclick="closeGreetBox('7')"><img border="0" alt="x"
src="http://i45.tinypic.com/2m2wcw3.gif" />
</href></div>
<div id="dynamicContentDisplayed">
</div>
<script type="text/javascript">
// Give your feed url here
var feedURL = "YOUR FEEDS ADDRESS";
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>