Open einverne opened 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.
Maybe iframe tag was escaped when converting markdown to HTML, I'll check it out.
I tried to include a iframe in the post
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.