Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This project defines an input filter that uses special tags to insert the contents of an external web page into text. You may use [transclude:url base] tags in the body of a node or anywhere that Drupal\'s filter system runs to display the contents of an external web page at url. The base specifies a base path that should be used to convert relative URLs in image tags to absolute URLs. One way this can be useful is as a way of inserting the text of Wikipedia articles into nodes and having that text automatically updated whenever the Wikipedia article changes. For example, the following code would insert the Wikipedia article about Drupal into a node.

[transclude:http://en.wikipedia.org/wiki/Drupal?action=render http://en.wikipedia.org/wiki]

Project information