A WordPress Add-on
Tags: microdata, microformat, schema, itemprop, itemtype, itemscope, shortcode, tinymce, editor
Requires at least: 3.0.1
Tested up to: 4.3.1
Stable tag: 1.5
== Changelog ==
= 1.5 =
* TinyMCE buttons now assign editor selected text as content of the generated code. Great!
= 1.4 =
* Bug fixed
= 1.3 =
* New TinyMCE buttons! Now you can insert itemscopes, itemprop or keywords from TinyMCE panel.
= 1.2 =
* New [meta_geo_coordinates] and [meta_blog_posting] shortcodes.
* `[meta_geo_coordinates lat="39.321123" lon="0.654987" /]` will return `<div itemscope="" itemprop="geo" itemtype="http://schema.org/GeoCoordinates"><meta itemprop="lat" content="39.321123"><meta itemprop="lon" content="0.654987"></div>`
* `[meta_blog_posting /]` will return `<div itemscope="" itemtype="http://schema.org/blogPosting"><meta itemprop="headline" content="1the_post_title"><meta itemprop="datePublished" content="1the_post_date_Y_m_d"><meta itemprop="image" content="1the_post_thumbnail_image_url"></div>`
* Both [meta_geo_coordinates] and [meta_blog_posting] will also admit content between [shortcode][/shortcode] marks.
= 1.1 =
* You can use [kw], [ip] or [is]. They work like [keywords], [itemprop] and [itemscope]. Work with less characters!
= 1.0 =
* Better version. See *Other notes* tab.
= 0.5 =
* First version, only admits *blogPosting* and *GeoCoordinates* schemas.