Has anyone used Wellfed RSS plugin? It’s working great for most RSS feeds, but I can’t get it to work with YouTube RSS feeds - no content is being imported.
Does anyone have any advice please? Do I need to do something differently than a regular RSS feed?
It appears that the YouTube’s feed uses the Media RSS extension. Both Discourse core and the Wellfed plugin relies on the Ruby RSS module to parse feeds, but it does not support that extension.
I don’t have plans to add supports for the extension, but I am open to PRs! I imagine the change will need to teach the Ruby RSS module and DiscourseWellfed::FeedItem about the new elements.
Could you share (or DM me):
the feed URL, and
your set up for that feed in Customize > Embedding > Allowed Hosts
Hi @bintom, I believe it can be fixed by simply adjusting your settings:
change coindesk's allowed host to www.coindesk.com
change ccn's path whitelist to .* or /news/.*
I didn’t test the last one, but the change required is along the same lines. I will add a section in the plugin’s README noting this common pitfall.
Please note that changing the setting will not retroactively update the existing topics, but any new topics should be posted to the designated category.
I want to pull them all in using their different RSS feeds, but they are all appearing in the same category on my site (‘Blogs’). Below is how I have set up the feeds in the plugin. Have I incorrectly configured the ‘Path Whitelist’?