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 | ||||||||||
Include the body content from a URL Introduced in Tiki 15. Required parameters are in bold .Go to the source code Preferences required: wikiplugin_includeurl
|
Example usage of a full page | |
This code: Copy to clipboard
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 | |
Copy to clipboard
|