<?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: Change preview on the home overview page to a youtube video</title>
		<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video</link>
		<description>Support Forum - Topic: Change preview on the home overview page to a youtube video</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:39:06 +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/change-preview-on-the-home-overview-page-to-a-youtube-video" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23635</link>
			<pubDate>Thu, 28 Jul 2011 06:36:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you found a solution. It's not very versatile but maybe it helps others :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23518</link>
			<pubDate>Tue, 26 Jul 2011 12:41:24 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23518@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright, thanks a lot, solved it.&#60;/p&#62;
&#60;p&#62;For other guys: Modify the index.php and archive.php files:&#60;/p&#62;
&#60;p&#62;Add:&#60;br /&#62;
&#60;code&#62;$tubor = str_replace(&#38;quot;watch?v=&#38;quot;, &#38;quot;embed/&#38;quot;, get_post_meta($post-&#38;gt;ID, &#38;quot;_preview_big&#38;quot;, true));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Comment this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;/*echo &#34;&#38;lt; a href='&#34;.$imagelink.&#34;'&#38;gt;&#34;;&#60;br /&#62;
if($featured == 'yes') echo &#34;&#38;lt;span class='featured_entry'&#38;gt;&#38;lt;/span&#38;gt;&#34;;&#60;br /&#62;
echo $small_prev_image;&#60;br /&#62;
echo $big_prev_image;&#60;br /&#62;
echo &#34;&#34;;*/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and add this directly below:&#60;br /&#62;
&#60;code&#62;echo &#34;&#38;lt;iframe width=\&#34;180\&#34; height=\&#34;132\&#34; src=\&#34;&#34; . $tubor . &#34;\&#34; frameborder=\&#34;0\&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#34;;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23502</link>
			<pubDate>Tue, 26 Jul 2011 10:28:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23502@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hard to say because it depends on the approach you take. You can modify the thumb generation function in framework\helper_functions/kriesi_post_thumb.php or you can implement a the youtube code in single.php, index.php, etc. Basically you'd need to replace all occurences of kriesi_post_thumb() function with your custom code which checks for videos first and adjusts the output accordingly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23501</link>
			<pubDate>Tue, 26 Jul 2011 09:54:45 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just tell me which files I have to modify for. Im able to play with php a bit. Crystal clear that you are not able to implement that for one person afterwards. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23497</link>
			<pubDate>Tue, 26 Jul 2011 08:57:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry - I should have read my first post. You're using Expose which doesn't support Youtube. It requires some custom code to implement it which is beyond the scope of this support forum. Only newer themes like Habitat+ support embedded videos in the portfolios. To be honest I don't think we'll implement this feature in expose.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23492</link>
			<pubDate>Tue, 26 Jul 2011 08:22:10 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, but&#60;/p&#62;
&#60;p&#62;here:&#60;br /&#62;
&#60;a href=&#34;http://www.abload.de/img/tube7k7l.png&#34; rel=&#34;nofollow&#34;&#62;http://www.abload.de/img/tube7k7l.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23468</link>
			<pubDate>Tue, 26 Jul 2011 06:12:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Click on the &#34;upload&#34; button (in the &#34;add featured media&#34; section), then instead of &#34;From Computer&#34; choose &#34;From Url&#34; and enter your youtube/vimeo link in the url field. Then click on &#34;Insert into Post&#34;. That's it :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23451</link>
			<pubDate>Mon, 25 Jul 2011 19:37:58 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please give me a hint for that small fix
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23220</link>
			<pubDate>Thu, 21 Jul 2011 12:26:16 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
sorry for the lack of clarity. Basically, I want to insert a youtube video there - no lightbox - thats all. I just need to know how to access the appropriate youtube link from the backend and then which file I have to modify for. Thanks for helping out so far! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23126</link>
			<pubDate>Wed, 20 Jul 2011 01:24:58 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">23126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
so if I get it right you want to remove the big hover image .. you'd want to make the images clickable and they'd open a lightbox with a youtube video? Well yes it's possible but it wasn't made to do this at all, I believe you'd have to modify quite a lot, including some core elements of the gallery script itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23072</link>
			<pubDate>Tue, 19 Jul 2011 08:31:32 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">23072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I don't care about the big preview thumb with the hover effect actually. The question is if it is possible to implement lightbox there and be able to access the youtube link from the backend from every product at the overview site? Would be great if you can give me hints on which files I have to modify.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-23048</link>
			<pubDate>Tue, 19 Jul 2011 05:51:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
at the moment it's only possible to add youtube videos to single entries ( &#34;Full Size Pic or Video for Lightbox&#34; field ). Implementing a lightbox on the gallery view would destroy the big preview thumb hover effect and requires some work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbs-webdesign on "Change preview on the home overview page to a youtube video"</title>
			<link>http://www.kriesi.at/support/topic/change-preview-on-the-home-overview-page-to-a-youtube-video#post-22996</link>
			<pubDate>Mon, 18 Jul 2011 11:48:23 +0000</pubDate>
			<dc:creator>jbs-webdesign</dc:creator>
			<guid isPermaLink="false">22996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;is it possible changing the preview image on the overview page to a youtube video preview? (from the url inserted in the backend on the &#34;new article&#34; site). So basically, removing the existing hover image, making a clickable lightbox which displays the video then. Is there a way to access this youtube url from the overview site?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Jakob
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
