<?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>expono &#187; blog</title>
	<atom:link href="http://blog.expono.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.expono.com</link>
	<description>preserve, organize &#38; share your photos</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:06:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Expono Photos in Your WordPress Blog</title>
		<link>http://blog.expono.com/2010/04/expono-photos-in-your-wordpress-blog/</link>
		<comments>http://blog.expono.com/2010/04/expono-photos-in-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 13:14:04 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Using Expono]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[google ajax feed api]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.expono.com/?p=641</guid>
		<description><![CDATA[A couple of months ago I wrote a post about how you can use Google&#8217;s Ajax Feed API to create a slide show showing photos from Expono. Creative coder Martin Jonsson took that idea further and created a WordPress Plugin for it, making it extremely simple to post photos from Expono or any other Media [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I wrote a <a href="http://blog.expono.com/2010/01/google-ajax-feed-api-and-expono/">post</a> about how you can use Google&#8217;s Ajax Feed API to create a slide show showing photos from Expono. Creative coder <a href="http://martinj.net">Martin Jonsson</a> took that idea further and created a <a href="http://martinj.net/wordpress-plugins/google-ajax-feed-slide-show-widget/">WordPress Plugin</a> for it, making it extremely simple to post photos from <a href="http://www.expono.com">Expono</a> or any other Media RSS enabled site.</p>
<p><strong>Here is an example displaying my favorites on Expono</strong><br />
<code>
		<script type="text/javascript">  
			google.setOnLoadCallback(function() {
				var options = {
				linkTarget: google.feeds.LINK_TARGET_SELF,thumbnailSize: GFslideShow.THUMBNAILS_LARGE,displayTime: 2000,
				transistionTime: 600,
				scaleImages: true,
				maintainAspectRatio: true,
				pauseOnHover: true,
				fullControlPanel: false,
				fullControlPanelSmallIcons: false
			};
			var feedURL = 'http://www.expono.com/magnus/rss/1/in/favorites?indirect_stream_owner_id=100001&sort_by=favorited&sort_order=DESC';
			new GFslideShow(feedURL, 'slideshow_4f2fbeb77a4e7', options);
		});
	</script>	
	<div id="slideshow_4f2fbeb77a4e7" class="" style="height:332px;width:500px;">Loading...</div>
	</code></p>
<p>After you have installed the plugin you only have to type the following shortcode to include a slideshow in your blog. The plugin offers a lot of parameters and options. I suggest you head over to <a href="http://martinj.net/wordpress-plugins/google-ajax-feed-slide-show-widget/">martinj.net</a> for the most recent documentation about how to use the plugin.</p>
<p><strong>Example: How to display the latest public photos uploaded to Expono.</strong></p>
<p><code>[mj-google-slideshow feed_url="http://www.expono.com/rss" width="500" height="332" link_target="google.feeds.LINK_TARGET_SELF" /] </code></p>
<p><strong>Example: How to display your recent photos</strong><br />
<code>[mj-google-slideshow feed_url="http://www.expono.com/magnus/rss" width="500" height="332" link_target="google.feeds.LINK_TARGET_SELF" /] </code><br />
Replace my username with your username</p>
<p><strong>Example: How to display your favorite photos</strong><br />
<code>[mj-google-slideshow feed_url="http://www.expono.com/magnus/rss/1/in/favorites?indirect_stream_owner_id=100001&#038;sort_by=favorited&#038;sort_order=DESC" width="500" height="332" link_target="google.feeds.LINK_TARGET_SELF" /] </code><br />
I suggest you copy the link behind your RSS icon on your favorites page to get the correct URL. If you want to do it manually you have to replace my username and user_id with your own.</p>
<p>Ok.. that&#8217;s it.. have a great weekend! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.expono.com/2010/04/expono-photos-in-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

