Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When I enters a youtube URL in the RTE embed media button I get the following code on my frontend:
<iframe width="773" height="360" src="https://www.youtube.com/embed/7-7knsP2n5w?feature=oembed" frameborder="0" allowfullscreen=""></iframe>
How can I extend the iframe with theese attributes:
id="youtubeplayer" class="borderbox center-block"
and add the theese parameters to the youtube url:
&showinfo=0&controls=1
so the final iframe/code looks like this:
<iframe id="youtubeplayer" class="borderbox center-block" width="773" height="360" src="https://www.youtube.com/embed/7-7knsP2n5w?feature=oembed&showinfo=0&controls=1" frameborder="0" allowfullscreen=""></iframe>
Hi Robin
What version of Umbraco are you using? And is it the embed option from the rich text editor you're using?
/Jan
V. 7.0.3 (soon 7.0.4 ;-)) - yes I use the embed option in the RTE...
Ok - Perhaps an upgrade to 7.1.4 could be the solution?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Additional info to youtube embedded media
When I enters a youtube URL in the RTE embed media button I get the following code on my frontend:
How can I extend the iframe with theese attributes:
and add the theese parameters to the youtube url:
so the final iframe/code looks like this:
Hi Robin
What version of Umbraco are you using? And is it the embed option from the rich text editor you're using?
/Jan
V. 7.0.3 (soon 7.0.4 ;-)) - yes I use the embed option in the RTE...
Hi Robin
Ok - Perhaps an upgrade to 7.1.4 could be the solution?
/Jan
is working on a reply...