<?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"

			>

	<channel>

		<title>Embeded YouTube video doesn&#039;t work on mobile divices &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 00:20:34 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174692</guid>
					<title><![CDATA[Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174692</link>
					<pubDate>Thu, 01 Jan 2015 21:50:02 +0000</pubDate>
					<dc:creator>Jenia W</dc:creator>

					<description>
						<![CDATA[
						<p>Hi X support team,<br />
Happy New Year!!!</p>
<p>Thank you for creating such a great theme.</p>
<p>I have recently finished the site using your theme, and it all looked and worked great on desktop, but when I started to check it on different mobile devices I noticed that the video that I embeded from YouTube is not showing up on smart phones and tablets. It just shows an empty container border and no video or video controls are shown.<br />
But it works just fine on desktop, even when I try to resize the window size to simulate mobile view.</p>
<p>Here is my code:<br />
[x_video_embed type=&#8221;16:9&#8243;]&lt;iframe src=&#8221;<a href="https://www.youtube.com/v/zFQFtIh_4yE?fs=1&#038;hl=en_US&#038;#8221" rel="nofollow">https://www.youtube.com/v/zFQFtIh_4yE?fs=1&#038;hl=en_US&#038;#8221</a>; width=&#8221;600px&#8221; height=&#8221;350px&#8221;&gt;&lt;/iframe&gt;[/x_video_embed]</p>
<p>Here is the url of the page that has the video: <a href="http://pearlbellevue.com/about-us/" rel="nofollow">http://pearlbellevue.com/about-us/</a></p>
<p>I&#8217;m using WordPress 4.0.1 and Renew 1.0.0 that I downloaded in nov 2014.</p>
<p>Thank you for you help,</p>
<p>Jenia</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174762</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174762</link>
					<pubDate>Fri, 02 Jan 2015 00:29:44 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi jenia,</p>
<p>Thank you for writing in! Please make sure when pasting an code <code>(&lt;iframe&gt;)</code> you&#8217;re on <a href="http://prntscr.com/5nfebh" target="_blank" rel="nofollow">text tab view</a>.</p>
<p>Let us know how it goes, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174864</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174864</link>
					<pubDate>Fri, 02 Jan 2015 05:28:12 +0000</pubDate>
					<dc:creator>Jenia W</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>Yes I made sure I was in the Text tab view when I was pasting the code.<br />
It&#8217;s not working.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174921</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-174921</link>
					<pubDate>Fri, 02 Jan 2015 09:52:09 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jenia,</p>
<p>Can you try the code below, you can add it under <strong>Custom &gt; Javascripts</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
jQuery(function($) {
    $(&#039;iframe&#039;).each(function(){       
        $(this).attr(&quot;wmode&quot;,&quot;transparent&quot;);
    });
});
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175181</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175181</link>
					<pubDate>Fri, 02 Jan 2015 18:11:15 +0000</pubDate>
					<dc:creator>Jenia W</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, but that didn&#8217;t change anything&#8230; </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175364</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175364</link>
					<pubDate>Fri, 02 Jan 2015 23:18:27 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jenia,</p>
<p>Thank you for writing in! upon investigating your shortcode the possible property that causing the video not to play is <code>src=&quot;http://www.youtube.com/watch?v=i0zKeMRTgmE&quot;</code> because when I try to change the source video to <code>src=&quot;//www.youtube.com/embed/kZjPV_l8RBg&quot;</code> the video is playing perfectly on my phone.<br />
I guess the problem here is the video itself. Could you please re-upload the video in .wmv format? and see if it works. </p>
<p>Let us know how it goes, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175745</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175745</link>
					<pubDate>Sat, 03 Jan 2015 17:53:58 +0000</pubDate>
					<dc:creator>Jenia W</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much, that was it!<br />
I had the wrong code embeded (from &#8220;share&#8221; tab instead of &#8220;embed&#8221; tab on YouTube site). My apologies.<br />
It works perfectly now.</p>
<p>Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175903</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-175903</link>
					<pubDate>Sun, 04 Jan 2015 03:12:15 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Jenia.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-194479</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-194479</link>
					<pubDate>Thu, 29 Jan 2015 17:24:06 +0000</pubDate>
					<dc:creator>nynextek</dc:creator>

					<description>
						<![CDATA[
						<p>Hello. I am having a similar problem. I am using the proper embed code. The video plays properly on my laptop and my samsung galaxy android tablet but it does not play on my samsung galaxy s3 phone. I&#8217;ve tried multiple browsers to see if it was a browser issue but that did not help. I also placed the code you suggested in this thread into the custom CSS as suggested but that did not help either. I&#8217;d appreciate it if you could take a look and hopefully come up with a suggestion. </p>
<p><a href="http://walklikeus.com/walk/2015/01/28/manolo-rose-run-ricky-run/" rel="nofollow">http://walklikeus.com/walk/2015/01/28/manolo-rose-run-ricky-run/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-195258</guid>
					<title><![CDATA[Reply To: Embeded YouTube video doesn&#039;t work on mobile divices]]></title>
					<link>https://theme.co/archive/forums/topic/embeded-youtube-video-doesnt-work-on-mobile-divices/#post-195258</link>
					<pubDate>Fri, 30 Jan 2015 15:09:16 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>I have tested your website on an android device, it&#8217;s working just fine for me. Would you mind providing us with the screenshots of the issue you are seeing on your mobile so that we can take a closer look to the issue?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

