hCard ShortCode

hCard ShortCode translates vCard to hCard and let’s you display them using a simple [hcard] shortcode.
How it works:
- install the plugin
- upload the vCards in the Media section
- choose a no-space only-alphanumeric lowercase Title for the vCards
- use the [hcard vcard=’vcard title’ only=’optional comma separated vcard fields to display’] shortcode
- style the resulting hCard using CSS
Which fields are supported?
hCard ShortCode supports the following vCard fields:
Ngiven name and family name;- one
EMAILoptionally useTYPEto specify a label to use in the <a> link; - one
TITLE - one
ORG - one
PHOTOwithTYPE=URL - one or more
URL, optionally useTYPEto specify a label to use in the <a> link; - one
ADR
Can you give me a sample vCard?
Sure, here it is:
BEGIN:VCARD
N:Paganotti;Sandro;;;
EMAIL;TYPE=Email:sandro.paganotti@compartoweb.com
TITLE:Software Architect
ORG:Comparto Web
PHOTO;VALUE=URL;TYPE=PNG:/wp-content/uploads/2012/04/official_me-43x43.png
URL;TYPE=Twitter:https://twitter.com/#!/sandropaganotti
URL;TYPE=LinkedIn:http://www.linkedin.com/in/sandropaganotti
ADR;INTL;PARCEL;WORK:;;Via Cipro 66;Brescia;Brescia;25100;Italia
END:VCARD<h3>How can use the 'only' option?</h3>the `only` option can be used to limit the fields printed on the hCard, you
can declare a comma-separated list of the fields you want to be displayed, here’s the
keyword:
namefor given name and family nameemailfor theEMAILorg:titlefor theTITLEorg:namefor theORGurlfor theURLsphotofor thePHOTOlocationfor thrADR
An example:
Here’s a shortcode example:
[hcard vcard="sandropaganotti" only="name,email,org:title,photo,url"]<h3>Kudos and acknowledgements:</h3>This plugin uses the cool Contact_Vcard_Parse class from Paul M. Jones <pjones@ciaweb.net> and a modified version of the phpMicroformats class from Tobias Kluge (enarion.net). Thank you!
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



