devbean / obsidian-wordpress

An obsidian plugin for publishing docs to WordPress.
https://devbean.github.io/obsidian-wordpress
Apache License 2.0
158 stars 22 forks source link

Can I insert a iframe and publish to wordpress? #61

Open einverne opened 11 months ago

einverne commented 11 months ago

I tried to include a iframe in the post

<iframe src="https://m.einverne.info/@einverne/111499642699401809/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://m.einverne.info/embed.js" async="async"></script>

but when I publish the note, the post shows exactly the code in the WordPress while not the iframe content.

If there is a way to publish iframe, I'd like to make a pull request.

devbean commented 11 months ago

Maybe iframe tag was escaped when converting markdown to HTML, I'll check it out.