Blog

Greet Box universal v4.0

by
published on
Sorry for all the delay. But good part is that, here come the much said v4.0.
Quoted from V1.o This plugin lets you show a different greeting message to your visitors depending on their referrer url. For example, when a Digg user clicks through from Digg, they will see a message reminding them to digg your post if they like it. Another example, when a visitor clicks through from google search they will see a message suggesting them to subscribe to your RSS feed. Having these targeted suggestions will help your blog increase exposure, loyal readership, and reader interaction so all together it should increase your page hits.
For anyone who don't know much about the previous version should check this URL. It all started more than 2yrs back. If you want to check all previous versions here it is. Here is how it looks now.
To give a try click this link and go to the first site. Today this Greet Box is used by thousands of sites which gets tracked in my  analytic account. Not sure how many are using after removing my analytic code. So end of the day its serves the purpose. Whats new in 4.0?
  1. All Jquery using Google API.
  2. Animations used where required
  3. Theme option with multiple colors so that it suits your website
  4. Google font  support
  5. Multiple font support
  6. Addthis bookmarking service enabled
  7. Readability enabled
  8. Facebook + Twitter + Google Plus enabled
  9. New icon set
  10. Best part is almost everything is configurable
Features Overview: Video 1: Greet Box Universal 4.0 features overview
Video 2: Some last minute addition
Configurations:
1) var themeColor = 'yellow'; <-- This can be red, grey, yellow, green, white. White is default. 2) var font = 'Josefin';  <-- This can be Josefin or Tangerine. Blank will use the websites default 3) var fntColEnb = 'true'; <-- This will give theme font color when true and default page color font when false 4) var fontSize = '21'; <-- Change font size which suits your website look and feel 5) var feedURL = 'http://feeds.feedburner.com/classictutorials/feed';   <-- Replace with RSS feed of your site 6) var addThisShare = 'true'; <--  To enable share on Facebook, twitter and MySpace make 'true'. To disable make it 'false' 7) var isReadability = 'true'; <-- Switch between Readability and social network site
Code snippet:
<!-- Code for Blogger Greet Box from classictutorials.com - Start -->
<script type="text/javascript" src="http://bloggergreetbox.googlecode.com/files/css_js.js"></script><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=theKaushik"></script><script type="text/javascript">// <![CDATA[
//Configure ur theme here
var themeColor = 'yellow'; // can be red,grey,yellow,green,white. White is also default
var font = 'Josefin'; // can be Josefin or Tangerine. If you are not specifying anything it will use the websites default
var fntColEnb = 'true'; //This will give theme font color when true and default pagecolor font when false
var fontSize = '21';
var feedURL = 'http://feeds.feedburner.com/classictutorials/feed';
var addThisShare = 'true'; //To enable share on facebook, twitter and mySpace make 'true'. To disable make it 'false'
var isReadability = 'true'; // If you want to show Readability button set it to true else it will show socialnetwork button
// ]]></script>
<script type="text/javascript" src="http://bloggergreetbox.googlecode.com/files/generator_jq_v6_min.js"></script>
<!-- Code for Blogger Greet Box from classictutorials.com - End -->
  Bug Tracker: Bug Tracker URL Hope you like the release. Would like to hear from all of you.