<?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>tesna.net &#187; Wordpress</title>
	<atom:link href="http://tesna.net/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://tesna.net</link>
	<description>Just some random thoughts of me</description>
	<lastBuildDate>Tue, 02 Mar 2010 08:28:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook Connect</title>
		<link>http://tesna.net/2009/01/13/facebook-connect</link>
		<comments>http://tesna.net/2009/01/13/facebook-connect#comments</comments>
		<pubDate>Mon, 12 Jan 2009 23:34:37 +0000</pubDate>
		<dc:creator>Tesna Rafinari</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook connect]]></category>
		<category><![CDATA[fotobook]]></category>

		<guid isPermaLink="false">http://tesna.net/?p=175</guid>
		<description><![CDATA[
Facebook recently launched Facebook Connect plattform, which gives Facebook users to logon using their facebook identity, to any facebook connect enabled sites they wanted. Enabling Facebook connect is quite complicated, but for site owners build their site with Wordpress, MovableType, vbulletin, and mediawiki is quite straight forward. The plugins are available!

I just got facebook connect [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-178 alignleft" title="connect-button-lg" src="http://tesna.net/wp-content/uploads/2009/01/connect-button-lg.gif" alt="facebook connect button" width="194" height="31" /></p>
<p style="text-align: justify;"><a title="Facebook" href="http://www.facebook.com" target="_blank">Facebook</a> recently launched Facebook Connect plattform, which gives Facebook users to logon using their facebook identity, to any facebook connect enabled sites they wanted. Enabling Facebook connect is quite complicated, but for site owners build their site with Wordpress, MovableType, vbulletin, and mediawiki is quite straight forward. The <a title="Facebook Connect Plugins" href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Plugin_Directory" target="_blank">plugins</a> are available!</p>
<p><span id="more-175"></span></p>
<p style="text-align: justify;">I just got facebook connect wordpress plugin installed several days ago. First one I tried is <a title="WP-FBConnect" href="http://wordpress.org/extend/plugins/wp-facebookconnect/" target="_blank">WP-FBConnect</a>, created by one of Facebook engineers, Adam Huup. The installation is quite simple, you just need to install and activate the plugin, then just add some php code where you want to put the facebook connect button. Then I looked into another wordpress plugin, <a title="Sociable.es Facebook Connect Plugin" href="http://www.sociable.es/facebook-connect/" target="_blank">Sociable.es Facebook Connect</a> plugin. While both has similar function,  but I ended up using sociable&#8217;s plugin because they have sidebar widgets on them, with little modification on the widget and add the button in the comment form.</p>
<p style="text-align: justify;">After installing them, I noticed the page is not updated after I logged on to my site using my facebook credentials, it still  the user is not logged on to the site. After some searching, it seems its caused WP-SuperCache plugin, somehow its not registers the user already logged therefore its still serves caches pages. Luckyly, the <a title="Fix for WP SuperCachee" href="http://www.allfacebook.com/2008/12/how-to-make-facebook-connect-work-with-wp-super-cache/" target="_blank">fix</a> is available.</p>
<p style="text-align: justify;">I still got little problem though, one of my favorite wordpress plugin, Fotobook is not working if FBConnect plugin is enabled. So, if I need to update the facebook photos database or inserting facebook photos into a post, I need to disable the facebook connect plugin first. It complains about can&#8217;t redeclare class. I tried to do some modifications, but so far I&#8217;m not lucky yet. It seems both fotobook and facebook connect plugin use same facebook library, but use different versions of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://tesna.net/2009/01/13/facebook-connect/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another wordpress plugin, wordbook</title>
		<link>http://tesna.net/2008/04/12/another-wordpress-plugin-wordbook</link>
		<comments>http://tesna.net/2008/04/12/another-wordpress-plugin-wordbook#comments</comments>
		<pubDate>Sat, 12 Apr 2008 06:14:32 +0000</pubDate>
		<dc:creator>Tesna</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordbook]]></category>

		<guid isPermaLink="false">http://tesna.net/?p=17</guid>
		<description><![CDATA[I found another cool wordpress plugin related to facebook, wordbook. If you have facebook account you can make your blog posts displayed on your mini-feed and displays a summary of your blog on your profile. It even displays thumbnails if your blog post has image(s) in it. Here&#8217;s the example how it looks on my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I found another cool wordpress plugin related to <a href="http://facebook.com" target="_blank">facebook</a>, <a href="http://www.tsaiberspace.net/blog/2007/07/29/wordbook/" target="_blank">wordbook</a>. If you have facebook account you can make your blog posts displayed on your mini-feed and displays a summary of your blog on your profile. It even displays thumbnails if your blog post has image(s) in it. Here&#8217;s the example how it looks on my facebook profile:</p>
<p style="text-align: center;"><a href="http://tesna.net/wp-content/uploads/2008/04/wbfb.png" title="wordbook" rel="lightbox[17]"><img class="aligncenter size-medium wp-image-18" title="wordbook" src="http://tesna.net/wp-content/uploads/2008/04/wbfb-300x134.png" alt="wordbook on facebook profile" width="300" height="134" /></a></p>
<p>Installation instructions are provided on the wordbook link above.</p>
]]></content:encoded>
			<wfw:commentRss>http://tesna.net/2008/04/12/another-wordpress-plugin-wordbook/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fotobook</title>
		<link>http://tesna.net/2008/04/11/fotobook</link>
		<comments>http://tesna.net/2008/04/11/fotobook#comments</comments>
		<pubDate>Fri, 11 Apr 2008 11:24:18 +0000</pubDate>
		<dc:creator>Tesna</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[fotobook]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://tesna.net/?p=14</guid>
		<description><![CDATA[I found interesting Wordpress plugin called Fotobook. As you can see now I got a page called photos, and it contains photos I got in my facebook account. How cool is that? It&#8217;s very convenient, as I only needs to upload to one site to show it into multiple site, and it has cool features [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I found interesting Wordpress plugin called <a href="http://www.aaronharp.com/dev/wp-fotobook/" target="_blank">Fotobook</a>. As you can see now I got a page called <a href="http://tesna.net/photos/">photos</a>, and it contains photos I got in my <a href="http://facebook.com" target="_blank">facebook</a> account. How cool is that? It&#8217;s very convenient, as I only needs to upload to one site to show it into multiple site, and it has cool features using lightbox effect. To import the photos it took less than a second on my site, this because the photos still stored on facebook&#8217;s server. It&#8217;s got some drawback though, it doesn&#8217;t have flexibility of a real gallery system such as coppermine or gallery plugin on my old geeklog site. It can&#8217;t display full resolution photos, exif data, commenting system, and doesn&#8217;t integrate with wordpress post system yet.</p>
<p style="text-align: justify;">Anyway, I&#8217;m going to use it for now, until I found better image gallery plugin for Wordpress. I&#8217;ve tried NextGen Gallery plugin, but somehow I prefer not to use it. Can anyone recommend nice image gallery plugin?</p>
]]></content:encoded>
			<wfw:commentRss>http://tesna.net/2008/04/11/fotobook/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
