Dashboard Feeds Plugin not displaying
Hello,
I've installed the latest version of the Dashboard Feeds plugin (http://premium.wpmudev.org/project/dashboard-feeds) and I put the manual configuration information in as follows:
$primary_feed_url = 'http://status.onmason.com/feed/rss2';
$primary_feed_link = 'http://status.onmason.com';
$primary_feed_title = 'onMason Status';
$primary_feed_description = 'onMason development updates';
$secondary_feed_url = 'http://www.connect2mason.com/rss.xml';
$secondary_feed_link = 'http://www.connect2mason.com/';
$secondary_feed_title = 'Connect2Mason';
$secondary_feed_description = 'The latest top stories from Connect2Mason';
(lines 31 through 38)
I uploaded the file, but it doesn't seem to have done anything. Does this plugin work with 2.7.1 or am I doing something wrong?
Help & Support from WPMU Dev members and staff
The feeds only get updated on the blog created after the plugin is installed. The reasoning because the feed urls are stored in the options db for the blog and don't pass these filters after that.
It's mentioned that you can go through and manually (or with a script) delete or change the urls for the previously blogs.
Reference: http://premium.wpmudev.org/forums/topic/new-feature-dashboard-feeds
hi. we've configured and uploaded the dashboard feeds plugin but it won't show our in-domain feeds. this is the error we get:
RSS Error: WP HTTP Error: couldn't connect to host
we can view these same feeds if we go directly to the feeds url. it's only when they're inputted in the dashboard that they no longer work.
pls help. thanks!
Hiya,
It sounds like your server is blocking connections to itself.
Thanks,
Andrew
thanks andrew. will check with them.
I have also seen this issue in 2.8.4 when using one of the feedburner plugins. You can see if disabling that helps.
Another option is to forward your feeds through feedburner if you can't change the server settings.
How do I determine the feed URL's?
Which feed urls are you referring to?
Thanks,
Andrew
The ones from my admin blog.
Thanks,
Kirk
Hiya,
The feed should be at:
blog.domain.tld/feed/
Thanks,
Andrew
Thanks.
that's what I thunk, but then my thunker gets fried easily.
Kirk
Haha, no problem :)
Thanks,
Andrew