Amazon

Saturday 27 August 2011

Webpage Content Toolbar Widget









What's this?


Let your readers easily share, email, print, and bookmark
your web pages with these buttons. This widget works really well in
your blog's sidebar, where your readers can easily see it. As you can
see the demo above, the buttons are spread out, on your site they will
be closer together.













<script type="text/javascript">stenium_url    = location.href;stenium_title  = document.title;stenium_style  = 'classic';stenium_widgets = 'print,email,bookmark,share';stenium_layout = '1';</script><script src="http://rajwinaaravind.brinkster.net/sh/loader.js" type="text/javascript"></script>














Customizing this Widget





  • If you would like to rearrange the order of the buttons search for this line of code below. Rearrange the the names according to your liking or remove any that do not suit your needs.



print,email,bookmark,share


  • You can also make these button display themselves horizontally instead of vertically. Search for the line of code below.



stenium_layout = '1';


  • Replace it with this line of code.



stenium_layout = '0';