<?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>S V N Labs Softwares &#187; YouTube Video Resizer</title>
	<atom:link href="http://blog.svnlabs.com/tag/youtube-video-resizer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Entrepreneur, Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:59:32 +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>Youtube / Vimeo embed resizer</title>
		<link>http://blog.svnlabs.com/youtube-vimeo-embed-resizer/</link>
		<comments>http://blog.svnlabs.com/youtube-vimeo-embed-resizer/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 10:58:32 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[Concentrate]]></category>
		<category><![CDATA[Imagine]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Observe]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[How to resize video]]></category>
		<category><![CDATA[package for videos]]></category>
		<category><![CDATA[resize youtube video]]></category>
		<category><![CDATA[resizer snippet]]></category>
		<category><![CDATA[video embed resizer]]></category>
		<category><![CDATA[videoresizer]]></category>
		<category><![CDATA[Youtube plugin for modx]]></category>
		<category><![CDATA[youtube resize]]></category>
		<category><![CDATA[YouTube Video Resizer]]></category>
		<category><![CDATA[youtube width/height]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=1231</guid>
		<description><![CDATA[Hits: 228&#160;&#160;Resizes a Youtube / Vimeo embed code from a Template variable with the variables given in the snippet call&#8230; 1- Create a new Snippet and call it  videoresizer 2- Copy &#8211; paste the content of videoresizer.snippet.txt on your new snippet 3- Enjoy! Example: [[videoresizer? &#038;id='[*id*]&#8216; &#038;width=&#8217;300&#8242; &#038;height=&#8217;350&#8242; &#038;my_tv=&#8217;video&#8217;]] videoresizer.snippet.txt &#60;?php //////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Snippet [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/youtube-vimeo-embed-resizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize YouTube Video</title>
		<link>http://blog.svnlabs.com/resize-youtube-video/</link>
		<comments>http://blog.svnlabs.com/resize-youtube-video/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 16:27:08 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[customize youtube video]]></category>
		<category><![CDATA[How to resize video]]></category>
		<category><![CDATA[Player Customization]]></category>
		<category><![CDATA[resize youtube video]]></category>
		<category><![CDATA[youtube resize]]></category>
		<category><![CDATA[youtube video]]></category>
		<category><![CDATA[YouTube Video Resizer]]></category>
		<category><![CDATA[youtube width/height]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=245</guid>
		<description><![CDATA[Hits: 109&#160;&#160;Here is the code how to resize youtube video embed code, even this code will work to non-youtube embed videos&#8230;.. &#60;?php $embed = &#8216;&#60;object width=&#8221;425&#8243; height=&#8221;344&#8243;&#62;&#60;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/jWDmG3JnNLE&#38;hl=en_US&#38;fs=1&#38;&#8221;&#62;&#60;/param&#62;&#60;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&#62;&#60;/param&#62;&#60;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&#62;&#60;/param&#62;&#60;embed src=&#8221;http://www.youtube.com/v/jWDmG3JnNLE&#38;hl=en_US&#38;fs=1&#38;&#8221; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;425&#8243; height=&#8221;344&#8243;&#62;&#60;/embed&#62;&#60;/object&#62;&#8217;; //$alt = preg_match_all(&#8216;/(width&#124;height)=(&#8220;[^"]*&#8221;)/i&#8217;, $embed, $matches); $embed = preg_replace(&#8216;/(width)=(&#8220;[^"]*&#8221;)/i&#8217;, &#8216;width=&#8221;200&#8243;&#8216;, $embed); $embed = preg_replace(&#8216;/(height)=(&#8220;[^"]*&#8221;)/i&#8217;, &#8216;height=&#8221;200&#8243;&#8216;, $embed); echo [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/resize-youtube-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

