telegraph
telegraph copied to clipboard
iFrame Tag No Longer Supported
can't post iframe's now..... FeelsBadMan
+1 will it be fixed?
It's weird that iframe still in available tags: http://telegra.ph/api#NodeElement
for iframes you should use this src:
<figure><iframe src="/embed/youtube?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtrHMLJpxG7o"></iframe></figure>
Someone can update HtmlToNodesParser to parse iframes with youtube and other sites
https://github.com/mercuree/html-telegraph-poster/blob/master/html_telegraph_poster/html_to_telegraph.py#L165
Here is how i did it (but the library uses lxml)