HungryFEED: missing ampersand in URL
-
I am having trouble getting HungryFEED to show my RSS feed. Here is my shortcode:
[hungryfeed url='https://www.facebook.com/feeds/page.php?id=format=rss20&276250471244' max_items="3" date_format="n/j" template="1"]
Here is the error message (notice the missing
&
):HungryFEED can’t get feed. Don’t be mad at HungryFEED. SimplePie reported: A feed could not be found at https://www.facebook.com/feeds/page.php?format=rss20id=276250471244. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.
I actually updated a shortcode that was working fine before (just changed the URL), so I know there can’t be anything other than the URL formatting that’s causing the issue. I always use the plaintext editor; never visual. I tried replacing
&
with& amp;
(without a space, the forum won’t let me put it in here without a space) and%26
. Neither worked. Please advise.
- The topic ‘HungryFEED: missing ampersand in URL’ is closed to new replies.