<?xml version="1.0" encoding="UTF-8"?><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>Comments on: List/Display YouTube Videos With MagpieRSS</title>
	<atom:link href="http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/</link>
	<description>Anything Web</description>
	<pubDate>Fri, 21 Nov 2008 00:48:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: crazy.works</title>
		<link>http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/#comment-121</link>
		<dc:creator>crazy.works</dc:creator>
		<pubDate>Wed, 17 Sep 2008 18:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=13#comment-121</guid>
		<description>hello , 

i wanna make a small video sharing script , i need to show the videos in my script from youtube and google with the all data (thumbnail, the title and description),
so i wrote a code to put the video link in the $url  then i limit the video type if its youtube or google to show the video in the script and i succeed on that 
but i cant output the  video thumbnail, the title and description and i dont know how can i do it

so if that is my code

----------------------------------------------------------------------------------------------------------------------

 youtube ...... site_type=2 --&#62; google*/

$url = "http://www.youtube.com/watch?v=9IOpuGVoyCk";      /*put here the video link*/
$parts = explode("=", $url); 
$video_id = $parts[1];   

if ($site_type == '1') { 
?&#62;


&#60;object type="application/x-shockwave-flash" width="444" height="333"
 data="http://www.youtube.com/v/"&#62;


  

&#60;object type="application/x-shockwave-flash" width="444" height="333"
 data="http://video.google.com/googleplayer.swf?docId=&#38;hl=en&#38;stop=true&#38;playerMode=simple"&#62;


 

---------------------------------------------------------------------------------------------------------------------------------

 if u opened it on your browser it will show the video only without the other needed data,
 just some body help me to add function or code in it to show the thumbnail, the title and description under the video 
, resend me the code back after the editing on it and i will be thankful for that

thanks</description>
		<content:encoded><![CDATA[<p>hello , </p>
<p>i wanna make a small video sharing script , i need to show the videos in my script from youtube and google with the all data (thumbnail, the title and description),<br />
so i wrote a code to put the video link in the $url  then i limit the video type if its youtube or google to show the video in the script and i succeed on that<br />
but i cant output the  video thumbnail, the title and description and i dont know how can i do it</p>
<p>so if that is my code</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p> youtube &#8230;&#8230; site_type=2 &#8211;&gt; google*/</p>
<p>$url = &#8220;http://www.youtube.com/watch?v=9IOpuGVoyCk&#8221;;      /*put here the video link*/<br />
$parts = explode(&#8221;=&#8221;, $url);<br />
$video_id = $parts[1];   </p>
<p>if ($site_type == &#8216;1&#8242;) {<br />
?&gt;</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;444&#8243; height=&#8221;333&#8243;<br />
 data=&#8221;http://www.youtube.com/v/&#8221;&gt;</p>
<p>&lt;object type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;444&#8243; height=&#8221;333&#8243;<br />
 data=&#8221;http://video.google.com/googleplayer.swf?docId=&amp;hl=en&amp;stop=true&amp;playerMode=simple&#8221;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p> if u opened it on your browser it will show the video only without the other needed data,<br />
 just some body help me to add function or code in it to show the thumbnail, the title and description under the video<br />
, resend me the code back after the editing on it and i will be thankful for that</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Outta Bounds &#187; Blog Archive &#187; That&#8217;s one way to build a dynamic front page for WPMU&#8230;</title>
		<link>http://blog.netweblogic.com/php/tutorials/listdisplay-youtube-videos-with-magpierss/#comment-116</link>
		<dc:creator>Outta Bounds &#187; Blog Archive &#187; That&#8217;s one way to build a dynamic front page for WPMU&#8230;</dc:creator>
		<pubDate>Tue, 09 Sep 2008 13:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.netweblogic.com/?p=13#comment-116</guid>
		<description>[...] a few resources online particularly useful, listed below: PHP and RSS: Getting it Together from IBM List/Display YouTube Videos with MagpieRSS from NetWebLogic PHP, XML, and Character Encodings from [...]</description>
		<content:encoded><![CDATA[<p>[...] a few resources online particularly useful, listed below: PHP and RSS: Getting it Together from IBM List/Display YouTube Videos with MagpieRSS from NetWebLogic PHP, XML, and Character Encodings from [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
