Howdy,
The plugin strips out any code not allowed via wp_kses_post, which, basically, allows these tags: https://core.trac.wordpress.org/browser/tags/4.0/src/wp-includes/kses.php#L60
Can you include an example of the code you’re including?
Thanks!
Thread Starter
Lucy Beer
(@webtrainingwheels)
Hey Brandon,
Thanks for the response!
It’s a Vimeo video, so basically an iframe: <iframe src="//player.vimeo.com/video/103027721?title=0&byline=0&portrait=0&color=940f11" width="280" height="158" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
So I’ve been looking at ways to add iframe to the allowed tags. But another option would be if the widget would allow shortcodes but those seem to get stripped out as well.
Thanks!
I like the shortcode approach. Will add that via https://github.com/kraftbj/genesis-enews-extended/issues/114 . Marking this thread as closed and will keep tracking over on GitHub.
Cheers!