<?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>WP Garage &#187; video</title>
	<atom:link href="http://wpgarage.com/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The ultimate guide to embedding HTML and iframes in WordPress</title>
		<link>http://wpgarage.com/tips/embed-html-iframes-wordpress/</link>
		<comments>http://wpgarage.com/tips/embed-html-iframes-wordpress/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 21:56:18 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[embed iframe]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[oEmbed]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://?p=918</guid>
		<description><![CDATA[<p>Embedding HTML and iframe content in the WordPress editor is annoying – the editor strips out elements so you end up with broken code, or no code at all. Right? Wrong (sort of)! For some reason, it seems that the vast majority of WordPress users are not aware that as of version 2.9 we can [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/embed-html-iframes-wordpress/">The ultimate guide to embedding HTML and iframes in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/embed-html-iframes-wordpress/" data-url="http://illum.in/grApG5" data-text="The ultimate guide to embedding HTML and iframes in WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/embed-html-iframes-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/embed-html-iframes-wordpress/"></g:plusone></div></div><p>Embedding HTML and iframe content in the <a href="http://wordpress.org" target="_blank">WordPress </a>editor is annoying – the editor strips out elements so you end up with broken code, or no code at all. Right?</p>
<p>Wrong (sort of)!</p>
<p>For some reason, it seems that the vast majority of WordPress users are not aware that as of version 2.9 we can all easily embed media like YouTube videos into the editor. All you have to do is paste the URL of the page with the item you want to embed into your post (this even works in the Visual editor), and the URL will magically turn into the embedded object.</p>
<p>Until WordPress version 2.9, one of the sanest ways (in my opinion) to embed videos in the WordPress editor was with the <a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" target="_blank">Viper’s Video Quicktags</a> plugin. You clicked an icon on the editor, pasted the URL of the page with the object to be embedded into a window, and poof! Your video was embedded properly.</p>
<p>Well, that very same Viper created a feature for <a href="http://www.viper007bond.com/2009/10/13/easy-embeds-for-wordpress-2-point-9/" target="_blank">easily embedding code in WordPress</a> that was incorporated into WP 2.9 that allows users to embed by inserting the URL only. The functionality depends on the <a href="http://www.oembed.com/" target="_blank">oEmbed</a> format, which allows an “embedded representation of a URL on third party sites.”</p>
<h2>Very nice, but how do I get it to work?</h2>
<p>In order for this to work, you need to make sure your site is configured to embed media from URLs. To do this, log in to your WordPress admin and:</p>
<ol>
<li>Go to Settings &gt; Media</li>
<li>Under Embeds select “When possible, embed the media content from a URL directly onto the page. For example: links to Flickr and YouTube.”</li>
<li>Save your settings.</li>
</ol>
<p><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="enable-wordpress-embeds" src="http://wpgarage.com/wp-content/uploads/2011/03/enable-wordpress-embeds.jpg" border="0" alt="enable-wordpress-embeds" width="640" height="80" /></p>
<p>Once that is selected, you can paste URLs from the following sites and they will yield the embedded object:</p>
<ul>
<li><a href="http://www.youtube.com/">YouTube</a></li>
<li><a href="http://vimeo.com/">Vimeo</a></li>
<li><a href="http://www.dailymotion.com/">DailyMotion</a></li>
<li><a href="http://blip.tv/">blip.tv</a></li>
<li><a href="http://www.flickr.com/">Flickr</a> (both videos and images)</li>
<li><a href="http://www.viddler.com/">Viddler</a></li>
<li><a href="http://www.hulu.com/">Hulu</a></li>
<li><a href="http://qik.com/">Qik</a></li>
<li><a href="http://revision3.com/">Revision3</a></li>
<li><a href="http://www.scribd.com/">Scribd</a></li>
<li><a href="http://photobucket.com/">Photobucket</a></li>
<li><a href="http://www.polldaddy.com/">PollDaddy</a></li>
<li><a href="http://video.google.com/">Google Video</a></li>
<li><a href="http://wordpress.tv/">WordPress.tv</a> (only <a href="http://videopress.com/">VideoPress</a>-type videos for the time being)</li>
<li><a href="http://www.smugmug.com/">SmugMug</a> (WordPress 3.0+)</li>
<li><a href="http://www.funnyordie.com/">FunnyOrDie.com</a> (WordPress 3.0+)</li>
</ul>
<p>Here’s an example:</p>
<p><a href="http://www.youtube.com/watch?v=z7hUBOGIXtY">http://www.youtube.com/watch?v=z7hUBOGIXtY</a></p>
<p>Ok, that’s not really an example, since all you see is a link. The reason it remained a link is because it’s hyperlinked (i.e. if you click on it, it will take you to that page), and it’s hyperlinked because when you enter a URL in the WordPress Visual editor, it automatically converts it to a hyperlink. This is probably the reason so many WordPress users aren’t aware of the ability to embed objects by just entering the URL.</p>
<p>In order to make the object appear, you have to remove the hyperlink so that the link is just text. To remove the hyperlink:</p>
<ol>
<li>Put your cursor anywhere on the link.</li>
<li>Click the broken link icon in the editor:<br />
<a href="wp-content/uploads/2011/03/wordpress-broken-link.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="wordpress-broken-link" src="http://wpgarage.com/wp-content/uploads/2011/03/wordpress-broken-link_thumb.jpg" border="0" alt="wordpress-broken-link" width="82" height="29" /></a></li>
</ol>
<p>Here’s the same link as above, with the hyperlink removed:</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/z7hUBOGIXtY?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/z7hUBOGIXtY?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The above works on both WordPress.com and WordPress.org sites. That’s good, but certainly not good enough. What about embedding presentations from <a href="http://slideshare.net" target="_blank">Slideshare</a>? Tweets from <a href="http://twitter.com" target="_blank">Twitter</a>? Well, read on for how to embed objects in this easy way from many more online services, not just the ones included in WordPress out of the box.</p>
<h2>Getting more out of oEmbed in WordPress</h2>
<p>Luckily there are ways to add other oEmbed providers to your site so you can embed media from numerous, even hundreds of different sites by just entering a URL in the WordPress editor. The WordPress Codex explains how you can <a href="http://codex.wordpress.org/Function_Reference/wp_oembed_add_provider" target="_blank">register oEmbed providers</a> to your site’s whitelist by calling a function from a plugin or your functions.php file. Nice, but a headache.</p>
<p>Another way to embed media from over 200 services in your WordPress site is by installing the <a href="http://wordpress.org/extend/plugins/embedly/" target="_blank">Embedly</a> plugin. The plugin uses the <a href="http://api.embed.ly/">Embedly API</a> to get the embed code and display it in a post.</p>
<p>To use Embedly, install the plugin, and then click on the Embedly area in the WordPress sidebar:</p>
<p><a href="wp-content/uploads/2011/03/embedly-sidebar.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="embedly-sidebar" src="http://wpgarage.com/wp-content/uploads/2011/03/embedly-sidebar_thumb.jpg" border="0" alt="embedly-sidebar" width="176" height="37" /></a></p>
<p>This takes you to an area that presents you with hundreds of services that you can choose to add support for in your site:</p>
<p><a href="wp-content/uploads/2011/03/embedly-configuration.jpg"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="embedly-configuration" src="http://wpgarage.com/wp-content/uploads/2011/03/embedly-configuration_thumb.jpg" border="0" alt="embedly-configuration" width="510" height="572" /></a></p>
<p>You can also see all the available services on the <a href="http://api.embed.ly/" target="_blank">Embedly API</a> page.</p>
<p>Embedly includes <a title="Twitter" href="http://twitter.com" target="_blank">twitter</a>, which is great. You just embed the URL of a specific tweet, and it turns it into a nice graphical format that pulls in the author&#8217;s avatar, name, and twitter background.</p>
<p>Here&#8217;s the URL of a tweet: <a href="http://twitter.com/#%21/photomatt/status/49253618385301504">http://twitter.com/#!/photomatt/status/49253618385301504</a>. Now here it is embedded:</p>
<p><!-- http://twitter.com/photomatt/statuses/49253618385301504 -->
<div id='embedly_twitter_40252683' class='embedly_twitter'>
<style type='text/css'> #embedly_twitter_40252683{background:url(http://a0.twimg.com/profile_background_images/4425511/color-small.jpg) #ffffff; padding:20px;} #embedly_twitter_40252683 p{background:#fff;padding:10px 12px 0px 12px;margin:0;min-height:48px;color:#000;font-size:18px;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_40252683 .embedly_tweet_content{background:#fff;padding:10px 12px 10px 12px;margin:0;min-height:48px;color:#000;font-size:18px !important;line-height:22px;-moz-border-radius:5px;-webkit-border-radius:5px} #embedly_twitter_40252683 p span.metadata{display:block;width:100%;clear:both;margin-top:0px;height:40px; padding-bottom: 12px;} #embedly_twitter_40252683 p span.metadata span.author{line-height:15px;color:#999;font-size:14px} #embedly_twitter_40252683 p span.metadata span.author a{line-height:15px;font-size:20px;vertical-align:middle} #embedly_twitter_40252683 p span.metadata span.author img{float:left;margin:0 10px 0 0px;width:48px;height:48px} #embedly_twitter_40252683 p a {color: #eb14c5; text-decoration:none;} #embedly_twitter_40252683 p a:hover{text-decoration:underline} #embedly_twitter_40252683 .embedly_timestamp{font-size:13px;display:inline-block;margin-top: 5px;} #embedly_twitter_40252683 .components-above span.embedly_timestamp{font-size:10px;margin-top: 1px;line-height:12px} #embedly_twitter_40252683 a {color: #eb14c5; text-decoration:none;} #embedly_twitter_40252683 a:hover{text-decoration:underline} #embedly_twitter_40252683 .tweet-screen-name {font-size: 14px; font-weight: bold;} #embedly_twitter_40252683 .tweet-full-name {padding-left: 4px; color: #999; font-size: 12px;} #embedly_twitter_40252683 .tweet-actions{margin-left: 10px;font-size:13px;display:inline-block;width:250px} #embedly_twitter_40252683 .components-above span.tweet-actions{font-size:10px} #embedly_twitter_40252683 .controls{line-height:12px!important} #embedly_twitter_40252683 .tweet-actions a {margin-left:5px} #embedly_twitter_40252683 .tweet-actions a b{font-weight:normal} #embedly_twitter_40252683 .components-above span.tweet-actions a b{vertical-align:baseline;line-height:12px} #embedly_twitter_40252683 .components-above .tweet-text{font-size:13px;vertical-align:baseline} #embedly_twitter_40252683 .tweet-image {float: left; width: 40px;} #embedly_twitter_40252683 .tweet-user-block-image {float: left; width: 48px; height: 48px} #embedly_twitter_40252683 .tweet-row {margin-left: 40px; margin-top: 3px;line-height: 17px;} #embedly_twitter_40252683 .tweet-user-block {margin-left: -40px;} #embedly_twitter_40252683 .stream-item {padding-bottom: 0px; margin-left: 12px;} #embedly_twitter_40252683 .simple-tweet-image img {margin-top: 4px;} #embedly_twitter_40252683 .simple-tweet-content {margin: 0 0 13px 0px; font-size: 14px; min-height:48px;} #embedly_twitter_40252683 .in-reply-to-border {border-color: #EBEBEB; border-style: solid; border-width: 1px 0 0;} #embedly_twitter_40252683 .in-reply-to-text {margin-left: 4px; padding-left: 8px; padding-right: 10px; color: #999; font-size: 12px;} #embedly_twitter_40252683 .tweet-actions i {background: transparent url(http://a2.twimg.com/a/1306889658/phoenix/img/sprite-icons.png) no-repeat;width:15px;height:15px;margin:0 4px -3px 3px;outline: none; text-indent:-99999px;vertical-align:baseline;display:inline-block;position:relative;} #embedly_twitter_40252683 .tweet-actions a.retweet-action i {background-position:-192px 0;} #embedly_twitter_40252683 .tweet-actions a.reply-action i {background-position:0 0;} #embedly_twitter_40252683 .tweet-actions a.favorite-action i {background-position:-32px 0;} </style>
<div class="embedly_tweet_content">
<div class="components-middle">
<p><span class='metadata'><span class='author'><a href='http://twitter.com/photomatt'><img src='http://a2.twimg.com/profile_images/14907452/twitter_normal.jpg' /></a><strong><a href='http://twitter.com/photomatt'>@photomatt</a></strong><br/>Matt Mullenweg</span></span>If you, like me, are appalled that WordPress 3.2 will drop important browser support, sign petition here: <a rel="nofollow" target="_blank" href="http://t.co/bMOTroN">http://t.co/bMOTroN</a><br/><span class='embedly_timestamp'><a title='Sat Mar 19 23:39:12 +0000 2011' href='http://twitter.com/photomatt/status/49253618385301504'>Mar 19</a> via <a href="http://twitter.com/#!/download/ipad" rel="nofollow">Twitter for iPad</a></span><span class="tweet-actions"><a href="https://twitter.com/intent/favorite?tweet_id=49253618385301504" class="favorite-action" title="Favorite"><span><i></i><b>Favorite</b></span></a><a href="https://twitter.com/intent/retweet?tweet_id=49253618385301504" class="retweet-action" title="Retweet"><span><i></i><b>Retweet</b></span></a><a href="https://twitter.com/intent/tweet?in_reply_to=49253618385301504" class="reply-action" title="Reply"><span><i></i><b>Reply</b></span></a></span></p>
</div>
</div>
</div>
<h2>So much embedding potential!</h2>
<p>So as you can see, with a few simple plugins you can change the entire way you approach adding third-party media to your site.</p>
<p>In the <a title="The ultimate guide to embedding HTML and iframes in WordPress – part 2" href="code-snippets/embedding-html-and-iframes-in-wordpress-2/">next post</a>, we’ll look at ways to embed HTML and iframes in your WordPress site from sites that are not oEmbed providers (have you ever tried embedding a Google Form in your site? It&#8217;s scary)! So check it out to learn <a title="The ultimate guide to embedding HTML and iframes in WordPress – part 2" href="code-snippets/embedding-html-and-iframes-in-wordpress-2/">how to embed HTML from anything in WordPress</a>.</p>
<h2>More reading:</h2>
<p><a href="code-snippets/embedding-html-and-iframes-in-wordpress-2/">The Ultimate guide to embedding HTML and iframes in WordPress  &#8211; part 2</a></p>
<p><a href="http://www.oembed.com/" target="_blank">Official oEmbed site</a> – learn how the format works, see examples</p>
<p><a href="http://codex.wordpress.org/Embeds" target="_blank">Embeds</a> entry in the WordPress Codex &#8211; goes through what embeds is, what WP supports, etc.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/embed-html-iframes-wordpress/">The ultimate guide to embedding HTML and iframes in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/embed-html-iframes-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</title>
		<link>http://wpgarage.com/tips/video-manual-excerpts/</link>
		<comments>http://wpgarage.com/tips/video-manual-excerpts/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 13:25:51 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[excerpts]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/video-manual-excerpts/</guid>
		<description><![CDATA[<p>I just discovered that videos do not show up when you are using excerpts (&#60;?php the_excerpt(); ?&#62;) on certain pages instead of publishing the full content (&#60;?php the_content(); ?&#62;) on the post. I use Viper&#8217;s Video Quicktags for easily embedding videos in my blogs. Well, it turns out that instead of the video showing up [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/video-manual-excerpts/">Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/video-manual-excerpts/" data-url="http://illum.in/pc61qn" data-text="Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/video-manual-excerpts/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/video-manual-excerpts/"></g:plusone></div></div><p>I just discovered that videos do not show up when you are using excerpts (&lt;?php the_excerpt(); ?&gt;) on certain pages instead of publishing the full content (&lt;?php the_content(); ?&gt;) on the post.</p>
<p>I use <a href="plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/" title="Viper’s Video Quicktags is the best for embedding movies">Viper&#8217;s Video Quicktags</a> for easily embedding videos in my blogs. Well, it turns out that instead of the video showing up on excerpt pages, the embedding code shows up instead.</p>
<p>Not very pretty.</p>
<p>Now, if you have a post, and there&#8217;s a video in it past the excerpt point, you&#8217;re ok. But I wanted to have a category that was kind of a like a vlog, where the post consists of a video and that&#8217;s it.</p>
<p>So I had to change all of my pages using the_excerpt (or <a href="plugins/important-mod-to-the-excerpt-reloaded-plugin/" title="Important mod to the Excerpt Reloaded Plugin">The Excerpt Reloaded</a>, which you should use to retain HTML formatting in your excerpts like links, bullets, etc.) to the_content.</p>
<p>But all is not lost &#8211; <a href="http://www.wordpress.org" title="WordPress">WordPress</a> gives you two ways to manually generate excerpts that will appear on all multi-post pages, like the home page, archive page, and category page:</p>
<ol>
<li>The &#8220;more&#8221; tag and button. If you are using the WYSIWYG editor, there is a &#8220;Split post with More tag&#8221; button. It is the button directly to the left of the Spellcheck button (with the ABC on it). Place your cursor where you want to end the excerpt, and click on the button. Or, press Alt+t.</li>
<li>Enter an excerpt in the Optional Excerpt field below the editor. I recently discovered that you can enter HTML in there, so if you want an image to appear in the excerpt, for example, you can enter the &lt;a href=&#8221;"&gt; tag and it works!</li>
</ol>
<p>From a usability standpoint it&#8217;s probably better to manually create excerpts because they won&#8217;t cut sentences in the middle like the automatic feature does, and you can write a compelling teaser that will draw your reader in if you use the Optional Excerpt field.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/video-manual-excerpts/">Videos and excerpts don&#8217;t jive &#8211; and how to manually create excerpts</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/video-manual-excerpts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Viper&#8217;s Video Quicktags is the best for embedding movies</title>
		<link>http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/</link>
		<comments>http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 18:18:14 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/</guid>
		<description><![CDATA[<p>After trying out many of the plugins available for helping WordPress users embed videos in their posts and Pages, the one that I find to be the best is Viper&#8217;s Video Quicktags plugin. Once activated, you can select which types of videos you want to become available on the editor. You can choose from YouTube, [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/">Viper&#8217;s Video Quicktags is the best for embedding movies</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/" data-url="http://illum.in/nOwNgb" data-text="Viper&#8217;s Video Quicktags is the best for embedding movies" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/"></g:plusone></div></div><p>After trying out many of the plugins available for helping WordPress users embed videos in their posts and Pages, the one that I find to be the best is <a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" title="Viper's Video Quicktag plugin">Viper&#8217;s Video Quicktags plugin</a>. Once activated, you can select which types of videos you want to become available on the editor. You can choose from YouTube, Google Video, IFILM, Metacafe, MySpace, Vimeo, Quicktime, generic video file format, and Flash (flv). Once you select the video formats, these appear on your visual editor as icons.</p>
<p><img src="http://wpgarage.com/wp-content/uploads/2007/06/viper.Jpg" alt="Viper’s Video Quicktags" align="middle" /></p>
<p>All you have to do is click on an icon, and a pop-up window asks for the URL of the video you wish to embed.</p>
<p><a href="http://wordpress.org/extend/plugins/vipers-video-quicktags/" title="Viper's Video Quicktag plugin">Viper&#8217;s Video Quicktags&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/">Viper&#8217;s Video Quicktags is the best for embedding movies</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/vipers-video-quicktags-is-the-best-for-embedding-movies/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adding unlimited streaming video to your site with Google Video</title>
		<link>http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/</link>
		<comments>http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 08:23:29 +0000</pubDate>
		<dc:creator>Miriam Schwab</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/</guid>
		<description><![CDATA[<p>A client gave me a 15 minute movie that they wanted uploaded to their site. The problem with such a long video is that it needs to be streamed, or else the user has to wait until a good portion is downloaded before they can view it. But adding streaming Flash video demands some Flash [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/">Adding unlimited streaming video to your site with Google Video</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/" data-url="http://illum.in/nPj7wd" data-text="Adding unlimited streaming video to your site with Google Video" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/"></g:plusone></div></div><p>A client gave me a 15 minute movie that they wanted uploaded to their site. The problem with such a long video is that it needs to be streamed, or else the user has to wait until a good portion is downloaded before they can view it. But adding streaming Flash video demands some Flash programming skills and the Flash software, from what I understand.</p>
<p>I decided to try to use one of the free online video sites. First I tried <a href="http://www.youtube.com" title="YouTube">YouTube</a>. The movie was rejected because of its length. <a href="http://photobucket.com" title="Photobucket">Photobucket</a> was even more restrictive in its size limitations. Then I did a search for &#8220;unlimited video hosting,&#8221; or something like that, and <a href="http://video.google.com" title="Google Video">Google Video</a> came up.</p>
<p>Google Video allows you to host videos with unlimited size and length! I don&#8217;t know why more people don&#8217;t use Google Video. Not only that, the embeddable player is prettier and less gaudy than the YouTube player, in my opinion.</p>
<p>The only limitation with Google Video is that you can&#8217;t upload Flash videos. But that&#8217;s not a major problem since you can easily convert Flash to Windows Media files with one of the free file conversion services like <a href="http://www.zamzar.com" title="Zamzar">Zamzar</a>.</p>
<p>I guess people like YouTube for its social aspect and community. But if you need to make a longer movie easily accessible, I highly recommend that you try Google Video!</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/">Adding unlimited streaming video to your site with Google Video</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/adding-unlimited-streaming-video-to-your-site-with-google-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CoolPlayer 9 for WordPress</title>
		<link>http://wpgarage.com/plugins/coolplayer-9-for-wordpress/</link>
		<comments>http://wpgarage.com/plugins/coolplayer-9-for-wordpress/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:12:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/coolplayer-9-for-wordpress/</guid>
		<description><![CDATA[<p>This media player plays everything: This version supports those types of files: rm, rmvb, ra, rv, ram, smil, smi, rtsp, rpm, asf, wm, wma, wmv, wax, wvx, ogg, ape, avi, mid, midi, wav, mms, m3u, asx, mov, qt, mqv, m4v, m4a, m4b, mpeg, mpg, m1s, m1v, m1a, m75, m15, mp2, mpm, mpv, mpa, flc, fli, [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/coolplayer-9-for-wordpress/">CoolPlayer 9 for WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/coolplayer-9-for-wordpress/" data-url="http://illum.in/qDiqTv" data-text="CoolPlayer 9 for WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/coolplayer-9-for-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/coolplayer-9-for-wordpress/"></g:plusone></div></div><p>This media player plays everything:</p>
<blockquote><p>This version supports those types of files: rm, rmvb, ra, rv, ram, smil, smi, rtsp, rpm, asf, wm, wma, wmv, wax, wvx, ogg, ape, avi, mid, midi, wav, mms, m3u, asx, mov, qt, mqv, m4v, m4a, m4b, mpeg, mpg, m1s, m1v, m1a, m75, m15, mp2, mpm, mpv, mpa, flc, fli, cel, aiff, aif, aifc, cdda, bwf, rts, 3gp, 3gpp, 3g2, 3gp2, au, snd, ulw, smf, kar, qcp, sdv, gsm, amr, caf, amc, mp4, sdp, pdf, fdf, xfdf, xdp, xfd, gif, jpg, jpeg, bmp, png, xpm, dir, dxr, dcr, cst, cct, cxt, w3d, fgd, swa, swf, spl, mp3, flv, rtmp, rbs, xml, rss, xspf, atom.</p>
<p>This version also supports <a href="http://www.youtube.com/">YouTube</a>, <a href="http://www.ifilm.com/">Ifilm</a>, <a href="http://www.vsocial.com/">VSocial</a>, <a href="http://www.tudou.com/">TuDou Video</a>, <a href="http://www.atomfilms.com/">atomFilms</a>, <a href="http://www.brightcove.com/">BrightCove</a>, <a href="http://www.yoqoo.com/">YoQoo</a>, <a href="http://www.5show.com/">5 Show</a>, <a href="http://www.6rooms.com/">6Room</a>, <a href="http://www.mofile.com/">Mofile TV</a>, <a href="http://dv.ouou.com/">OuOu</a>, <a href="http://www.yijian.com/">www.yijian.com</a>, <a href="http://www.tvix.cn/">tvix.cn</a>, <a href="http://www.ku6.com/">ku6.com</a>, <a href="http://www.biku.com/">biku.com</a>, <a href="http://www.uume.com/">uume.com</a>, <a href="http://www.cnboo.com/">cnboo.com</a>, <a href="http://www.kuho.com/">kuho.com</a>, <a href="http://v.blog.sina.com.cn/">v.blog.sina.com.cn</a>, <a href="http://www.quxiu.com/">quxiu.com</a>, <a href="http://www.56.com/">56.com</a>, <a href="http://v.wangyou.com/">v.wangyou.com</a>, <a href="http://v.9you.com/">v.9you.com</a>, <a href="http://www.maidee.com/">maidee.com</a>, <a href="http://www.pomoho.com/">pomoho.com</a>, <a href="http://www.rox.com.cn/">ROX.com.cn</a>, <a href="http://www.imeem.com/">imeem.com</a>, <a href="http://www.gofish.com/">gofish.com</a>, <a href="http://www.veoh.com/">veoh.com</a>, <a href="http://www.gametrailers.com/">GameTrailers.com</a>, <a href="http://www.evilchili.com/">Evil Chili</a>, <a href="http://www.wildko.com/">Wildko</a>, <a href="http://www.yikers.com/">Yikers Videos &amp; Games</a>, <a href="http://www.redbalcony.com/">Red Balcony Videos &amp; Games</a>, <a href="http://www.livevideo.com/">Live Video</a>, <a href="http://www.odeo.com/">Odeo Audio</a>, <a href="http://one.revver.com/">Revver</a>, <a href="http://www.metacafe.com/">MetaCafe</a>, <a href="http://www.myspace.com/">MySpace</a>, <a href="http://www.goear.com/">GoEar</a>, <a href="http://www.break.com/">Break</a>, <a href="http://www.stupidvideos.com/">Stupid Videos</a>, <a href="http://www.viddler.com/">Viddler</a>, <a href="http://www.dailymotion.com/">DailyMotion</a>, <a href="http://www.im.tv/vlog/">I’m Vlog</a>, <a href="http://www.rockyou.com/">RockYou</a>, <a href="http://sevenload.com/">SevenLoad</a>, <a href="http://www.myvideo.de/">MyVideo.de</a>, <a href="http://www.clipfish.de/">Clipfish.de</a> and <a href="http://video.google.com/">Google Video</a>.</p></blockquote>
<p><a href="http://www.coolcode.cn/?p=100" title="CoolPlayer 9 for WordPress">CoolPlayer 9 for WordPress&gt;&gt;</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/coolplayer-9-for-wordpress/">CoolPlayer 9 for WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/coolplayer-9-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

