The Feed helper makes it easy to parse RSS feeds with a concrete5 application. This helper is used by the RSS Feed Displayer block. It is actually a wrapper around the popular Simplepie library
This returns a SimplePie $feedObject which can then be manipulated. It is easy to iterate through the number of items in the feed, grab data about each individual items, and even grab an item’s enclosure(s). You can learn more about the methods available on the Feed Object at the Simplepie Documentation.
I am trying to use social RSS to show my blog posts on a facebook page but am not sure if this is the correct URL to load as it does not have RSS in it - http://www.flyfishinginnewzealand.com/index.php/blog/ - should I have something else setup with the …
I have install the RSS block, and it is reading my RSS feed correctly. However, it cuts off the full content of long RSS entries. Is there a way to make some kind of a "Read More" link to click on so that users can link over to my RSS page? Thanks.
Sign In?
You must have a user account and be signed to perform this action.