danthedeckie / streetsign

HTML5 based Digital Signage software written in python. (github clone of bitbucket master repo)
GNU General Public License v3.0
38 stars 18 forks source link

Feature request: iframe in post #1

Open haakym opened 7 years ago

haakym commented 7 years ago

Firstly, thanks for this cool repo!

It would be great if you could add the option to allow iframe's to be added to posts. The HTML iframe code gets stripped out or doesn't work when I use it in a new post with rich text or plain text.

danthedeckie commented 7 years ago

Hey Haakym! Thanks for your kind words. The best way to do this at the moment would be using the 'external webpage' post type. You can change on the feed settings what kind of posts are allowed. The 'external webpage' post type essentially turns into an iframe. But yes, it would be good to have an option to allow iframes etc. as part of rich text / HTML posts if desired. But also to have a way to strip them out if wanted by the admin. Dan

haakym commented 7 years ago

Hey @danthedeckie.

Thanks a lot for your detailed reply.

Great, I didn't realise I could use the external web page post type. Will give this a shot and thanks for considering it as a feature.