janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
10 stars 0 forks source link

YouTube embeds? #59

Open janboddez opened 10 months ago

janboddez commented 10 months ago

I don’t think we support iframes at all, so this isn't a bug per se, but rather a feature request

image

janboddez commented 10 months ago

I've previously looked into allowing HTMLPurifier for this, as I don't think wp_kses() supports advanced use cases like this ...

X-Ray does it like that: https://github.com/aaronpk/XRay/blob/9c0a8ba48b3328a8bc290a4dbeaf9cfd0c891ef5/lib/XRay/Formats/Format.php#L74

janboddez commented 10 months ago

I vaguely remember there being an issue with a dependency, like masterminds/html5 or something.