<?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>Okada Design Blog &#187; plug-ins</title>
	<atom:link href="http://www.okadadesign.no/blog/category/plug-ins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okadadesign.no/blog</link>
	<description>Welcome to Okada Design Web Development Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:21:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mobile detection, redirection and testing tools</title>
		<link>http://www.okadadesign.no/blog/plug-ins/mobile-detection-redirection-and-testing-tools/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/mobile-detection-redirection-and-testing-tools/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 09:36:29 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[User Agent]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=2482</guid>
		<description><![CDATA[ <p>I found this website useful. http://www.handsetdetection.com/ It is free upto 10000 detection.</p> <p>Sign up an follow the instruction to create your javascript. It will detect the visitor&#8217;s mobile and redirect to other website.</p> <p>I created the following html and uploaded.</p> &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;head&#62; &#60;script type='text/javascript' src='http://www.handsetdetection.com/sites/js/yournumber.js'&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;h1&#62;You are accessing from [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/codeigniter-image-manipulation-class/' rel='bookmark' title='Testing CodeIgniter Image Manipulation Class'>Testing CodeIgniter Image Manipulation Class</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fmobile-detection-redirection-and-testing-tools%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fmobile-detection-redirection-and-testing-tools%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I found this website useful. <a href="http://www.handsetdetection.com/">http://www.handsetdetection.com/</a> It is free upto 10000 detection.</p>
<p>Sign up an follow the instruction to create your javascript. It will detect the visitor&#8217;s mobile and redirect to other website.</p>
<p>I created the following html and uploaded.</p>
<pre class="brush: xml; title: ; notranslate">

&lt;!DOCTYPE html&gt;

&lt;html&gt;

&lt;head&gt;
   &lt;script type='text/javascript' src='http://www.handsetdetection.com/sites/js/yournumber.js'&gt;&lt;/script&gt;
&lt;/head&gt;

&lt;body&gt;
    &lt;h1&gt;You are accessing from a normal browser&lt;/h1&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Then you need to download Firefox addon called <a href="https://addons.mozilla.org/en-US/firefox/addon/59/">User Agent Switcher</a>.</p>
<p>Also you need to download <a href="http://pastebin.com/CpmdwcVc">this text file</a> and change the extension to xml and import to the User Agent Switcher.</p>
<p>You may find updated User Agent files in <a href="http://chrispederick.com/forums/viewtopic.php?id=1772&#038;p=1">this forum</a>. </p>
<p>Change your User Agent from Tools > Default User Agent to any mobile device and visit your website if it works.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/codeigniter-image-manipulation-class/' rel='bookmark' title='Testing CodeIgniter Image Manipulation Class'>Testing CodeIgniter Image Manipulation Class</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/mobile-detection-redirection-and-testing-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing &#8216;Show Your Google Analytics Top Content in WordPress&#8217;</title>
		<link>http://www.okadadesign.no/blog/plug-ins/implementing-show-your-google-analytics-top-content-in-wordpress/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/implementing-show-your-google-analytics-top-content-in-wordpress/#comments</comments>
		<pubDate>Sun, 28 Mar 2010 17:35:54 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=1752</guid>
		<description><![CDATA[ <p> After reading this article, I modified and implemented it in this blog. You can see it in the right column.</p> <p>This is how I did it.</p> <p> 1. Download and install Exec-Php. Then activate it. 2. Go to &#8216;Widgets&#8217;. Select &#8216;Text&#8217; from the Widgets and add the following code. Please note that [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
<li><a href='http://www.okadadesign.no/blog/wp/wordpress-podcast-by-drew-douglass-from-themeforestnet/' rel='bookmark' title='WordPress Podcast by Drew Douglass from Themeforest.net'>WordPress Podcast by Drew Douglass from Themeforest.net</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fimplementing-show-your-google-analytics-top-content-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fimplementing-show-your-google-analytics-top-content-in-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.okadadesign.no/blog/wp-content/uploads/2010/03/analytics_top_content.jpg" alt="" title="analytics_top_content" width="200" height="200" class="alignleft size-full wp-image-1762" /><br />
<a href="http://www.cssnewbie.com/google-analytics-top-content-in-wordpress/?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+cssnewbie+%28CSS+Newbie%29&#038;utm_content=Google+Reader">After reading this article</a>, I modified and implemented it in this blog. You can see it in the right column.</p>
<p>This is how I did it.</p>
<div class="clearboth"></div>
<p><span id="more-1752"></span><br />
1. Download and install <a href="http://wordpress.org/extend/plugins/exec-php/">Exec-Php</a>. Then activate it.<br />
2. Go to &#8216;Widgets&#8217;. Select &#8216;Text&#8217; from the Widgets and add the following code.<br />
Please note that I do not want to show &#8216; | Okada Design Blog&#8217; or &#8216; « Okada Design Blog&#8217; in the title.<br />
Also I don&#8217;t want to show some pages including the index page, &#8216;(not set)&#8217;, &#8216;Okada Design Blog&#8217;, &#8216;Downloads | Okada Design Blog&#8217; and &#8216;Downloads « Okada Design Blog&#8217;</p>
<p>So you need to adjust it accordingly for your situations.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
$start = date('Y-m-d', (time() - (60 * 60 * 24 * 30)));
$end = date('Y-m-d');
$showpages = 10;
$thispage = 1;

$login = new GADWidgetData();
$ga = new GALib($login-&gt;auth_token, $login-&gt;account_id, 60);
$pages = $ga-&gt;pages_for_date_period($start, $end);

echo &quot;&lt;ul&gt;&quot;;
foreach($pages as $page) {

	$url = $page['value'];
	$title = $page['children']['value'];
$array = array('(not set)', 'Okada Design Blog', 'Downloads | Okada Design Blog', 'Downloads « Okada Design Blog');
// You need to add any words which you don't want to show in the list
if(!in_array($title, $array)){
$takeout = array(&quot; | Okada Design Blog&quot;,&quot; « Okada Design Blog&quot;);
// You need to add any words which you want to delete in the list
$newtitle = str_replace($takeout, &quot;&quot;, $title);

	echo '&lt;li&gt;&lt;a href=&quot;' . $url . '&quot; rel=&quot;nofollow&quot;&gt;' . $newtitle . '&lt;/a&gt;&lt;/li&gt;';
	$thispage++;
}

	if($thispage &gt; $showpages) break;
}
echo &quot;&lt;/ul&gt;&quot;;
?&gt;
</pre>
<p>3. Use <a href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/">SyntaxHighlighter Evolved</a> for writing php code in your posts.<br />
If you write php code with &lt;?php and ?&gt;, then the code will be executed in the post.<br />
For example, </p>
<p>This is with php code.<br />This is the Exec-PHP &#8216;Hello World&#8217;. I am writing php code in the post directly. It starts with &lt;?php and ends with ?&gt;. End of php.</p>
<p>However if you use SyntaxHighlighter Evolved, it will not be executed.</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php echo &quot;This is with php code.&lt;br /&gt;&quot;;
echo &quot;This is the Exec-PHP 'Hello World'. I am writing php code in the post directly. It starts with &amp;lt;?php and ends with ?&amp;gt;. End of php.&quot;;  ?&gt;
</pre>
<p>The credit goes to <a href="http://www.cssnewbie.com/">Rob Glazebrook</a> and <a href="http://www.viper007bond.com/">Alex</a>.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/codeigniter/rss-feeds-and-google-analytics-added-to-kaimonokago/' rel='bookmark' title='RSS Feeds and Google Analytics added to Kaimonokago'>RSS Feeds and Google Analytics added to Kaimonokago</a></li>
<li><a href='http://www.okadadesign.no/blog/wp/wordpress-podcast-by-drew-douglass-from-themeforestnet/' rel='bookmark' title='WordPress Podcast by Drew Douglass from Themeforest.net'>WordPress Podcast by Drew Douglass from Themeforest.net</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/implementing-show-your-google-analytics-top-content-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bookmarklet: 960 Gridder</title>
		<link>http://www.okadadesign.no/blog/plug-ins/bookmarklet-960-gridder/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/bookmarklet-960-gridder/#comments</comments>
		<pubDate>Wed, 06 May 2009 18:56:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[plug-ins]]></category>
		<category><![CDATA[bookmarklet]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=65</guid>
		<description><![CDATA[ <p></p> <p>960 Gridder is an excellent tool for any web developer/ designer that wants to easily align, match and/or lay out websites.</p> <p>No related posts.</p>
No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fbookmarklet-960-gridder%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fbookmarklet-960-gridder%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft" src="http://gridder.andreehansson.se/images/logo.png" alt="" width="485" height="142" /></p>
<div class="clearer"></div>
<p><a href="http://gridder.andreehansson.se/">960 Gridder</a> is an excellent tool for any web developer/ designer that wants to easily align, match and/or lay out websites.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/bookmarklet-960-gridder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a Flickr Slideshow</title>
		<link>http://www.okadadesign.no/blog/plug-ins/adding-a-flickr-slideshow/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/adding-a-flickr-slideshow/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:22:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[plug-ins]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=60</guid>
		<description><![CDATA[ <p>Created with flickr slideshow.</p> <p>I added a Flickr slideshow to my blog today. This works for WordPress, Blogger and any website.This is how I did it.</p> <p>1. Create your Flickr account and upload your photos.2. Add your tags. This tag will be used in a slideshow.3. Go to Flickrslideshow.com and fill up the [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-picasa-slideshow-to-your-blogger-or-webiste/' rel='bookmark' title='Adding Picasa Slideshow to your Blogger or webiste'>Adding Picasa Slideshow to your Blogger or webiste</a></li>
<li><a href='http://www.okadadesign.no/blog/plug-ins/adding-picasa-photos-to-blogger-and-website/' rel='bookmark' title='Adding Picasa photos to your website'>Adding Picasa photos to your website</a></li>
<li><a href='http://www.okadadesign.no/blog/zend-framework/zend-framework-flickr-class-on-codeignier-with-jquery/' rel='bookmark' title='Zend framework Flickr class on Codeignier with jquery'>Zend framework Flickr class on Codeignier with jquery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadding-a-flickr-slideshow%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadding-a-flickr-slideshow%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><iframe align="center" src="http://www.flickr.com/slideShow/index.gne?user_id=23953102@N07&#038;tags=Norway" width="400" height="400" frameBorder="0" scrolling="no"></iframe><br /><center><small>Created with <a href="http://www.flickrslideshow.com">flickr slideshow</a>.</small></center></p>
<p>I added a Flickr slideshow to my blog today. This works for WordPress, Blogger and any website.<br />This is how I did it.</p>
<p>1. Create your Flickr account and upload your photos.<br />2. Add your tags. This tag will be used in a slideshow.<br />3. Go to <a href="http://www.flickrslideshow.com/">Flickrslideshow.com</a> and fill up the details and create your code.<br />4. Embed the code to your website.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-picasa-slideshow-to-your-blogger-or-webiste/' rel='bookmark' title='Adding Picasa Slideshow to your Blogger or webiste'>Adding Picasa Slideshow to your Blogger or webiste</a></li>
<li><a href='http://www.okadadesign.no/blog/plug-ins/adding-picasa-photos-to-blogger-and-website/' rel='bookmark' title='Adding Picasa photos to your website'>Adding Picasa photos to your website</a></li>
<li><a href='http://www.okadadesign.no/blog/zend-framework/zend-framework-flickr-class-on-codeignier-with-jquery/' rel='bookmark' title='Zend framework Flickr class on Codeignier with jquery'>Zend framework Flickr class on Codeignier with jquery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/adding-a-flickr-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Picasa photos to your website</title>
		<link>http://www.okadadesign.no/blog/plug-ins/adding-picasa-photos-to-blogger-and-website/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/adding-picasa-photos-to-blogger-and-website/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 09:36:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[plug-ins]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=58</guid>
		<description><![CDATA[ <p>&#160;Spring has come to Norway!This photo is added through Picasa 3. Spring in Norway <p>When you embed an album in your site, the album cover will display. Viewers who click the cover image will then be taken to view the album in Picasa Web Albums. Follow these steps to embed an album: 1. [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-picasa-slideshow-to-your-blogger-or-webiste/' rel='bookmark' title='Adding Picasa Slideshow to your Blogger or webiste'>Adding Picasa Slideshow to your Blogger or webiste</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-search-to-blogger-or-website/' rel='bookmark' title='Adding search to Blogger or website'>Adding search to Blogger or website</a></li>
<li><a href='http://www.okadadesign.no/blog/plug-ins/adding-a-flickr-slideshow/' rel='bookmark' title='Adding a Flickr Slideshow'>Adding a Flickr Slideshow</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadding-picasa-photos-to-blogger-and-website%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadding-picasa-photos-to-blogger-and-website%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href='http://4.bp.blogspot.com/_UZHNmEAWYZU/SeMHrbed-SI/AAAAAAAAAKc/lERZnLNJWF0/s1600-h/DSC_0645.JPG'><img src='http://4.bp.blogspot.com/_UZHNmEAWYZU/SeMHrbed-SI/AAAAAAAAAKc/lERZnLNJWF0/s320/DSC_0645.JPG' border='0' alt=''style='clear:both;float:left; margin:0px 10px 10px 0;' /></a>&nbsp;<br />Spring has come to Norway!<br />This photo is added through Picasa 3.
<div style='clear:both; text-align:LEFT'><a href='http://picasa.google.com/blogger/' target='ext'><img src='http://photos1.blogger.com/pbp.gif' alt='Posted by Picasa' style='border: 0px none ; padding: 0px; background: transparent none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial;' align='middle' border='0' /></a></div>
<table style="width:194px;">
<tr>
<td style="height:194px;background:url(http://picasaweb.google.com/s/c/transparent_album_background.gif) no-repeat left" align="center"><a href="http://picasaweb.google.com/okada.shin/SpringInNorway?feat=embedwebsite"><img width="160" style="margin:1px 0 0 4px;" src="http://lh6.ggpht.com/_UZHNmEAWYZU/SeMEiPwvCAE/AAAAAAAAAL8/jyn93m1XWNk/s160-c/SpringInNorway.jpg" height="160"/></a></td>
</tr>
<tr>
<td style="text-align:center;font-family:arial,sans-serif;font-size:11px"><a style="color:#4D4D4D;font-weight:bold;text-decoration:none;" href="http://picasaweb.google.com/okada.shin/SpringInNorway?feat=embedwebsite">Spring in Norway</a></td>
</tr>
</table>
<p>When you embed an album in your site, the album cover will display. Viewers who click the cover image will then be taken to view the album in Picasa Web Albums. Follow these steps to embed an album:<br /><span class="fullpost"><br />   1. On the My Photos page, click your album.<br />   2. Click Link to this album on the right-hand side.<br />   3. Copy the HTML (Ctrl-C) in the &#8216;Paste HTML to embed in website&#8217; field.<br />   4. Paste the HTML (Ctrl-V) in the source code for your site.</p>
<p><a href="http://picasa.google.com/support/bin/answer.py?hl=en&#038;answer=66969">Google Help</a><br /></span></p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-picasa-slideshow-to-your-blogger-or-webiste/' rel='bookmark' title='Adding Picasa Slideshow to your Blogger or webiste'>Adding Picasa Slideshow to your Blogger or webiste</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/adding-search-to-blogger-or-website/' rel='bookmark' title='Adding search to Blogger or website'>Adding search to Blogger or website</a></li>
<li><a href='http://www.okadadesign.no/blog/plug-ins/adding-a-flickr-slideshow/' rel='bookmark' title='Adding a Flickr Slideshow'>Adding a Flickr Slideshow</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/adding-picasa-photos-to-blogger-and-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Disqus comment system to your blogger</title>
		<link>http://www.okadadesign.no/blog/plug-ins/add-disqus-comment-system-to-your-blogger/</link>
		<comments>http://www.okadadesign.no/blog/plug-ins/add-disqus-comment-system-to-your-blogger/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 15:44:00 +0000</pubDate>
		<dc:creator>shinokada</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[plug-ins]]></category>

		<guid isPermaLink="false">http://www.okadadesign.no/blog/?p=34</guid>
		<description><![CDATA[ <p></p> <p>I just added Disqus to Blogger . Disqus is a comment management. You can manage all your comments in different websites. Great thing is it&#8217;s free. It is very easy to implement to any platform and very powerful. If you are tired of Blogger comment system I strongly recommend to use Disqus.</p> [...]
Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/add-sharethis-widget-to-your-blogger-wp-or-website/' rel='bookmark' title='Add sharethis widget to your Blogger, WP or website'>Add sharethis widget to your Blogger, WP or website</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/add-your-twitter-updates-to-your-blogger/' rel='bookmark' title='Add your Twitter updates to your Blogger'>Add your Twitter updates to your Blogger</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/blogger-tips/' rel='bookmark' title='Blogger tips'>Blogger tips</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadd-disqus-comment-system-to-your-blogger%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.okadadesign.no%2Fblog%2Fplug-ins%2Fadd-disqus-comment-system-to-your-blogger%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_UZHNmEAWYZU/SbKXnHC1x4I/AAAAAAAAAGI/tnpRYVJPhz8/s1600-h/disqus-logo2.png"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 59px;" src="http://2.bp.blogspot.com/_UZHNmEAWYZU/SbKXnHC1x4I/AAAAAAAAAGI/tnpRYVJPhz8/s320/disqus-logo2.png" border="0" alt="" id="BLOGGER_PHOTO_ID_5310473608784889730" /></a></p>
<p>I just added <a href="http://wiki.disqus.net/BloggerHelp">Disqus to Blogger </a>. <a href="http://disqus.com/">Disqus</a> is a comment management. You can manage all your comments in different websites. Great thing is it&#8217;s free. It is very easy to implement to any platform and very powerful. If you are tired of Blogger comment system I strongly recommend to use Disqus.</p>
<p>Related posts:<ol>
<li><a href='http://www.okadadesign.no/blog/blogger/add-sharethis-widget-to-your-blogger-wp-or-website/' rel='bookmark' title='Add sharethis widget to your Blogger, WP or website'>Add sharethis widget to your Blogger, WP or website</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/add-your-twitter-updates-to-your-blogger/' rel='bookmark' title='Add your Twitter updates to your Blogger'>Add your Twitter updates to your Blogger</a></li>
<li><a href='http://www.okadadesign.no/blog/blogger/blogger-tips/' rel='bookmark' title='Blogger tips'>Blogger tips</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.okadadesign.no/blog/plug-ins/add-disqus-comment-system-to-your-blogger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

