Overview

Simply way to generate vCards on your site.
  vCard is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways, such as on the World Wide Web or Instant Messaging. They can contain name and address information, phone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips.

Requirements

  1. ExpressionEngine 2

Example

{exp:vcard3 
display_name = "TSawyer" 
first_name = "Tom" 
last_name = "Sawyer"
title = "Mister"
cell_tel = "+1 914 218 94885"    
email1 = "[email protected]"
url = "http://MarkTwain.com"
company = "Fence Design"
title = "HR"
note = "2000-plus fence design ideas submitted"
vcard_name = "tsawye"
photo = "/images/avatars/default_set/zombie_bunny.png"
photo_base64="yes"
}
is this code works? [ Test it NOW! ]