Vimeo embed code modified by HTML edit update
Permalink
I am embedding the following code provided by Vimeo on a page:
<iframe src="https://player.vimeo.com/video/11111111111" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
after I update and reopen the editor I see:
<iframe src="https://player.vimeo.com/video/11111111111" width="500" height="281" frameborder="0"></iframe>
So, "webkitallowfullscreen mozallowfullscreen allowfullscreen" is being removed from the update. What's going on? How do I fix this?
(It also happened when I used 'webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true"')
<iframe src="https://player.vimeo.com/video/11111111111" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
after I update and reopen the editor I see:
<iframe src="https://player.vimeo.com/video/11111111111" width="500" height="281" frameborder="0"></iframe>
So, "webkitallowfullscreen mozallowfullscreen allowfullscreen" is being removed from the update. What's going on? How do I fix this?
(It also happened when I used 'webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true"')
I think I am. I am editing a content widget using the html src editor.
@sreed
Can you double check to see what the name of the block is.
What version of concrete5 are you using?
Can you double check to see what the name of the block is.
What version of concrete5 are you using?
I don't know how to get the name of the block. I looked through the editor's manual and can't find anything about "the" HTML block. The Vimeo code is embedded in a Content block that has HTML code in it. Is that what you mean?
the head section has: content="concrete5 - 5.6.3.2" (see attached)
the head section has: content="concrete5 - 5.6.3.2" (see attached)
@sreed
I am not familiar with how the concrete5 5.6 Content block handles HTML.
Here is a link to the documentation on the 5.6 HTML block:
http://legacy-documentation.concrete5.org/editors/in-page-editing/b...
I am not familiar with how the concrete5 5.6 Content block handles HTML.
Here is a link to the documentation on the 5.6 HTML block:
http://legacy-documentation.concrete5.org/editors/in-page-editing/b...
You need to use the 'HTML' block, not the 'Content' block.
Are you using the HTML block to embed the video?