This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

The plugin admin section will be installed in the admin section ->settings ->Microformats


Shortcodes

[person lastname="x" firstname="y" url="z" email="a" telephone="b" image="url" title="c" class="myclass"]your bio[/person]

[organization name="your company" vat="123" logo="url" telephone="123" email="x" url="url"]company short description[/organization]

[address street="xx" zip="1" locality="z" country="country" /]

[me email='x' /]

[hours week="09-18" mo="13-18" /]

[mycompany /]

[myaddress /]

[myhours /]

Scope of this plugin

This plugin manages the html5 semantic rules for displaying persons, local businesses, opening hours and address data and therefore enhances the searchability (seo) of the wordpress installation that uses this plugin.
The following guidelies are used :http://schema.org/LocalBusiness, http://schema.org/Person, https://schema.org/openingHours, http://schema.org/PostalAddress

Most webmasters are familiar with HTML tags on their pages. Usually, HTML tags tell the browser how to display the information included in the tag. For example, <h1>Avatar</h1> tells the browser to display the text string "Avatar" in a heading 1 format. However, the HTML tag doesn't give any information about what that text string means" Avatar" could refer to the hugely successful 3D movie, or it could refer to a type of profile pictureand this can make it more difficult for search engines to intelligently display relevant content to a user. Schema.org provides a collection of shared vocabularies webmasters can use to mark up their pages in ways that can be understood by the major search engines: Google, Microsoft, Yandex and Yahoo!

Your web pages have an underlying meaning that people understand when they read the web pages. But search engines have a limited understanding of what is being discussed on those pages. By adding additional tags to the HTML of your web pagestags that say, "Hey search engine, this information describes this specific movie, or place, or person, or video"you can help search engines and other applications better understand your content and display it in a useful, relevant way. Microdata is a set of tags, introduced with HTML5, that allows you to do this.

Social Media

This plugin has added 4 social media profiles : facebook, twitter, googleplus and linkedin. These profiles can automatically be added to a person shortcode by using the parameters.

CSS custom styling

Each property in the micro-format container is also its class. So if you want to style the twitter attribute, you can edit the follwing custom styling : 
.micro-format .twitter{ font-size:5em; }