Hey, I added a new RSS Bridge Output called Embed, to embed RSS feeds into your Website.
Here is an example with the Proxy Bridge and Tommys Blog.
Dark Mode: https://github.com/RSS-Bridge/rss-bridge/pull/2029
EmbedFormat: https://github.com/RSS-Bridge/rss-bridge/pull/2182
RSS Bridge: https://dhusch.de/rss-bridge
The Iframe-Code:
<div>
<iframe src="https://dhusch.de/rss-bridge/?action=display&bridge=Proxy&feed=https%3A%2F%2F%2Ftommysblog.de%2Ffeed&format=Embed" width="100%" height="500"></iframe>
</div>
I recommend you using a lazy attribute in the Iframe code, because the bridge needs time to fetch the data…
Looks like this: loading=“lazy“
I didn’t put it in there, because WordPress does this automatically on my Website.