History: PluginMeta
Preview of version: 2
Plugin Meta
Introduced in Tiki17
Please note
Only in trunk now. Not released yet.
Use this wiki plugin to be able to insert one or more custom meta tags in the HTML head
of the page where the plugin is present.
Useful when you want to provide custom meta tags per page, e.g. for sharing with specific image on Social Networks.
As the body (data) of the plugin is taken as raw html it always requires plugin approval by trusted site Admin/Editor on each edit.
Table of contents
Parameters
Tiki Doc From Code error: metaplugin not found
Examples
Short syntax example:
Copy to clipboard
{meta content="foo.jpg" name="twitter:image"}
Block syntax example:
Copy to clipboard
{META()} <meta content="foo.jpg" name="twitter:image"> <meta content="foo.jpg" property="og:image"> {META}