0

i'm trying to figure out how I can show posts from an external website (on the same server) in a Drupal standard block. Let's say like "recent_blog_posts" but from an external source.

Is there any tutorial into this subject? Can't find any.

apaderno
  • 28,547
  • 16
  • 75
  • 90
NeoVe
  • 3,857
  • 8
  • 54
  • 134

1 Answers1

5

If the external website can provide a RSS feed of its recent content (and it most probably does if it's a blog), then you can use Drupal's Aggregator module (which is in Drupal's core but disabled by default) to show the other's site content in a block.

You can read http://drupal.org/node/289 as a starting point.

pamatt
  • 892
  • 10
  • 13