You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one YouTube video that was embedded using [youtube ...] shortcode from Jetpack. (I've also tried the [embed ...] shortcode.) They render eventually with an iframe tag.
I'm getting the following message:
The tag 'iframe' is disallowed. DISALLOWED_HTML_WITH_AMP_EQUIVALENT
AMP is asking for <amp-youtube..../> plus the .js snippet.
The routine YouTube embed, without any shortcode, returns the same error.
In addition, both embed methods results in:
The attribute 'style' may not appear in tag 'span'. DISALLOWED_HTML
Thanks.
The text was updated successfully, but these errors were encountered:
- Google Analytics Support Added
- Logo Support Added. If the logo is disabled, then the Title should be
activated.
- Color Scheme Feature Added
- User friendly Options Panel Added
- iFrame support Added
- Few Minor Bugs Fixed
- #27 fixed
- #23 fixed
- #9 implemented
- #5 fixed
I have one YouTube video that was embedded using [youtube ...] shortcode from Jetpack. (I've also tried the [embed ...] shortcode.) They render eventually with an iframe tag.
I'm getting the following message:
The tag 'iframe' is disallowed. DISALLOWED_HTML_WITH_AMP_EQUIVALENT
AMP is asking for <amp-youtube..../> plus the .js snippet.
The routine YouTube embed, without any shortcode, returns the same error.
In addition, both embed methods results in:
The attribute 'style' may not appear in tag 'span'. DISALLOWED_HTML
Thanks.
The text was updated successfully, but these errors were encountered: