Greet Box for blogger v2.0 is Live!
For previous versions and descriptions please visit: http://classictutorials.com/2009/04/19/wp-greet-box-plugin-for-blogger-blogger-greet-box-is-live/A new version has been released. Get it at Greet Box v4.0
To try v2.0:
Go to Google.com and search for search term like “techbhroom.blogspot.com” and navigate to this site and you will see a message saying that you came from google. Now try this URL for stumble upon welcome message. Stumble Techbhroom Screenshots:- general
- yahoo
- digg
- stumbleupon
- delicious
- flickr
- friendfeed
- friendster
- furl
- lastfm
- livejournal
- magnolia
- mixx
- myspace
- netvibes
- newsvine
- picasa
- pownce
- technorati
- vimeo
- webshots
- wordpress
- yelp
- youtube
Installation Steps:
Same as before. Just copy the code and paste it and it will show up. Just follow two configuration. 1) Search for “Give your feed url here” and replace my fed url with yours. 2) Search for “List your domains where you dont” and replace it with your domain name.<script src="http://bloggergreetbox.googlecode.com/files/TextToBeDisplayedDiv.js" type="text/javascript"></script> <div id="mainDisplayDiv" ><div id="dynamicContentDisplayed"> </div><script type="text/javascript">// Give your feed url here var feedURL = "http://feeds2.feedburner.com/blogspot/ct";var dynamicHTMLText = displayRequiredText(feedURL); document.getElementById("dynamicContentDisplayed").innerHTML = dynamicHTMLText;</script> </div><script src="http://bloggergreetbox.googlecode.com/files/HideShowDiv.js" type="text/javascript"></script><script type="text/javascript"> //List your domains where you dont want to show up. Suppose //when people navigate within your site and you dont want to // show up. This is , seperated var myRestrictedDomainList = "classictutorials.blogspot";showHideDiv(myRestrictedDomainList);</script>Get as plain text file Google Code Page: I know on previous release i told that all latest updates will be automated but one reason for code change is Google page BW limit. Now the code is hosted on google code page and if B/W exceeds i will buy extra space so it should be fine. http://code.google.com/p/bloggergreetbox/ Please report any bug.