=== SimpleSchema Free ===
Contributors: sergiomico
Donate link: http://hire.sergiomico.com/
Tags: microdata, microformat, schema, itemprop, itemtype, itemscope, tinymce, editor
Requires at least: 3.0.1
Tested up to: 4.3.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
EN: This microdata insertion shortcode tool prevents the WordPress built-in TinyMCE content editor removing microdata when you change post content editor view from code text to visual.
ES: Esta herramienta shortcode para inserción de microdatos evita que el editor de contenidos TinyMCE incorporado en WordPress elimine los microdatos cuando cambias la vista del contenido del post de vista de código a vista visual.
== Description ==
EN: This microdata insertion shortcode tool prevents the WordPress built-in TinyMCE content editor removing microdata when you change post content editor view from code text to visual.
ES: Esta herramienta shortcode para inserción de microdatos evita que el editor de contenidos TinyMCE incorporado en WordPress elimine los microdatos cuando cambias la vista del contenido del post de vista de código a vista visual.
You must See Examples tab.
== Examples ==
** Example 1: [keywords][/keywords] **
`[keywords]Cars[/keywords]`
returns:
`Cars`
** Example 2: [keywords tag="*HTMLtag*"][/keywords] **
`[keywords tag=h2]Cars[/keywords]`
returns:
`
Cars
`
** Example 3: [itemprop][/itemprop] **
`[itemprop name="name"]LocalBusiness Name[/itemprop]`
returns:
``
** Example 4: [itemprop tag="*HTMLtag*"][/itemprop] **
`[itemprop name="name" tag="h1"]LocalBusiness Name[/itemprop]`
returns:
`LocalBusiness Name
`
** Example 4: [itemscope itemprop="*Its itemprop, if needed*" itemtype="*Its schema name*"][/itemscope] **
`[itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Cars[/keywords][/itemprop][/itemscope]`
returns:
`LocalBusiness Name
`
** Complete example: parent itemscope wrapping itemscope childs **
`[itemscope itemtype="LocalBusiness" tag="div" start /]
[itemprop name="name" tag="h1"][keywords]LocalBusiness Name[/keywords][/itemprop]
[itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Cars[/keywords][/itemprop][/itemscope]
[itemscope itemprop="owns" itemtype="Product"][itemprop name="name" tag="h2"][keywords]Motorcycles[/keywords][/itemprop][/itemscope]
Correo electrónico: [itemprop name="email" tag="em"]dev@sergiomico.com[/itemprop]
Teléfono: [itemprop name="telephone" tag="strong"]+1-800-000-000[/itemprop]
[itemscope tag="div" end /]`
returns:
``
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
1. Unzip the zip file to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place the right shortcodes in your post/page content editor
== Changelog ==
= 1.0 =
* .
= 0.5 =
* First version, only admits *blogPosting* and *GeoCoordinates* schemas.
== Upgrade Notice ==
= 1.0 =
Sorry but, this version changes all (to a better version, of course). You might do revision to your SimpleSchema Free shortcodes.