I'm looking for something that will allow me to put a feed url in a field within a content type and have the feed display in the node. I don't want to create new nodes. I believe the feedfields module did this, but it is not avail for D7. Is there any way to do this with the feeds module in D7, aggregator or with anything else for that matter?

The core module "aggregator" does this some what. I can enter a title for a feed, the feed url and it gives me a list of links in a block. This is what I need - BUT - on a per node, IN the node basis. Also, aggregator requires the use of its own interface (rather than entering the information in a field in a node.)

Would be so awesome if this was available.
Thanks! K

Comments

ShawnNYC’s picture

You want to install the Data module, along with the Schema module. That will let you store your data in flatfiles and use Views to drop it on the node. The views code should have an argument that is "get nid from url".

Look into "Feeds Module" not "Feed Import Module". Use Feeds Module submodule Feeds News to get a start.

dooug’s picture

We ended up using Google Feeds API for this: https://developers.google.com/feed/v1/devguide

We used some simple custom javascript to get the feed url and the Google Feeds API provides the tools for building the output.

bluegeek9’s picture

Component: Feeds Import » Code
Issue summary: View changes
Status: Active » Closed (outdated)
//www.flaticon.com/free-icons/thank-you Thank you for your contribution!

Unfortunately, Drupal 7 is End of Life and no longer supported. We strongly encourage you to upgrade to a supported version of Drupal.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.