<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technobuz &#187; wordpress blogger plugin</title>
	<atom:link href="http://technobuz.com/tag/wordpress-blogger-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://technobuz.com</link>
	<description>For blog tips,Templates ,hacks ,programming fun and tweaks.</description>
	<lastBuildDate>Sat, 03 Jul 2010 12:51:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Compilation  of Wordpress Alike Blogger Plugins/Widgets</title>
		<link>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/</link>
		<comments>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:24:01 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Blog Tips]]></category>
		<category><![CDATA[Blogger Plugin/widgets like Wordpress]]></category>
		<category><![CDATA[Useful blogger plugin and Widgets]]></category>
		<category><![CDATA[Wordpress alike blogger plugin]]></category>
		<category><![CDATA[wordpress blogger plugin]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1384</guid>
		<description><![CDATA[
			
				
			
		
In this post i will present a list of Wordpress alike blogger plugins that is sure to spice up your blog.In case of wordpress ,plugins are available,all you need is to install and  activate it but for blogspot we have to install manually .This list will ease the work of search for blogspot Users. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fwordpress-alike-blogger-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechnobuz.com%2F2009%2F07%2Fwordpress-alike-blogger-plugin%2F&amp;source=shamrocksu88&amp;style=normal" height="61" width="50" title="Compilation  of Wordpress Alike Blogger Plugins/Widgets" alt=" Compilation  of Wordpress Alike Blogger Plugins/Widgets" /><br />
			</a>
		</div>
<p><strong>In this post i will present a list of Wordpress alike blogger plugins that is sure to spice up your blog.In case of wordpress ,plugins are available,all you need is to install and  activate it but for blogspot we have to install manually .This list will ease the work of search for blogspot Users. There are numerous sites that provide you widgets but i have compiled the most useful and necessary Blogger widgets/plugins from various sites.</strong><br />
<strong>Credits to the Developer&#8217;s.</strong></p>
<p>1.<br />
<u><br />
<h4><strong>Thumbnail in Post</strong></h4>
<p></u><br />
Wordpress users have many plugins to provide this feature but for blogspot users there are no ready made plugin ,we have to manually do it.</p>
<p><strong>How to post Thumbnail image in post in blogger?</strong></p>
<div class="testing">
1.Login to your blog and go to dashboard<br />
2. Layout » Add a gadget » html/javascript<br />
3.Copy and paste the below code</p>
<pre class="brush: jscript;">

&lt;script language=&quot;JavaScript&quot;&gt;
imgr = new Array();

imgr[0] = &quot;http://YOUR DEFAULT IMAGEURL.jpg&quot;;
imgr[1] = &quot;http://YOUR DEFAULT IMAGEURL1.jpg&quot;;
imgr[2] = &quot;http://YOUR DEFAULT IMAGEURL2.jpg&quot;;
imgr[3] = &quot;http://YOUR DEFAULT IMAGEURL3.jpg&quot;;
imgr[4] = &quot;http://YOUR DEFAULT IMAGEURL4.jpg&quot;;

showRandomImg = true;

tablewidth = 248;
cellspacing = 8;
borderColor = &quot;#ffffff&quot;;
bgTD = &quot;#ffffff&quot;;

imgwidth = 118;
imgheight = 100;

fntsize = 12;
acolor = &quot;#666&quot;;
aBold = true;
icon = &quot; &quot;;

text = &quot;comments&quot;;

showPostDate = false;

summaryPost = 50;
summaryFontsize = 11;
summaryColor = &quot;#666&quot;;
icon2 = &quot; &quot;;

numposts = 5;

home_page =&quot;http://yoursite.blogspot.com/&quot;;
&lt;/script&gt;
&lt;script src=&quot;http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre>
<p>4.Save Changes and its Done!
</p></div>
<p>2.<u><br />
<h4><strong>Related Post Widget for blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
<p>1.Layout >Edit HTML </p>
<p>2.&#8221;Expand Widget Templates&#8221; box.</p>
<p>3.Search for the
<pre class="brush: jscript;">&lt;/head&gt;  </pre>
<p> tag.</p>
<p>4.Add the following code just before the
<pre class="brush: jscript;">&lt;/head&gt;  </pre>
<p>tag.</p>
<pre class="brush: jscript;">
&lt;style&gt;

#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url(&quot;http://i299.photobucket.com/albums/mm297/zozuglogger/weed-bullet.gif&quot;) no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

&lt;/style&gt;
&lt;script src='http://torrentmoon.com/javascripts/Related_posts_hack.js' type='text/javascript'/&gt;
</pre>
<p>5.Search for
<pre class="brush: jscript;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</pre>
<p>6.Add code below just beneath the code you just searched.</p>
<pre class="brush: jscript;">
&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
&lt;div id=&quot;related-posts&quot;&gt;
&lt;font face='Arial' size='3'&gt;&lt;b&gt;Related Posts : &lt;/b&gt;&lt;/font&gt;&lt;font color='#FFFFFF'&gt;&lt;b:loop values='data:post.labels' var='label'&gt;&lt;data:label.name/&gt;&lt;b:if cond='data:label.isLast != &amp;quot;true&amp;quot;'&gt;,&lt;/b:if&gt;&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;

&lt;script expr:src='&amp;quot;/feeds/posts/default/-/&amp;quot; + data:label.name + &amp;quot;?alt=json-in-script&amp;amp;callback=related_results_labels&amp;amp;max-results=5&amp;quot;' type='text/javascript'/&gt;&lt;/b:if&gt;&lt;/b:loop&gt; &lt;/font&gt;
&lt;script type='text/javascript'&gt; removeRelatedDuplicates(); printRelatedLabels();
&lt;/script&gt;
&lt;/div&gt;&lt;/b:if&gt;
</pre>
<p>7.Save the template.Done!</p>
</div>
<p>3.<u><br />
<h4><strong>Recent Post Plugin/Widget for Blogger</strong></h4>
<p></u><br />
<strong><br />
How to install Recent Post Widget?</strong></p>
<div class="testing">
<p>1.Login to your blogger account.<br />
2.Visit <a rel="nofollow" href="http://www.bloggerplugins.com/widgetposts.html">http://www.bloggerplugins.com/widgetposts.html</a><br />
3.Customize as you like ,click Add Widgets to My blog button.<br />
4.Click Add Widget button in the comes up in the new window.<br />
5.Done!
</div>
<p>4.<u><br />
<h4><strong>Popular Post widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Fill the below form and <strong>click Add to blog Button </strong></p>
<form target="_blank" action="http://beta.blogger.com/add-widget" method="POST">
<span style="width: 130px;"><strong>Widget Title</strong></span><br />
:</p>
<input type="text" value="Popular Posts" name="widget.title" size="30"/>
<br/><br />
<span style="width: 130px;">Blog url</span><br />
: http://</p>
<input type="text" value="yourblogname.yourdomain.com" name="iblogurl" size="50"/>
<br/><br />
eg:<br />
<strong>yourblog.blogspot.com</strong><br />
<br/><br />
<br/></p>
<input type="button" onclick="javascript:customize();" value="Customize"/>
<input type="button" onclick="javascript:defaultvalues();" value="Reset"/>
<input type="submit" value="Add to Blog" />
</form>
<p>2.In the new window click Add Widget Button,Done!
</p></div>
<p><strong>Credits </strong>:<a rel="nofollow" href="http://www.bloggerbuster.com/2008/04/popular-posts-most-commented-widget-for.html">http://www.bloggerbuster.com/2008/04/popular-posts-most-commented-widget-for.html</a></p>
<p>5.<u><br />
<h4><strong>Top commentor Widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Visit <a rel="nofollow" href="http://www.bloggerplugins.com/topcommentatorswidget2.html">http://www.bloggerplugins.com/topcommentatorswidget2.html</a><br />
2.Fill the form and click Add Widget to my blog Button.<br />
3.In new Window click Add Widget Button.</p>
</div>
<p>6.<u><br />
<h4><strong>Wordpress alike Comment Box for blogger</strong></h4>
<p></u></p>
<p>All you need is to visit <a rel="nofollow" href="http://www.intensedebate.com/">http://www.intensedebate.com/</a>and install the widget.</p>
<p>7.<u><br />
<h4><strong>Social BookMarking Widget for Blogger</strong></h4>
<p></u></p>
<p><strong>How to install?</strong></p>
<div class ="testing">
1. Login to your account,Template>Edit HTML<br />
2.Replace
<pre class="brush: jscript;">&lt;head&gt;</pre>
<p> with</p>
<pre class="brush: jscript;">&lt;head&gt;&lt;script src='http://files.bloggerplugins.org/simpletricks.js'&gt;</pre>
<p></script></p>
<p>3.Search and find </p>
<pre class="brush: jscript;">&lt;p class='post-footer-line post-footer-line-3'&gt;</pre>
<p> in the template.<br />
4.Place the following code below that line</p>
<pre class="brush: jscript;">
&lt;style type='text/css'&gt;
.bookmark img { border: 0;
padding:0px; }
.bookmark a:hover {
position: relative;
top: 1px;
left: 1px; }
&lt;/style&gt;&lt;span class='bookmark'&gt;&lt;table align='left' border='0' cellpadding='0' width='100%'&gt;&lt;tr&gt;&lt;td style='vertical-align:middle' valign='middle' width='30%'&gt;&lt;div expr:id='&quot;sbtxt&quot;+data:post.id'&gt;Bookmark this post:&lt;span style=&quot;display:none&quot;&gt;&lt;a href=&quot;http://www.bloggerplugins.org&quot;&gt;Bloggerwidgets&lt;/a&gt; &lt;a href=&quot;http://www.bloggerplugins.org/2007/09/social-bookmarking-elements-after-each.html&quot;&gt;Social Bookmarking   Blogger Widget&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;script type='text/javascript'&gt;showsbtext(&amp;quot;sbtxt&amp;quot; + &amp;quot;&lt;data:post.id/&gt;&amp;quot;,0)&lt;/script&gt;&lt;/td&gt;&lt;td&gt;&lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.stumbleupon.com/submit?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,19);&quot;' target='_blank'&gt;&lt;img alt='StumpleUpon' src='http://files.bloggerplugins.org/icon_sb_stumb.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://ma.gnolia.com/bookmarklet/add?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,6);&quot;' target='_blank'&gt;&lt;img alt='Ma.gnolia' border='0' src='http://files.bloggerplugins.org/icon_sb_mag.gif'/&gt;&lt;/a&gt;
 &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://digg.com/submit?phase=3&amp;amp;url=&quot; + data:post.url' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,1);&quot;' target='_blank'&gt;&lt;img alt='DiggIt!' src='http://files.bloggerplugins.org/icon_sb_dig.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://del.icio.us/post?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,2);&quot;' target='_blank'&gt;&lt;img alt='Del.icio.us' src='http://files.bloggerplugins.org/icon_sb_del.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Description=&amp;amp;Url=&quot; + data:post.url + &quot;&amp;amp;Title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,3);&quot;' target='_blank'&gt;&lt;img alt='Blinklist' src='http://files.bloggerplugins.org/icon_sb_bli.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://myweb2.search.yahoo.com/myresults/bookmarklet?u=&quot; + data:post.url + &quot;&amp;amp;=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,4);&quot;' target='_blank'&gt;&lt;img alt='Yahoo' src='http://files.bloggerplugins.org/icon_sb_yah.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.furl.net/storeIt.jsp?u=&quot; + data:post.url + &quot;&amp;amp;t=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,8);&quot;' target='_blank'&gt;&lt;img alt='Furl' src='http://files.bloggerplugins.org/icon_sb_fur.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.technorati.com/cosmos/search.html?url=&quot; + data:post.url' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,9);&quot;' target='_blank'&gt;&lt;img alt='Technorati' src='http://files.bloggerplugins.org/icon_sb_tec.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.simpy.com/simpy/LinkAdd.do?href=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,10);&quot;' target='_blank'&gt;&lt;img alt='Simpy' src='http://files.bloggerplugins.org/icon_sb_sim.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.spurl.net/spurl.php?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; +  data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,11);&quot;' target='_blank'&gt;&lt;img alt='Spurl' src='http://files.bloggerplugins.org/icon_sb_spu.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://reddit.com/submit?url=&quot; + data:post.url + &quot;&amp;amp;title=&quot; + data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,17);&quot;' target='_blank'&gt;&lt;img alt='Reddit' src='http://files.bloggerplugins.org/icon_sb_red.gif'/&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; expr:href='&quot;http://www.google.com/bookmarks/mark?op=add&amp;amp;bkmk=&quot; + data:post.url +  &quot;&amp;amp;title=&quot;+data:post.title' expr:onmouseout='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,0);&quot;' expr:onmouseover='&quot;javascript:showsbtext(\&quot;sbtxt&quot; + data:post.id + &quot;\&quot;,20);&quot;' target='_blank'&gt;&lt;img alt='Google' src='http://files.bloggerplugins.org/icon_sb_goo.gif'/&gt;&lt;/a&gt; &lt;a expr:href='&amp;quot;http://tools.bloggerplugins.org/twitter.php?url=&amp;quot; + data:post.url +  &amp;quot;&amp;amp;title=&amp;quot;+data:post.title' expr:onmouseout='&amp;quot;javascript:showsbtext(\&amp;quot;sbtxt&amp;quot; + data:post.id + &amp;quot;\&amp;quot;,0);&amp;quot;' expr:onmouseover='&amp;quot;javascript:showsbtext(\&amp;quot;sbtxt&amp;quot; + data:post.id + &amp;quot;\&amp;quot;,21);&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;img alt='Twitter' src='http://files.bloggerplugins.org/icon_sb_twitter.png'/&gt;&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;br/&gt;
&lt;/span&gt;
</pre>
<p>4.Save it,Done!
</p></div>
<p>8.<u><br />
<h4><strong>Retweet Plugin/widget for blogger</strong></h4>
<p></u></p>
<p><strong>How to install it?</strong></p>
<div class="testing">
1.Login,Layout -> Edit HTML->Expand Widget Templates</p>
<p>2.Search for
<pre class="brush: jscript;">&lt;data:post.body/&gt; </pre>
<p> and place the following code before or after it.</p>
<pre class="brush: jscript;">
&lt;script type=&quot;text/javascript&quot;&gt;
tweetmeme_url = &amp;#39;&lt;data:post.url/&gt;&amp;#39;;
&lt;/script&gt;Retweet this button on every post blogger
&lt;script src=&quot;http://tweetmeme.com/i/scripts/button.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
 </pre>
<p>3.Save it,Done!
</p></div>
<h4><strong>Do suggest if you know Wordpress alike Blogger plugins</strong></h4>
<hr/>Copyright &copy; 2010 <strong><a href="http://technobuz.com">Technobuz</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@technobuz.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>

<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-love">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets+-+http://b2l.me/uyb7f+(via+@shamrocksu88)&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;summary=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th&amp;source=Technobuz" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="sexy-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;du=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;cn=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;n=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;desc=In%20this%20post%20i%20will%20present%20a%20list%20of%20Wordpress%20alike%20blogger%20plugins%20that%20is%20sure%20to%20spice%20up%20your%20blog.In%20case%20of%20wordpress%20%2Cplugins%20are%20available%2Call%20you%20need%20is%20to%20install%20and%20%20activate%20it%20but%20for%20blogspot%20we%20have%20to%20install%20manually%20.This%20list%20will%20ease%20the%20work%20of%20search%20for%20blogspot%20Users.%20Th" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;title=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="sexy-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/&amp;bm_description=Compilation++of+Wordpress+Alike+Blogger+Plugins%2FWidgets&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://technobuz.com/2009/07/wordpress-alike-blogger-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
