Hi There, I have a feed where I would like to display an emebeded media object from an RSS feed. The xml extract is shown below. I have removed the relevant...
Maybe add "object" to the list of allowed tags? Make sure the plugin is set to display the full content, not just the intro. What is the feed url? Michael P....
Hi Michael, Â Thanks for your reply. The feed URL is:http://www.physiobob.com/forum/external.php?type=rss2&forumids=205 Â In the simplepie.inc file I removed...
I have a list of feedburner, plus wordpress, typepad and individual rss urls that I'm picking up. Yet, overnight the feedburner feeds have all turned feral on...
Although it's currently a little lengthier, I would always recommend leaving simplepie.inc alone (as your changes will be overwritten in an upgrade) and just...
The cache stores a timestamp, not an expiration. If page1 deletes and refreshes the cache after 30 minutes, and page2 refreshes after an hour, the cache will...
Understood..... I think. So if page1 and page2 have the same feeds, same cache time (30min) put one requests more items (stores) than the other, it should be...
Tested fsockopen and it produced a similar error and timed out. Therefore that rules cURL out of the equation. Is it possible that Google is hindering this as...
Hi Stuart, Another person had a similar problem with feedburner and the solution was using a different user agent. Try adding these lines of code right before...
Cheers Michael but alas no joy. I found the post you were referring to and tried the feed without the useragent update and it didn't work (as expected). Then I...
Okay, I've been playing with SimplePie as a way to suck down and cache content coming out of a Yahoo Pipe for display. In general, it works well except when...
Hi, I can't get a result from the Digg API. The error is due to user-agent header, I think. Any ideas what I'm doing wrong: Here's my PHP code (after...
Okay, I thought the problem was with Feedburner but it can't be because alltop.com is picking up my Feedburner feed with no problems. Therefore, it has to be...
I am having problems reading a specific rss feed (http://feeds.feedburner.com/Jeffandwillcom). If you look at the feed, the first post is on September 5th....
If I put "http://feeds.feedburner.com/Jeffandwillcom" in the address bar in FireFox 3, the first entry is the following .... Friday Geek Out: Farewell to...
Your right. I'll see if I can find out whats happening. Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com> ... Your right. I'll see if...
I have simplepie version 1.1.1 installed on a site and has worked with everything I have thrown at it so far. Until today. The following site's feed is...
Feedburner seems to be redirecting feeds to an old cached feed if it senses the user agent isnt a browser. To get around this, tell SP to send a user agent...
Feedburner seems to be redirecting feeds to a proxy (http://feedproxy.feedburner.com/) if it senses the user agent isnt a browser. The new proxy url...
... That's probably because Digg doesn't actually return a feed, it just returns XML. As far as I can see from http://apidoc.digg.com/ResponseTypes, it doesn't...
Yeah its working now, must of been a glitch, like when Robocop killed that dude. Michael P. Shipley www.michaelpshipley.com <http://www.michaelpshipley.com>...
I had the same problem, I used the XML version of the Feedburner feed and it seems to update normally. Adding ?format=xml to the end of the url does the trick....
It appears that the initial error was a cURL error. That simply means that your web server couldn't connect to FeedBurner's servers for whatever reason. That...
I don't know why you guys keep saying that this is the answer. It still doesn't work. I've tried it in every browser and used your feedburner url examples and...