Loading...
 
Skip to main content

History: Pluginincludeurl

Source of version: 9 (current)

Copy to clipboard
            ! Plugin IncludeURL
Use this ((wiki plugin)) to include the body content from a URL into a page, server-side.

Related Plugins:  ((PluginIframe)), ((PluginAJAXLoad)), ((PluginInclude)) and ((PluginSnarf)).

!! Parameters
{pluginmanager plugin="includeurl"}

!! Example usage of a full page
This code:
{CODE(colors="tiki")}
{includeurl url="https://doc.tiki.org/Included+page+test"}
{CODE}
Would include the content of [https://doc.tiki.org/Included+page+test] in the current page. Since including a full page can produce unexpected results, it's likely better to use the strategy below.

!! Example to fetch just the center of a Tiki Wiki page

For:
{CODE(colors="tiki")}
{includeurl url="https://doc.tiki.org/tiki-index_p.php?page=Included+page+test"}
{CODE}

Please see: ((An example of a page including the content of another page))