Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
PluginMetaTag | Documentation for Tiki Wiki CMS Groupware
Loading...
 

Plugin Meta Tag

Introduced in Tiki17

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.

Parameters

Tiki Doc From Code error: metatag not found

Examples


Short syntax example:

Copy to clipboard
{metatag content="http://example.org/foo.jpg" name="twitter:image"}


Block syntax example:

Copy to clipboard
{METATAG()} {METATAG}

Limitations

  1. It only adds the tag(s) to the head, it does not replace them, so if the same meta name tag is added, it will be twice there and first one takes the precedence
  2. It will not replace the admin settings. If a meta tag "description" is define at "tiki-admin.php?page=metatags" it will be used (at the beginning of the head) and a second meta tag "description" using this time the content from the plugin Meta Tag will be added. (tested on Tiki24)
  3. The plugin content must be approved, so it cannot be used for dynamic variables (unless all variants are approved)

Related pages

Aliases

Meta Plugin | Plugin Meta | PluginMeta | PluginMetaTags

List Slides
Show PHP error messages