Via a mobile App my users can send a reference object with their data to our server. This is either a calander event or a contact. The format used is vCal or vCard.
On my website I would like to display the reference object along with the data. Idealy a icon which on hover or click displays the vCard / vCal with a the possibility to save it. This doensn't have to be with ajax. My site uses jquery and has to be able to work in IE7 and higher.
I've found quite bunch of examples (mostly CV or gallery type stuff) in a range of technology's (microformats and so on). I'm looking for a more simple example.
What would be a good plugin or sollution for this?
many thanks.
You can use the hCard microformat to mark up the vCard data on your site, e.g.
Then add a link to convert that via http://h2vx.com/vcf. The service will parse the URL you tell it to for any hCards on the site, convert them to a vCard and offer that for download then.