leslyejoy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Turn off You Tube feature in embedded videosOOPS, I mean this:
<object width=”425″ height=”350″><param name=”movie” value=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″></param><embed src=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″ type=”application/x-shockwave-flash” width=”425″ height=”350″></embed></object>
Forum: Fixing WordPress
In reply to: Disabling YouTube’s “feature”In case anyone’s out there…I just found the correct fix. What you need to insert is &rel=0 right after the url in both places it appears in the code. So in the example above, like this:
<object width=”425″ height=”350″><param name=”movie” value=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″></param><embed src=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″ type=”application/x-shockwave-flash” width=”425″ height=”350″></embed></object>
This issue had me tearing my hair out, so I hope this fix is helpful to others.
Forum: Fixing WordPress
In reply to: Turn off You Tube feature in embedded videosIn case anyone’s out there…I just found the correct fix. What you need to insert is &rel=0 right after the url in both places it appears in the code. So in the example above, like this:
<object width=”425″ height=”350″><param name=”movie” value=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″ rel=0></param><embed src=”https://www.youtube.com/v/AAa8MLxNLcc&rel=0″ type=”application/x-shockwave-flash” width=”425″ height=”350″></embed></object>
This issue had me tearing my hair out, so I hope this fix is helpful to others.
Forum: Fixing WordPress
In reply to: Disabling YouTube’s “feature”I’m having the same problem. I tried the fix but maybe I’m not inserting the rel=0 in the right place — although I tried it in multiple places and also with and without quote marks around it.
Here’s my embed code. Please advise exactly where and what characters I should insert. Many thanks!
<object width=”425″ height=”350″><param name=”movie” value=”https://www.youtube.com/v/AAa8MLxNLcc”></param><embed src=”https://www.youtube.com/v/AAa8MLxNLcc” type=”application/x-shockwave-flash” width=”425″ height=”350″></embed></object>
Forum: Fixing WordPress
In reply to: Turn off You Tube feature in embedded videosI’m having the same problem. I tried what you suggested but maybe I’m not inserting the rel=0 in the right place — although I tried it in multiple places and also with quotes around the zero. I pasted the code from Youtube into the html editor like this:
<object width=”425″ height=”350″><param name=”movie” value=”https://www.youtube.com/v/AAa8MLxNLcc” rel=0></param><embed src=”https://www.youtube.com/v/AAa8MLxNLcc” type=”application/x-shockwave-flash” width=”425″ height=”350″></embed></object>
Please advise what I’m doing wrong. Thanks!