Posts tagged blogger widgets
Wibiya – Cool Widget for Blogs
Aug 20th
Many of my readers must have seen a new widget at the bottom of my site. This is a widget provided by wibiya and is loaded with really cool features , ones that every blogger would like . This is one of the best widget i have seen. And the best part is that it is easily integrable in blogger, wordpress and typepad. This widget easily customizable and one can easily add or remove features according to one’s liking.
I would give you a review of the features wibiya widget offers. The Wibiya Widget
1. Facebook Fan Page
This snazzy widget integrates facebook to your More >
Google Friend Connect Recommedations Gadget For Blogger
Jun 15th
Google Friend has brought with it a great of set of widgets to interact with your followers as well as get feedback from them. The recommendations gadget is one gadget to get feedback from followers much like ‘reactions’ in blogger and others like ‘thumbs up’. Followers can recommend posts they like by clicking on the recommend it button as shown below:
The Best feature of this gadget is that you get a widget to display the most recommended posts. Here is a demo of the gadget. This widget can be added easily to any website.
Here is a More >
Sexy Share Social Bookmarking Widget
May 27th
Sexy Share is a really cool social bookmarking widget which uses css technique .Boris Veldhuijzen van Zanten asked me about this widget so here it is.
Here’s a preview of the widget:
WordPress:
Here’s the original plugin for wordpressBlogger:
visit CssReflex for the blogger hack .
This widget is really simple to add. Just remember to backup your template before adding the code so that you don’t lose any data. This widget is css based and takes very small time to load. Try it out! AKPC_IDS += "35,";
Displaying total number of posts and comments to blogger
May 2nd
Many old bloggers display their total posts and comments just to show how popular their blog is. You can too add this widget to your blog. The widget looks like this:
To add this widget follow these simple steps:
1.Go to Layout>Page Elements2.Then click on Add Gadget
3. Then select HTML/JAVASCRIPT4. To this add the following code:
<script type=”text/javascript”> function TotalPosts(json) { document.write(‘<b>Total Posts: ‘+json.feed.openSearch$totalResults.$t+’</b>’); }
function TotalComments(json) { document.write(‘<b>Total Comments: ‘+json.feed.openSearch$totalResults.$t+’</b>’); }</script>
<script src=”/feeds/posts/default?alt=json-in-script&callback=TotalPosts”></script> <br/> <script src=”/feeds/comments/default?alt=json-in-script&callback=TotalComments”></script>
5. You can replace the bold part of the code to whatever you like. After editing save the widget and see for yourself.
AKPC_IDS += "31,"; More >








