<?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>beer planet &#187; fs=1</title> <atom:link href="http://beerpla.net/tag/fs1/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Fri, 06 Jan 2012 08:50:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel='hub' href='http://beerpla.net/?pushpress=hub'/> <item><title>Are Your Youtube Video Embeds Missing The Full Screen Button? Here Is How To Fix It</title><link>http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/</link> <comments>http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/#comments</comments> <pubDate>Tue, 12 Jan 2010 08:35:46 +0000</pubDate> <dc:creator>Artem Russakovskii</dc:creator> <category><![CDATA[Tips]]></category> <category><![CDATA[add]]></category> <category><![CDATA[allowfullscreen]]></category> <category><![CDATA[allowscriptaccess]]></category> <category><![CDATA[button]]></category> <category><![CDATA[embed]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[fs]]></category> <category><![CDATA[fs=1]]></category> <category><![CDATA[full]]></category> <category><![CDATA[full screen]]></category> <category><![CDATA[fullscreen]]></category> <category><![CDATA[gone]]></category> <category><![CDATA[missing]]></category> <category><![CDATA[object]]></category> <category><![CDATA[param]]></category> <category><![CDATA[screen]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://beerpla.net/?p=1350</guid> <description><![CDATA[<p><img
style="margin: 0px 10px 10px 0px; display: inline" title="youtube thumb" alt="youtube thumb" align="left" src="http://beerpla.net/wp-content/uploads/AreYourYoutubeVideoEmbedsMissingTheFull_23/image_3.png" width="150" height="150" /> Don&#039;t you just hate it when you visit somebody&#039;s blog, see an embedded Youtube video, play it, and find that the player is missing the full screen button.</p><p>Yeah, this one: <img
style="display: inline" title="youtube fullscreen button" alt="youtube fullscreen button" src="http://beerpla.net/wp-content/uploads/AreYourYoutubeVideoEmbedsMissingTheFull_23/image_4.png" width="32" height="20" />.</p><p>Well, I hate it too, so please, try not to be that guy. I realize sometimes you copy the embed code wrong or, on a larger scale, you add the wrong embed code to your generic template.</p><p>Not a problem. If your Youtube embeds are missing this button, here is how you can easily fix it.</p><h2>The Problem</h2><p>Here&#039;s an example video that doesn&#039;t have the button (it&#039;s really good too, if you haven&#039;t seen...<div
class=clear></div> <a
href="http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/" class="read_more"><div
class=excerpt-end>Read the rest of this article &#187;</div></a></p>]]></description> <content:encoded><![CDATA[<p><img
style="margin: 0px 10px 10px 0px; display: inline" title="youtube thumb" alt="youtube thumb" align="left" src="http://beerpla.net/wp-content/uploads/AreYourYoutubeVideoEmbedsMissingTheFull_23/image_3.png" width="150" height="150" /> Don&#039;t you just hate it when you visit somebody&#039;s blog, see an embedded Youtube video, play it, and find that the player is missing the full screen button.</p><p>Yeah, this one: <img
style="display: inline" title="youtube fullscreen button" alt="youtube fullscreen button" src="http://beerpla.net/wp-content/uploads/AreYourYoutubeVideoEmbedsMissingTheFull_23/image_4.png" width="32" height="20" />.</p><p>Well, I hate it too, so please, try not to be that guy. I realize sometimes you copy the embed code wrong or, on a larger scale, you add the wrong embed code to your generic template.</p><p>Not a problem. If your Youtube embeds are missing this button, here is how you can easily fix it.</p><h2>The Problem</h2><p>Here&#039;s an example video that doesn&#039;t have the button (it&#039;s really good too, if you haven&#039;t seen it yet):</p><p
align="center"><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US" /><embed
type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US" allowscriptaccess="always"></embed></object></p><p>The fullscreen button is nowhere to be found because by default the Youtube player doesn&#039;t include it and the embed code is missing the correct pieces.</p><p>Here is the embed code for the video above without the full screen button:</p><div
class="wp_syntax"><div
class="code"><pre>&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;
  &lt;param
    name=&quot;movie&quot;
    value=&quot;http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&quot;&gt;
  &lt;/param&gt;
  &lt;param
    name=&quot;allowscriptaccess&quot;
    value=&quot;always&quot;&gt;
  &lt;/param&gt;
  &lt;embed
    src=&quot;http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&quot;
    type=&quot;application/x-shockwave-flash&quot;
    allowscriptaccess=&quot;always&quot;
    width=&quot;425&quot;
    height=&quot;344&quot;&gt;
  &lt;/embed&gt;
