telegraph icon indicating copy to clipboard operation
telegraph copied to clipboard

iFrame Tag No Longer Supported

Open ceberous opened this issue 8 years ago • 5 comments

can't post iframe's now..... FeelsBadMan

ceberous avatar Feb 26 '17 22:02 ceberous

+1 will it be fixed?

mrtheyann avatar May 01 '17 15:05 mrtheyann

It's weird that iframe still in available tags: http://telegra.ph/api#NodeElement

python273 avatar May 02 '17 01:05 python273

for iframes you should use this src:

<figure><iframe src="/embed/youtube?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DtrHMLJpxG7o"></iframe></figure>

python273 avatar May 02 '17 01:05 python273

Someone can update HtmlToNodesParser to parse iframes with youtube and other sites

python273 avatar May 02 '17 01:05 python273

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)

mercuree avatar Sep 08 '17 14:09 mercuree