mrwweb / enhanced-embed-block

Enhance the default YouTube Embed Block in WordPress to load faster.
GNU General Public License v3.0
4 stars 1 forks source link

Avoid filtering the block inside RSS feeds #9

Closed cbirdsong closed 1 month ago

cbirdsong commented 2 months ago

In a full text RSS feed, the <lite-youtube> embed is included. It all still works since the fallback is a link that says "watch whatever on YouTube" (yay progressive enhancement!), but it would probably be better if it just did a if (is_feed()) check before changing the markup since <lite-youtube> will never work in this context.