History: PluginHtmlFeed
Source of version: 12 (current)
Copy to clipboard
! Plugin Html Feed Use this ((wiki plugin)), introduced in ((Tiki9)), to show content from one Tiki-website on another Tiki-website. It could be used to prevent several versions of the same document on different sites. Useful for ex. for the same imprint on two related websites of the same project etc. With ((HTML feed)), you just need to maintain those documents on one place (website) and feed to one or several other website(s). !! Parameters {pluginmanager plugin="htmlfeed"} !!! Usage notes * For traffic reasons HTMLFEED content is cached and after changing a feed's content (literally just a normal wiki pages content) - you need to clear caches of the sending wesbsite to update on the receiving sites. * Only formatting wikiplugins like PluginFont and PluginSplit are supported, but not listing plugins, image or modules (for ex.: upcoming_events, img, trackerlist). !! Examples !!! Syntax of the sending website {CODE(colors="tiki")} {HTMLFEED(name="SomeName")} Content {FONT(size="20")}some wikisyntax works{FONT} {SPLIT(colsize="5%|95%")}for ex. Split and Font --- but not {img} {SPLIT} Content {HTMLFEED} {CODE} !!! Syntax of the receiving site(s) {CODE(colors="tiki")} {HTMLFEEDLINK(feed="http://sendingdomain.com/tiki-feed.php?type=html" name="SomeName")} {HTMLFEEDLINK} {CODE} !! Related pages * ((PluginHtmlFeedLink)) !! Aliases (alias(Plugin HtmlFeed)) | (alias(Plugin Html Feed)) | (alias(PluginHtmlfeed))