&lt;/object&gt;</pre></div></div><h2>The Solution</h2><p>Modify the code by adding the following:</p><ul><li>put this after the last &lt;param&gt; and before the &lt;embed&gt;: <strong>&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt; </strong></li><li>add this after any parameter to &lt;embed&gt;: <strong>allowfullscreen=&quot;true&quot; </strong></li><li>append this to both the &quot;value&quot; parameter of the &lt;param&gt; tag with the name=&quot;movie&quot; as well as the src parameter of the &lt;embed&gt; tag: <strong>&amp;fs=1 </strong></li></ul><p>The first 2 parameters give Flash access to go full screen. The last one instructs the Youtube player to add the full screen button.</p><p>Here is the final embed code:</p><div
class="wp_syntax"><div
class="code"><pre>&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;
  &lt;param
    name=&quot;movie&quot;
    value=&quot;http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&amp;fs=1&quot;&gt;
  &lt;/param&gt;
  &lt;param
    name=&quot;allowscriptaccess&quot;
    value=&quot;always&quot;&gt;
  &lt;/param&gt;
  &lt;param
    name=&quot;allowFullScreen&quot;
    value=&quot;true&quot;&gt;
  &lt;/param&gt;
  &lt;embed
    src=&quot;http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&amp;fs=1&quot;
    type=&quot;application/x-shockwave-flash&quot;
    allowscriptaccess=&quot;always&quot;
    allowfullscreen=&quot;true&quot;
    width=&quot;425&quot;
    height=&quot;344&quot;&gt;
  &lt;/embed&gt;
&lt;/object&gt;</pre></div></div><p>Voila!</p><p
align="center"><object
width="425" height="344"><param
name="movie" value="http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&amp;fs=1"></param><param
name="allowscriptaccess" value="always"></param><param
name="allowFullScreen" value="true"></param> <embed
src="http://www.youtube.com/v/sdUUx5FdySs&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p><p><div
class="note"><div
class="noteclassic">By the way, if you are wondering why you have to include both the object and embed tags, duplicating parameters left and right, well, it&#039;s to satisfy both IE and other browsers. Firefox, for example, uses the embed part, while IE uses the object one.</div></div></p><div
class="shr-bookmarks shr-bookmarks-expand"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-facebook"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=5&amp;tags=&amp;ctype=" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a></li><li
class="shr-googlebuzz"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a></li><li
class="shr-reddit"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a></li><li
class="shr-hackernews"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=202&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a></li><li
class="shr-delicious"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a></li><li
class="shr-stumbleupon"> <a
href="http://www.shareaholic.com/api/share/?title=Are+Your+Youtube+Video+Embeds+Missing+The+Full+Screen+Button%3F+Here+Is+How+To+Fix+It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=38&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=Are%20Your%20Youtube%20Video%20Embeds%20Missing%20The%20Full%20Screen%20Button%3F%20Here%20Is%20How%20To%20Fix%20It&amp;link=http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/&amp;notes=%20Don%27t%20you%20just%20hate%20it%20when%20you%20visit%20somebody%27s%20blog%2C%20see%20an%20embedded%20Youtube%20video%2C%20play%20it%2C%20and%20find%20that%20the%20player%20is%20missing%20the%20full%20screen%20button.%20%20Yeah%2C%20this%20one%3A%20.%20%20Well%2C%20I%20hate%20it%20too%2C%20so%20please%2C%20try%20not%20to%20be%20that%20guy.%20I%20realize%20sometimes%20you%20copy%20the%20embed%20code%20wrong%20or%2C%20on%20a%20larger%20sc&amp;short_link=http://bit.ly/8YGngu&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li></ul><div
style="clear: both;"></div></div> Similar Posts:<ul><li><a
href="http://beerpla.net/2006/10/03/youtube-custom-rss-search-results/" rel="bookmark" title="October 3, 2006">Youtube Custom RSS Search Results</a></li><li><a
href="http://beerpla.net/2008/08/14/how-to-find-out-the-number-of-videos-on-youtube/" rel="bookmark" title="August 14, 2008">How To Find Out The Number Of Videos On Youtube</a></li><li><a
href="http://beerpla.net/2009/02/12/how-to-fight-clickjacking-using-the-recent-twitter-hijacking-as-an-example/" rel="bookmark" title="February 12, 2009">How To Fight Clickjacking (Using The Recent Twitter Hijacking As An Example)</a></li><li><a
href="http://beerpla.net/2008/03/27/parsing-json-in-perl-by-example-southparkstudioscom-south-park-episodes/" rel="bookmark" title="March 27, 2008">Parsing JSON In Perl By Example &#8211; SouthParkStudios.com South Park Episodes</a></li><li><a
href="http://beerpla.net/2009/12/20/enable-a-twitter-retweet-rt-button-that-lets-you-add-comments-before-retweeting/" rel="bookmark" title="December 20, 2009">Enable A Twitter Retweet (RT) Button That Lets You Add Comments Before Retweeting</a></li></ul><p><a
class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fbeerpla.net%2F2010%2F01%2F12%2Fare-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it%2F&amp;title=Are%20Your%20Youtube%20Video%20Embeds%20Missing%20The%20Full%20Screen%20Button%3F%20Here%20Is%20How%20To%20Fix%20It" id="wpa2a_2"><img
src="http://beerpla.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded> <wfw:commentRss>http://beerpla.net/2010/01/12/are-your-youtube-video-embeds-missing-the-full-screen-button-here-is-how-to-fix-it/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> </channel> </rss>
