<?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>TechWhiz &#187; blog</title>
	<atom:link href="http://www.techwhiz.in/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techwhiz.in</link>
	<description></description>
	<lastBuildDate>Fri, 03 Jun 2011 05:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Add Google Buzz to your wordpress blog</title>
		<link>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 01:49:59 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web/web-development/add-google-buzz-on-your-wordpress-blog/</guid>
		<description><![CDATA[Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk. Log-in to your blog and open the file in which you would like to integrate Google Buzz [...]]]></description>
			<content:encoded><![CDATA[<p>Google Buzz is a new social tool by Google. It is embedded with Gmail so you can receive buzz directly in your mailbox. I added the Google Buzz button on my blog yesterday and it was a cakewalk.</p>
<ul>
<li>Log-in to your blog and open the file in which you would like to integrate Google Buzz button (e.g. single.php) </li>
<li>Copy and paste the following code in the file. </li>
</ul>
<blockquote><p>&lt;a      <br />href=&quot;http://www.google.com/reader/link?url=&lt;?php the_permalink() ?&gt;&amp;title=&lt;?php the_title(); ?&gt;&amp;snippet=&lt;?php the_excerpt();?&gt;&amp;srcURL=http://www.techwhiz.in&amp;srcTitle=TechWhiz&quot; target=&quot;_blank&quot; rel=&quot;nofollow external&quot;&gt;&lt;img       <br />src=&quot;http://www.techwhiz.in/images/google-buzz.png&quot; alt=&quot;Google Buzz&quot; /&gt;&lt;img       <br />src=&quot;http://www.techwhiz.in/images/buzz.png&quot; alt=&quot;Google Buzz&quot; /&gt;&lt;/a&gt;</p>
</blockquote>
<ul>
<li>Download the following image files and upload it on your server (e.g. http://www.yourblog.com/images/).      <br /><img style="border-right-width: 0px; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="google-buzz" src="http://www.techwhiz.in/tw_uploads/2010/02/googlebuzz.png" width="28" height="22" /><img style="border-right-width: 0px; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="buzz" src="http://www.techwhiz.in/tw_uploads/2010/02/buzz.png" width="54" height="21" />&#160;&#160; </li>
<li>Make necessary changes in image tag in the above code. </li>
<li>Modify <em>‘srcTitle’ </em>in the above code and enter your blog name. </li>
<li>Save the file, Google Buzz will be added to your blog. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/add-google-buzz-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display delicious count on your wordpress blog</title>
		<link>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:28:00 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-development/display-delicious-count-on-your-wordpress-blog/</guid>
		<description><![CDATA[Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. Login to your blog Download the plugin (http://www.techwhiz.in/repository/zip/delicious_count.zip) [...]]]></description>
			<content:encoded><![CDATA[<p>Delicious is a very popular bookmarking website. After searching for number of websites, I found a plugin which counts the number of times the page has been saved in delicious.com. You can easily add the counter along with delicious share button on your blog powered by wordpress. </p>
<ul>
<li>Login to your blog </li>
<li>Download the plugin (<a title="Plugin for Delicious count" href="http://www.techwhiz.in/repository/zip/delicious_count.zip" target="_blank">http://www.techwhiz.in/repository/zip/delicious_count.zip</a>) </li>
<li>Install and activate the plugin </li>
<li>Open the file in which you would like to integrate delicous count button (e.g. single.php) </li>
<li>Copy and paste the following code in the file and save the file. </li>
</ul>
<blockquote><p>&lt;a href=&quot;http://delicious.com/save&quot; onclick=&quot;window.open(&#8216;http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url=&#8217;+encodeURIComponent(&#8216;&lt;?php the_permalink() ?&gt;&#8217;)+&#8217;&amp;title=&#8217;+encodeURIComponent(&#8216;&lt;?php the_title() ?&gt;&#8217;),&#8217;delicious&#8217;, &#8216;toolbar=no,width=550,height=550&#8242;); return false;&quot;&gt;&lt;img src=&quot;images/delicious.png&quot; alt=&quot;Delicious&quot; /&gt;&lt;/a&gt;      <br />&lt;?php if(delicious_count()&gt;0) {echo delicious_count().&quot; saves&quot;;} ?&gt;</p>
</blockquote>
<ul>
<li>Download the image file (<a title="Delicious" href="http://www.techwhiz.in/repository/png/delicious.png" target="_blank">http://www.techwhiz.in/repository/png/delicious.png</a>) and save it on the server (take a note of the directory and make sure the image path is correctly configured in the above mentioned codes) </li>
<li>Sample of delicious count      <br /><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" border="0" alt="delicious_count" align="left" src="http://www.techwhiz.in/tw_uploads/2010/01/delicious_count.png" width="72" height="40" /> </li>
</ul>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/display-delicious-count-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add Facebook share button in wordpress blog</title>
		<link>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/</link>
		<comments>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:39:33 +0000</pubDate>
		<dc:creator>saurabh</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[share button]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.techwhiz.in/web-development/add-facebook-share-button-in-wordpress-blog/</guid>
		<description><![CDATA[It is very easy to implement Facebook share button in blog powered by wordpress. Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) Copy and paste the following code in the file and save the file. &#60;a name=&#34;fb_share&#34; type=&#34;button_count&#34; share_url=&#34;&#60;?php the_permalink(); ?&#62;&#34;&#62;Share&#60;/a&#62; &#60;script src=&#34;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>It is very easy to implement Facebook share button in blog powered by wordpress. </p>
<ul>
<li>Log-in to your blog and open the file in which you would like to integrate facebook share button (e.g. single.php) </li>
<li>Copy and paste the following code in the file and save the file. </li>
</ul>
<blockquote><p>&lt;a name=&quot;fb_share&quot; type=&quot;button_count&quot; share_url=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;Share&lt;/a&gt;      <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Loader&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;       <br />&lt;script src=&quot;http://static.ak.fbcdn.net/connect.php/js/FB.Share&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
</blockquote>
<p><em><strong>type=”button_count”</strong></em> in the above can be modified to display different styles of the facebook share button.</p>
<table class="twTable101" border="0" cellspacing="0" cellpadding="0" width="400">
<tbody>
<tr>
<td valign="top" width="133">
<p align="center"><strong>Code</strong></p>
</td>
<td valign="top" width="133">
<p align="center"><strong>Style</strong></p>
</td>
<td valign="top" width="133">
<p align="center"><strong>Size (pixel)</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">box_count</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_1" src="http://www.techwhiz.in/tw_uploads/2010/01/image1.png" width="68" height="70" /></p>
</td>
<td valign="top" width="133">
<p align="center">57&#215;57</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">button_count</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_2" src="http://www.techwhiz.in/tw_uploads/2010/01/image2.png" width="111" height="31" /></p>
</td>
<td valign="top" width="133">
<p align="center">96&#215;18</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">button</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_3" src="http://www.techwhiz.in/tw_uploads/2010/01/image3.png" width="68" height="28" /> </p>
</td>
<td valign="top" width="133">
<p align="center">56&#215;18</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">icon_link</p>
</td>
<td valign="top" width="133">
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_4" src="http://www.techwhiz.in/tw_uploads/2010/01/image4.png" width="64" height="30" /> </p>
</td>
<td valign="top" width="133">
<p align="center">51&#215;15</p>
</td>
</tr>
<tr>
<td valign="top" width="133">
<p align="center">icon</p>
</td>
<td valign="top" width="133"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" border="0" alt="facebook_share_button_5" src="http://www.techwhiz.in/tw_uploads/2010/01/image5.png" width="23" height="23" /></td>
<td valign="top" width="133">
<p align="center">18&#215;15</p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.techwhiz.in/add-facebook-share-button-in-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

