<?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>phTagr &#187; download</title>
	<atom:link href="http://www.phtagr.org/tag/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phtagr.org</link>
	<description>Tag your photos once. Find them forever.</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:10:12 +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>Embedded Slideshow for Your Side</title>
		<link>http://www.phtagr.org/2008/07/26/embedded-slideshow/</link>
		<comments>http://www.phtagr.org/2008/07/26/embedded-slideshow/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:43:53 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Related Links]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=49</guid>
		<description><![CDATA[Since phTagr supports Media RSS it is quite simple to embed a simple slideshow to your page via Googles Feed API. It supports a slide show control which loads the Media RSS and displays the images one by one. The API reference of Google&#8217;s slide show control is straight forward and with few changes your [...]]]></description>
			<content:encoded><![CDATA[<p>Since phTagr supports Media RSS it is quite simple to embed a simple slideshow to your page via <a title="Feed API" href="http://code.google.com/apis/ajaxfeeds/">Googles Feed API</a>. It supports a <a href="http://www.google.com/uds/solutions/slideshow/index.html">slide show control</a> which loads the Media RSS and displays the images one by one. The <a href="http://www.google.com/uds/solutions/slideshow/reference.html">API reference</a> of Google&#8217;s slide show control is straight forward and with few changes your web side displays the newest public images of your gallery. Following example shows the embedded slideshow of images from the phTagr <a href="http://demo.phtagr.org">demo page</a>:</p>
<pre><code>&lt;h2&gt;Photos&lt;/h2&gt;
&lt;p&gt;
  &lt;script src='http://www.google.com/jsapi' type='text/javascript'&gt;&lt;/script&gt;
  &lt;script src='http://www.google.com/uds/solutions/slideshow/gfslideshow.js' type='text/javascript'&gt;&lt;/script&gt;
  &lt;style type='text/css'&gt;
    .gss a img {
      border : none;
    }
    .gss {
      width: 180px;
      height: 180px;
      color: #dddddd;
      background-color: #fff;
      padding: 5px;
      border: 1px solid #eee;
    }
  &lt;/style&gt;
  &lt;script type='text/javascript'&gt;
    function load() {
      var samples = 'http://demo.phtagr.org/explorer/media/media.rss';
      var options = {
        displayTime: 2500,
        transistionTime: 600,
        scaleImages: true,
        fullControlPanel: true,
        linkTarget: google.feeds.LINK_TARGET_BLANK
      };
      new GFslideShow(samples, 'slideshow', options);
    }
    google.load('feeds', '1');
    google.setOnLoadCallback(load);
  &lt;/script&gt;

  &lt;div id='slideshow' class='gss'&gt;Loading...&lt;/div&gt;
&lt;/p&gt;</code></pre>
<p>I wrote a small WordPress gSlideShow widget <a href="http://www.phtagr.org/old/phtagrorg/2008/07/gslideshow-01tar.gz"></a>plugin (based <a href="http://wordpress.org/extend/plugins/flickr-rss/">FlickrRSS</a>) on  which embeds your Media RSS to your blog <a href="http://www.phtagr.org/old/phtagrorg/2008/07/gslideshow-01tar.gz">(download)</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2008/07/26/embedded-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

