History: Pluginincludeurl
Source of version: 4
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)) !! Parameters {pluginmanager plugin="includeurl"} !! Example usage of a full page This code: {CODE(colors="tiki")} {includeurl url="https://tiki.org/HomePage"} {CODE} Would include the content of [https://tiki.org/HomePage] in the current page !! Example to fetch just the center of a Tiki Wiki page {CODE(colors="tiki")} {includeurl url="https://doc.tiki.org/tiki-index_p.php?page=Sample+page"} {CODE} Will produce: {includeurl url="https://doc.tiki.org/tiki-index_p.php?page=Sample+page"}