Difference between revisions of "MetaTag Widget"

From unroole CMS wiki
Jump to: navigation, search
(Created page with "<noinclude>{{for|more information|Widgets}}</noinclude> MetaTag Widget lets you add meta tag to the page. {{clear}} == Properties == In the Layout Editor, metatag widget...")
 
m
Line 1: Line 1:
 
<noinclude>{{for|more information|Widgets}}</noinclude>
 
<noinclude>{{for|more information|Widgets}}</noinclude>
MetaTag Widget lets you add meta tag to the page.
 
 
{{clear}}
 
 
== Properties ==
 
In the [[Layout Editor]], metatag widget have these properties:
 
 
{{Css Image Crop
 
{{Css Image Crop
 
   |Image = MetaTag Widget Property.png
 
   |Image = MetaTag Widget Property.png
Line 14: Line 8:
 
   |Description = Property panel for MetaTag Widget
 
   |Description = Property panel for MetaTag Widget
 
}}
 
}}
 +
The Meta Tag Widget allows you to add custom meta tags to the header of your pages. This is useful for services that rely on page meta data that is not included as part of the normal page properties. An example could be the [http://developers.facebook.com/docs/opengraph/ Facebook Open Graph] API.
 +
 +
There are two primary benefits for using the meta tag widget:
 +
 +
# Validation of meta tag format to ensure compatibility
 +
# Integration with other widgets that deal with meta tags
 +
#* Ex: The meta tag widget can be used with other social media widgets to ensure that the correct headers are written and not duplicated on a page.
 +
 +
{{clear}}
 +
 +
== Properties ==
 +
In the [[Layout Editor]], metatag widget have these properties:
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 20: Line 26:
 
! Description
 
! Description
 
|-
 
|-
| Meta Tags:
+
| Meta Tags
| Type in the tags you want to add.
+
| A list of the meta tags to be added to a layout.
|-
+
| Custom Id
+
| Type in a custom id. This id can then be used in CSS and Javascript to change the style and behaviour of this widget.
+
|-
+
| Custom Classes
+
| Type in a custom class, or mutiple classes seperated. These classes can then be used in CSS and Javascript to change the style and behaviour of this widget.
+
 
|}
 
|}
  
 
+
''For global widget properties see [[Widgets#Common_Properties|Widgets]]''
  
  
 
{{clear}}
 
{{clear}}

Revision as of 09:28, 31 October 2012

MetaTag Widget Property.png

Property panel for MetaTag Widget

The Meta Tag Widget allows you to add custom meta tags to the header of your pages. This is useful for services that rely on page meta data that is not included as part of the normal page properties. An example could be the Facebook Open Graph API.

There are two primary benefits for using the meta tag widget:

  1. Validation of meta tag format to ensure compatibility
  2. Integration with other widgets that deal with meta tags
    • Ex: The meta tag widget can be used with other social media widgets to ensure that the correct headers are written and not duplicated on a page.

Properties

In the Layout Editor, metatag widget have these properties:

Name Description
Meta Tags A list of the meta tags to be added to a layout.

For global widget properties see Widgets