URL Content Field

Component ID

788116

Component name

URL Content Field

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

1718

Component created

Component changed

Component body

URL Content Field is a Drupal 7 field type that pulls in content from a given URL at a given update interval. By itself, it simply saves the content. You can then use node hooks to process if you want, or simply keep an archive of content changing over time (as node revisions). The content in a URL Content Field is not currently displayed, but is exposed to Drupal's search.

Related projects

  • Feeds is probably what you want if you're importing lists of content and creating new entities. URL Content Field is much simpler, designed for importing stand-alone content, currently without any post-import processing at all.