Skip to content
/ vcard3 Public

Fork of MX vCard3 by Max Lazar (PHP7, EE3 compatibility)

Notifications You must be signed in to change notification settings

croxton/vcard3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

##vCard3 v3.0.0

Simply way to generate vCards on your ExpressionEngine site. Forked from MX vCard3 by Max Lazar.

Requirements

Installation

  1. Download vcard3

  2. Unzip the download, and then:

    • ExpressionEngine 2* - move the 'vcard3' folder to the ./system/expressionengine/third_party directory.
    • ExpressionEngine 3* - move the 'vcard3' folder to the ./system/user/addons directory. Go to Add-On Manager and click the button to install vCard3.

How to use

{exp:vcard3 
	display_name = "TSawyer"
	first_name = "Tom" 
	last_name = "Sawyer"
	title = "Mister"
	cell_tel = "+1 914 218 94885"	
	email1 = "Tom.Sawyer@gmail.com"
	url = "http://MarkTwain.com"
	company = "Fence Design"
	work_address = "351 Farmington Avenue, Hartford, CT"
	title = "HR"
	note = "2000-plus fence design ideas submitted"
	vcard_name = "tsawye"
}

About

Fork of MX vCard3 by Max Lazar (PHP7, EE3 compatibility)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages