<?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>Dynasty Web Solutions - 949.212.1057 &#187; How to YouTube</title>
	<atom:link href="http://orangecountycustomwebsitedesign.com/category/how-to-youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://orangecountycustomwebsitedesign.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 22:53:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.1" />
<meta name="Framework Version" content="1.1" />


		<item>
		<title>Change the YouTube Embed Image to Custom Image</title>
		<link>http://orangecountycustomwebsitedesign.com/change-the-youtube-embed-image-to-custom-image/</link>
		<comments>http://orangecountycustomwebsitedesign.com/change-the-youtube-embed-image-to-custom-image/#comments</comments>
		<pubDate>Mon, 14 May 2012 09:58:43 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Ninja Tricks]]></category>
		<category><![CDATA[YouTube Channel]]></category>
		<category><![CDATA[YouTube Options]]></category>
		<category><![CDATA[youtube tricks]]></category>

		<guid isPermaLink="false">http://orangecountycustomwebsitedesign.com/?p=3740</guid>
		<description><![CDATA[If you want a specific preview image for your YouTube video, you’re pretty much out of luck. When you upload a video, YouTube chooses 3 frames from your video based on an algorithm that might or might not be random. There are tips around for trying to game their algorithm, but that might be a [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>If you want a specific preview image for your YouTube video, you’re pretty much out of luck. When you upload a video, YouTube chooses 3 frames from your video based on an algorithm that might or might not be random. There are tips around for trying to game their algorithm, but that might be a little unethical and it’s unreliable since they’ve changed the algorithm over time. I think at youtube.com they’re welcome to do whatever they want, but when I’m displaying an embedded video on my own site I should be able to present the video with my choice of preview image – they’re my users and if I want to then I should be able to! I thought I would never find a way until now. Check it out below!</p>
<hr />
<strong><br />
<h3>Before:</h3>
<p></strong><br />
<object width="560" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="560" height="315" type="application/x-shockwave-flash" src="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<hr />
<strong><br />
<h3>After:</h3>
<p></strong></p>
<div onclick="thevid=document.getElementById('thevideo'); thevid.style.display='block'; this.style.display='none'"><img style="cursor: pointer;" src="http://dwssite.com/wp-content/uploads/2012/02/YT-pic.jpg" alt="" /></div>
<div id="thevideo" style="display: none;"><object width="560" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US&amp;autoplay=1" /><param name="allowfullscreen" value="true" /><embed width="560" height="315" type="application/x-shockwave-flash" src="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US&amp;autoplay=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></div>
<hr />
<div>The method uses two “div” containers, one containing the replacement preview image and one containing the video embed code. The video is hidden using inline CSS and a bit of JavaScript toggles the image hidden and the video visible when the image is clicked. The image should be the same size of the video and should probably have some sort of “play” symbol so users know to click it.<br />
<strong>Here’s the code for the containers:</strong></div>
<p>&nbsp;</p>
<p><code>&lt;div onclick="thevid=document.getElementById('thevideo'); thevid.style.display='block'; this.style.display='none'"&gt;&lt;img src="IMAGE_PATH_URL" style="cursor:pointer" /&gt;&lt;/div&gt;&lt;div id="thevideo" style="display:none"&gt;</code></p>
<p>(put the YouTube embed stuff here)</p>
<p><code>&lt;/div&gt;</code></p>
<p><a href="http://orangecountycustomwebsitedesign.com/youtube-embed-code-options-%E2%80%93-have-it-autoplay/">CHECK OUT OTHER YOUTUBE EMBED TRICKS</a></p>
<p><strong><br />
<h3>That&#8217;s it!</h3>
<p></strong></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/change-the-youtube-embed-image-to-custom-image/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Stream Your YouTube Channel On A Page Inside Your WordPress Website</title>
		<link>http://orangecountycustomwebsitedesign.com/stream-your-youtube-channel-on-a-page-inside-your-wordpress-website/</link>
		<comments>http://orangecountycustomwebsitedesign.com/stream-your-youtube-channel-on-a-page-inside-your-wordpress-website/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 05:19:07 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Video Gallery]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mrinternettips.com/?p=537</guid>
		<description><![CDATA[WordPress shortcodes are great. They let you perform complex operations or display dynamic content with just a tiny bit of text in any page or post. I recently needed a way to embed the most recent videos from a Youtube channel (very dynamic information) in a WordPress page, so I decided to write a shortcode [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 38px 0 0 63px; margin: 0 auto; width: 610px; height: 335px; background: url('http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/skin7.png') no-repeat top left; text-align: left;"><object width="467" height="262" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/UJGDp5Q8ysM?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="467" height="262" type="application/x-shockwave-flash" src="http://www.youtube.com/v/UJGDp5Q8ysM?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></div>
<table style="text-align: left; width: 0;" border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="vertical-align: top;"></td>
<td style="vertical-align: top;"><img style="width: 203px; height: 56px;" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/03/Cast-Vote.jpg" alt="" /></td>
</tr>
</tbody>
</table>
<p>WordPress shortcodes are great. They let you perform complex operations or display dynamic content with just a tiny bit of text in any page or post.</p>
<p>I recently needed a way to embed the most recent videos from a Youtube channel (very dynamic information) in a WordPress page, so I decided to write a shortcode for it.</p>
<div class="su-divider"></div>
<p>The code is actually pretty simple. Just add the following to your theme’s functions.php file:</p>
<h2><span style="color: #ff0000;">COPY CODE BELOW</span></h2>
<pre class="wp-code-highlight prettyprint">function youtube_feed_shortcode($atts)
{
// Defaults:
extract(shortcode_atts(array(
'user' =&amp;gt; 'mrinternettips', // youtube user
'limit' =&amp;gt; 5, // maximum number of videos
'height' =&amp;gt; 385, // video height
'width' =&amp;gt; 480 // video width
), $atts));
$data = @json_decode(file_get_contents('http://gdata.youtube.com/feeds/api/users/'.$user.'/uploads?alt=json'), TRUE);
$counter = 0;
$content = '&lt;/code&gt;
&lt;div class=&quot;youtubefeed&quot;&gt;';
foreach($data['feed']['entry'] as $vid)
{
$url = $vid['media$group']['media$content'][0]['url'];
$title = $vid['title']['$t'];
$ycontent = $vid['content']['$t'];
$content.= '&lt;object width=&quot;'.$width.'&quot; height=&quot;'.$height.'&quot; classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;'.$url.'&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;opaque&quot; /&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;embed width=&quot;'.$width.'&quot; height=&quot;'.$height.'&quot; type=&quot;application/x-shockwave-flash&quot; src=&quot;'.$url.'&quot; allowFullScreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; wmode=&quot;opaque&quot; allowfullscreen=&quot;true&quot; /&gt;'.''.''.''.'&lt;/object&gt;'.
'
&lt;div class=&quot;youtubetitle&quot;&gt;'.$title.'&lt;/div&gt;
'.
'
&lt;div class=&quot;youtubecontent&quot;&gt;'.$ycontent.'&lt;/div&gt;
'.&quot;n&quot;;
$counter++;
if($counter == $limit)
{
break;
}
}
$content .= '

&lt;/div&gt;
';
return $content;
}
add_shortcode('youtubefeed', 'youtube_feed_shortcode');
</pre>
<p>The shortcode below is completely configurable. </p>
<pre class="wp-code-highlight prettyprint">[youtubefeed user=&quot;YourChannel Name Here&quot; limit=&quot;3&quot; height=&quot;385&quot; width=&quot;560&quot;]</pre>
<p>You can change any option as needed.</p>
<p>You might have noticed the code gives each element a particular class to make it CSS friendly. All you have to do is add CSS rules for three classes: .youtubefeed, .youtubetitle, and .youtubecontent.</p>
<div class="su-divider"></div>
<p>My stylesheet looks like this: (this will be your style.css file)</p>
<h2><span style="color: #ff0000;">COPY CODE BELOW</span></h2>
<pre class="wp-code-highlight prettyprint">.youtubefeed {
margin: 10px;
text-align: center;
}
.youtubetitle {
font-size: 1.6em;
font-weight: bold;
margin: 3px;
}
.youtubecontent {
margin-bottom: 30px;
text-align: left;
}</pre>
<h2>Other Plugin That Will Do This:</h2>
<p><a href="http://wordpress.org/extend/plugins/tubepress/" rel="nofollow" target="_blank">TubePress</a></p>
<p><a href="http://wordpress.org/extend/plugins/tubematic/" rel="nofollow" target="_blank">TubeMatic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/stream-your-youtube-channel-on-a-page-inside-your-wordpress-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove YouTube Player Controls and Title</title>
		<link>http://orangecountycustomwebsitedesign.com/remove-youtube-player-controls-and-title/</link>
		<comments>http://orangecountycustomwebsitedesign.com/remove-youtube-player-controls-and-title/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 15:49:33 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Video Marketing]]></category>
		<category><![CDATA[Video Blog]]></category>
		<category><![CDATA[Video Blogging]]></category>
		<category><![CDATA[Video Sharing Sites]]></category>
		<category><![CDATA[YouTube Options]]></category>

		<guid isPermaLink="false">http://mrinternettips.com/?p=2676</guid>
		<description><![CDATA[We all love options right?  What if you wanted to embed a YouTube video on your site without the title or controls being visible?  Now you can following these easy steps below.  It will make your player look much more sleek and sexy on your website.  See before and after shot below.   Step 1 [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 38px 0 0 63px; margin: 0 auto; width: 610px; height: 335px; background: url('http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/skin7.png') no-repeat top left; text-align: left;"><object width="467" height="262" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SKoKJQgHo68?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="467" height="262" type="application/x-shockwave-flash" src="http://www.youtube.com/v/SKoKJQgHo68?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></div>
<table style="text-align: left; width: 0;" border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td style="vertical-align: top;"></td>
<td style="vertical-align: top;"><img style="width: 203px; height: 56px;" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/03/Cast-Vote.jpg" alt="" /></td>
</tr>
</tbody>
</table>
<p><strong>We all love options right?</strong>  What if you wanted to embed a YouTube video on your site without the title or controls being visible?  Now you can following these easy steps below.  It will make your player look much more sleek and sexy on your website.  See before and after shot below.</p>
<p><img class="aligncenter size-full wp-image-2684" title="Before-After-Pic" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/Before-After-Pic.jpg" alt="" width="610" height="181" /></p>
<p> 
<div class="su-divider"></div>
</p>
<p><strong><span style="font-size: medium;">Step 1</span></strong></p>
<p>Visit YouTube and copy the embed code from the video you wish to add to your website.</p>
<p><img class="aligncenter size-full wp-image-2687" title="Get Youtube Embed Code" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/Get-Youtube-Embed-Code.jpg" alt="" width="612" height="500" /></p>
<p> 
<div class="su-divider"></div>
</p>
<p><span style="font-size: medium;"><strong>Step 2<br /></strong></span></p>
<p>Paste the embed code into your webpage and look for the <strong>video file URL</strong> within the code.   This will in 2 places withing the code.   See picture below for an example of this.  URL will be in this format: http://www.youtube.com/v/XXXXXXX  &#8211; <strong>&#8220;XXXXXX&#8221; is the video ID</strong></p>
<p><img class="aligncenter size-full wp-image-2690" title="Video ID Pic" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/Video-ID-Pic.jpg" alt="" width="609" height="279" /></p>
<p> 
<div class="su-divider"></div>
</p>
<p><strong><span style="font-size: medium;">Step 3</span><br /> </strong></p>
<p>Paste the follow bit of code directly after the <span style="font-size: large; background-color: #ffff00;">?</span> in both places <span style="background-color: #ffff00;"><strong>modestbranding=1;autohide=1&amp;amp;showinfo=0&amp;amp;controls=0;</strong></span></p>
<p><img class="aligncenter size-full wp-image-2693" title="Remove Title and Controls code" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/Remove-Title-and-Controls-code.jpg" alt="" width="609" height="296" /></p>
<h2><span style="font-size: large;"><strong>That&#8217;s it!  See examples below.</strong></span></h2>
<p><strong><span style="font-size: large;">How Player Looks WithTitle &amp; Controls</span></strong></p>
<p><object width="610" height="345" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="610" height="345" type="application/x-shockwave-flash" src="http://www.youtube.com/v/De_x9NVCEy4?version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></p>
<p><strong><span style="font-size: large;">How Player Looks Without Title &amp; Controls</span></strong></p>
<p><object width="610" height="345" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/De_x9NVCEy4??modestbranding=1;autohide=1&amp;showinfo=0&amp;controls=0;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="610" height="345" type="application/x-shockwave-flash" src="http://www.youtube.com/v/De_x9NVCEy4??modestbranding=1;autohide=1&amp;showinfo=0&amp;controls=0;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></p>
<p><span style="color: #ff0000;"><strong>Leave me a comment below if you want to know how to put a cool image around it.</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/remove-youtube-player-controls-and-title/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>FREE Custom Youtube Channel Template</title>
		<link>http://orangecountycustomwebsitedesign.com/free-custom-youtube-channel-templates/</link>
		<comments>http://orangecountycustomwebsitedesign.com/free-custom-youtube-channel-templates/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 02:00:53 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Video Marketing]]></category>
		<category><![CDATA[Video Blogging]]></category>
		<category><![CDATA[YouTube Channel]]></category>
		<category><![CDATA[YouTube Options]]></category>

		<guid isPermaLink="false">http://mrinternettips.com/?p=1064</guid>
		<description><![CDATA[Stand out on YouTube with a Custom Template. It’s simple. Select a template below, then download it. Once it’s downloaded, you can open it up in Photoshop or Gimp and begin editing. All layers are nicely labeled. There is a video below that will show you how to make changes to your template. ___________________________________ Premium [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 38px 0 0 63px; margin: 0 auto; width: 610px; height: 335px; background: url('http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/skin7.png') no-repeat top left; text-align: left;"><object width="467" height="262" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/coGr3pP8J5g?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="467" height="262" type="application/x-shockwave-flash" src="http://www.youtube.com/v/coGr3pP8J5g?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></div>
<p><strong>Stand out on YouTube with a Custom Template. It’s simple. Select a template below, then download it. Once it’s downloaded, you can open it up in Photoshop or Gimp and begin editing. All layers are nicely labeled. There is a video below that will show you how to make changes to your template.</strong></p>
<p><img class="aligncenter size-full wp-image-1087" title="timthumb.php" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/03/timthumb.php_.png" alt="" width="559" height="250" /></p>
<h3>___________________________________<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></h3>
<h1>Premium Template $4.99</h1>
<p><span style="color: #ff0000;">click image below to preview</span></p>
<p><a href="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/04/You-Tube-Template.jpg" rel="prettyPhoto" class="lightbox" ><img class=" alignnone" style="margin: 10px;" title="Smaller-Paid-Youtube-Template-Thumb" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/04/Smaller-Paid-Youtube-Template-Thumb.jpg" alt="" width="178" height="161" /></a></p>
<p><strong>Purchase this premium YouTube Template for personal use or your business which has easy to edit features like:</strong></p>
<p>~ Full color change abilty<br /> ~ Photo or Logo<br /> ~ Company Name<br /> ~ Website Address<br /> ~ Blog, Facebook, and Twitter Icons with addresses</p>
<h3>BONUS &#8211; Ultimate YouTube Guide</h3>
<p><img class="size-full wp-image-2247 alignright" title="Youtube-Guide-Book-Image" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Youtube-Guide-Book-Image.jpg" alt="" width="222" height="246" /><br /> <strong>Along with your purchase of the premium YouTube Template you will receive an E-Book called the Ultimate YouTube Guide full of tips like:.</strong></p>
<p>~ Creating your YouTube account the right way<br /> ~ How prospects can find your videos<br /> ~ Using the right Title and Description for your videos<br /> ~ Understanding how to use tags<br /> ~ 7 Underground Secret Strategies</p>
<div style="text-align: right;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="8MLUHKDETMWWS" />
<input type="image" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></form>
</div>
<p>__________________________________________________</p>
<h1>Basic Template FREE</h1>
<p><span style="color: #ff0000;">click image below to preview</span></p>
<p><a href="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Free-You-Tube-Template.jpg" rel="prettyPhoto" class="lightbox" ><img class=" alignnone" style="margin: 10px;" title="Smaller-Paid-Youtube-Template-Thumb" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Smaller-Free-Youtube-Template-Thumb.jpg" alt="" width="178" height="161" /></a></p>
<p><strong>Download this Basic YouTube Template for personal use or your business which has easy to edit features like:</strong></p>
<p>~ Full color change abilty</p>
<p>Download this <a href="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Free-You-Tube-Template.zip">Zip file</a> and unpack it to open up the Photoshop file and begin editing your YouTube Channel Template.</p>
<div><a href="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Free-You-Tube-Template.zip"><img src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/12/Download-button.jpg" alt="" width="161" height="74" /></a></div>
<h3>__________________________________________<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /></h3>
<h3><a href="../custom-fan-page-with-facebook-video-embeded/">You may also be interested in a Facebook Fan Page Template with Video CLICK HERE to View</a></h3>
<h3><a href="http://orangecountycustomwebsitedesign.com/custom-fan-page-with-facebook-video-embeded/"><img src="https://www.paypal.com/en_US/i/scr/pixel.gif" alt="" width="1" height="1" border="0" /><img class="size-full wp-image-1315 alignleft" title="Price" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/05/Price.jpg" alt="" width="610" height="100" /></a></h3>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/free-custom-youtube-channel-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Any Video From YouTube</title>
		<link>http://orangecountycustomwebsitedesign.com/download-any-video-from-youtube-2/</link>
		<comments>http://orangecountycustomwebsitedesign.com/download-any-video-from-youtube-2/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 18:51:46 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Ninja Tricks]]></category>
		<category><![CDATA[Video Gallery]]></category>
		<category><![CDATA[Video Marketing]]></category>
		<category><![CDATA[Video Blog]]></category>
		<category><![CDATA[Video Blogging]]></category>
		<category><![CDATA[Video Sharing Sites]]></category>
		<category><![CDATA[YouTube Channel]]></category>
		<category><![CDATA[YouTube Options]]></category>

		<guid isPermaLink="false">http://mrinternettips.com/?p=510</guid>
		<description><![CDATA[If you want to download YouTube videos easily in multiple formats then move to KickTube.com. There is a box given on the site. Copy-and-paste a YouTube video URL and click on the “Download” button. A warning box pop up to your screen. Click the “Run” button and that’s it. It will show you all the [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 38px 0 0 63px; margin: 0 auto; width: 610px; height: 335px; background: url('http://orangecountycustomwebsitedesign.com/wp-content/uploads/2011/08/skin7.png') no-repeat top left; text-align: left;"><object width="467" height="262" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/QahbLXScjxM?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" /><param name="allowfullscreen" value="true" /><param name="wmode" value="opaque" /><embed width="467" height="262" type="application/x-shockwave-flash" src="http://www.youtube.com/v/QahbLXScjxM?modestbranding=1;version=3&amp;hl=en_US&amp;rel=0&amp;hd=1&amp;autohide=1&amp;showinfo=0&amp;controls=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" wmode="opaque" /></object></div>
<p>If you want to <a href="http://www.blogtechnika.com/simplest-way-to-download-youtube-video-in-flv-mp4-and-audio-mp4-format" target="_blank">download YouTube</a> videos easily in multiple formats then move to KickTube.com. There is a box given on the site. Copy-and-paste a YouTube video URL and click on the “Download” button. A warning box pop up to your screen. Click the “Run” button and that’s it. It will show you all the possible download formats available. Click on the download link and your browser will prompt you to save the video on your computer .</p>
<p><img title="download-youtube-video" src="http://www.blogtechnika.com/web/wp-content/uploads/2011/01/download-youtube-video.png" alt="download-youtube-video" width="600" height="228" border="0" /></p>
<p>The available formats are FLV, MP4, AVI, MPEG, WMV, MOV formats in Low Quality – 400×226, Medium Quality – 640×360 and High Quality – 854×480. The service is free to use and no registration or authentication needed.</p>
<p>There is one more method by which you can download YouTube video and that is an easier one. While watching video on YouTube website just type “save” in front of the YouTube video URL. For example if the URL of video is <em>http://youtube.com/watch?v=kN0SVBCJqLs</em> then type <em>http://saveyoutube.com/watch?v=kN0SVBCJqLs</em> and hit Enter. It will redirect you directly to kicktube website and gives you options to download video in available formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/download-any-video-from-youtube-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crazy YouTube Stats!</title>
		<link>http://orangecountycustomwebsitedesign.com/crazy-youtube-stats/</link>
		<comments>http://orangecountycustomwebsitedesign.com/crazy-youtube-stats/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 03:22:28 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>

		<guid isPermaLink="false">http://orangecountycustomwebsitedesign.com/?p=1753</guid>
		<description><![CDATA[YOU WON&#8221;T BELIEVE SOME OF THESE STATS.]]></description>
			<content:encoded><![CDATA[<p>YOU WON&#8221;T BELIEVE SOME OF THESE STATS.<span id="more-1753"></span></p>
<p><img class="aligncenter size-full wp-image-1754" title="4611483703_3dcb43d3e1_o" src="http://orangecountycustomwebsitedesign.com/wp-content/uploads/2010/08/4611483703_3dcb43d3e1_o.png" alt="" width="565" height="5885" /></p>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/crazy-youtube-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Embed Code Options–Have it Autoplay</title>
		<link>http://orangecountycustomwebsitedesign.com/youtube-embed-code-options-%e2%80%93-have-it-autoplay/</link>
		<comments>http://orangecountycustomwebsitedesign.com/youtube-embed-code-options-%e2%80%93-have-it-autoplay/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 22:27:01 +0000</pubDate>
		<dc:creator>Jarrett Gucci</dc:creator>
				<category><![CDATA[How to YouTube]]></category>
		<category><![CDATA[Ninja Tricks]]></category>

		<guid isPermaLink="false">http://orangecountycustomwebsitedesign.com/?p=939</guid>
		<description><![CDATA[Here are some problems I face when embedding YouTube videos on my website. First, the user has to click on the “play” button for the video to play. People who are new to online video might not even know to how to do that. Second, at the end of the video, the “related videos” pop [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some problems I face when embedding YouTube videos on my website.</p>
<p>First, the user has to click on the “play” button for the video to play. People who are new to online video might not even know to how to do that.</p>
<p><img style="border: 0pt none; margin: 10px;" title="autoplay youtube" src="http://brianwong.com/blog/wp-content/uploads/2008/09/play.png" alt="autoplay youtube" width="379" height="241" border="0" hspace="4" vspace="4" /></p>
<p>Second, at the end of the video, the “related videos” pop up taking your visitor to other sites. In other words, off your site!</p>
<p><img style="border: 0pt none; margin: 10px;" title="Related-Videos" src="http://brianwong.com/blog/wp-content/uploads/2008/09/related-videos.png" alt="Related-Videos" width="430" height="243" border="0" hspace="4" vspace="4" /></p>
<p>So have you ever wanted your embedded YouTube video to automatically play (autoplay) when your page loads? How about turning off the “related video” feature at the end the video?</p>
<p>You’ve come to the right place. After much experimenting, here are all the YouTube embed code variations to get your video just the way you want it. Just replace the video URL with the video you want to embed:</p>
<p><strong>Default YouTube Embed Code:<br />
</strong>&lt;object width=”425″ height=”355″&gt;&lt;param name=”movie” value=”http://www.youtube.com/v/EBM854BTGL0&amp;autoplay=1″&gt;&lt;/param&gt;&lt;param name=”wmode” value=”transparent”&gt;&lt;/param&gt;&lt;embed src=”http://www.youtube.com/v/EBM854BTGL0&amp;rel=1&amp;border=0″ type=”application/x-shockwave-flash” wmode=”transparent”width=”425″ height=”344″&gt;&lt;/embed&gt;&lt;/object&gt;<br />
<strong><br />
Code to Autoplay a YouTube Movie:</strong><br />
&lt;embed src=”http://www.youtube.com/v/EBM854BTGL0<span style="color: #ff0000;"><strong>&amp;autoplay=1</strong></span>″ type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”344″&gt;&lt;/embed&gt;</p>
<p><strong>Code to turn off RELATED MOVIES at the end of the movie<br />
</strong>&lt;embed src=”http://www.youtube.com/v/EBM854BTGL0&amp;rel=0&amp;border=0″ width=”425″ height=”344″ type=”application/x-shockwave-flash” wmode=”transparent”&gt;&lt;/embed&gt;</p>
<p><strong>Code to Autoplay YouTube Movie AND turn OFF related movies at the end of the movie:</strong><br />
&lt;embed src=”http://www.youtube.com/v/EBM854BTGL0&amp;autoplay=1&amp;rel=0″ type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”344″&gt;&lt;/embed&gt;</p>
<p>Want to see what it looks like? Click on the image below to see a live example of the codes in action.</p>
<p><a href="http://brianwong.com/blog/other/youtube-embed-codes.htm" target="_blank"><img style="border: 1px solid black; margin: 10px;" title="YouTube Embed Code Options   Autoplay On or Off" src="http://brianwong.com/blog/wp-content/uploads/2008/09/picture-4.png" alt="Picture 4" width="300" height="284" border="1" hspace="4" vspace="4" /></a><br />
<a href="http://brianwong.com/blog/other/youtube-embed-codes.htm" target="_blank">Click on this link to get the codes and view the live example.</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://orangecountycustomwebsitedesign.com/youtube-embed-code-options-%e2%80%93-have-it-autoplay/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  orangecountycustomwebsitedesign.com/category/how-to-youtube/feed/ ) in 0.43538 seconds, on May 18th, 2012 at 2:44 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 3:44 am UTC -->
