Hello @andreadwiener
There are no iframes on the page you linked to.
it’s not that they are there and not showing. It’s that they are not really there.
Even when I’m in draft form, it’s not showing up in preview
Does it show up like regular text? Like this
<iframe src="etc etc etc"></iframe>
If you’re using the visual editor, WordPress formatting may interfere with the html tags and break your iframe code.
Using mostly text format – when I do a preview, it’s showing up as blank in preview
@andreadwiener
Try and see if this works for you
WordPress Iframes
thanks – but sadly it didn’t work 🙁
@andreadwiener
If you have installed the plugin, you need to modify the way you write the code for iframes
Instead of using
<iframe src="http://www.youtube.com/embed/4qsGTXLnmKs"></iframe> tags
use the short-code that the plugin adds to your install.
Like so:
[iframe src="http://www.youtube.com/embed/4qsGTXLnmKs"]
to display the frames in your post
-
This reply was modified 9 years, 2 months ago by
j09.