<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: How to add rel=&#34;prettyPhoto[iframes] to slideshow links?</title>
		<link>http://www.kriesi.at/support/topic/how-to-add-relprettyphotoiframes-to-slideshow-links</link>
		<description>Support Forum - Topic: How to add rel=&quot;prettyPhoto[iframes] to slideshow links?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:06:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-add-relprettyphotoiframes-to-slideshow-links" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "How to add rel=&#34;prettyPhoto[iframes] to slideshow links?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-relprettyphotoiframes-to-slideshow-links#post-1043</link>
			<pubDate>Tue, 27 Jul 2010 12:53:47 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1043@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad I could help. Let me know if there's any other questions you have. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonvie on "How to add rel=&#34;prettyPhoto[iframes] to slideshow links?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-relprettyphotoiframes-to-slideshow-links#post-1036</link>
			<pubDate>Tue, 27 Jul 2010 12:36:31 +0000</pubDate>
			<dc:creator>tonvie</dc:creator>
			<guid isPermaLink="false">1036@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;perfect. thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to add rel=&#34;prettyPhoto[iframes] to slideshow links?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-relprettyphotoiframes-to-slideshow-links#post-1027</link>
			<pubDate>Tue, 27 Jul 2010 12:01:26 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1027@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is the video being hosted from? You can add this domain to the array of videoService domains so the class will be applied automatically.&#60;/p&#62;
&#60;p&#62;Open up /framework/helper_functions/lots_of_small_helpers.php and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case &#38;#39;videoService&#38;#39;:
	$haystack = array(&#38;#39;youtube.com/&#38;#39;,&#38;#39;vimeo.com/&#38;#39;);
break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If the video server was &#60;a href=&#34;http://myvideoserver.com&#34; rel=&#34;nofollow&#34;&#62;http://myvideoserver.com&#60;/a&#62; you should change the code to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;case &#38;#39;videoService&#38;#39;:
	$haystack = array(&#38;#39;youtube.com/&#38;#39;,&#38;#39;vimeo.com/&#38;#39;,&#38;#39;myvideoserver.com/&#38;#39;);
break;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tonvie on "How to add rel=&#34;prettyPhoto[iframes] to slideshow links?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-relprettyphotoiframes-to-slideshow-links#post-989</link>
			<pubDate>Tue, 27 Jul 2010 07:19:40 +0000</pubDate>
			<dc:creator>tonvie</dc:creator>
			<guid isPermaLink="false">989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I consulted the website kriesi referred me to (&#60;a href=&#34;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#34; rel=&#34;nofollow&#34;&#62;http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/&#60;/a&#62;) to see if playing videos other than video and youtube in the slider were possible. It is, it just requires adding 'add rel=&#34;prettyPhoto[iframes]' to the link.&#60;/p&#62;
&#60;p&#62;I see in kclass_display_slideshow.php the following:&#60;/p&#62;
&#60;p&#62;//check if its a video link&#60;br /&#62;
else if(kriesi_is_file($imageLink, &#34;videoService&#34;)) { $addClass = &#34;rel='lightbox[slider]'&#34;; }&#60;/p&#62;
&#60;p&#62;Simply changing that line doesn't help because apparently the link I'm putting in there isn't recognized as a &#34;videoService&#34;.&#60;/p&#62;
&#60;p&#62;Ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
