Wordpress Plugin: Wordpress vCard
April 19th, 2007Overview
With this Wordpress plugin, you can add your vCard details via the Wordpress administration area and then display a link to your vCard via a vCard icon.
Requirements
If you are running Wordpress, then you will most likely be able to run this plugin.
Installation
Download the zip file under the download section below and unzip its contents. Place the ‘vcard’ folder under ‘wp-content/plugins/’ and place the ‘wp-vcard’ folder under the root directory. Activate the plugin. There are two ways you can display the vCard icon on your page. If your Wordpress theme is widget-enabled, you can manage it under ‘Presentation->Sidebar Widgets’. Otherwise, you will have to manually place the following line of code in your theme: “<?php displayvCardLink(); ?>”.
If you would like some help, drop me an email: simon.dalfonso (at) gmail (dom) (com)
Usage
Go to ‘Options->vCard Details’ to enter your details.
Download
Please do add any comments you have, including suggestions, feature requests and bug reports.





May 2nd, 2007 at 8:38 am
[…] Wordpress vCard allows you to add your vCard details via the Wordpress administration area and then display a link to your vCard via a vCard icon. […]
May 3rd, 2007 at 2:09 am
[…] good plugin and looking to try out new ones. The next two I’m looking forward to trying are: wordpress vcard and organize […]
May 7th, 2007 at 3:37 am
[…] Wordpress vCard te permite añadir los detalles de tu vCard via el área de administración de WordPress y luego desplegar un enlace a tu vCard por medio de un ícono de vCard. […]
October 21st, 2007 at 10:33 am
On your site I press an icon vCard and there the file wp-vcard.php is downloaded… But is necessary the file *.vcf ?
October 21st, 2007 at 10:58 am
the file extension .vcf is not neccessary; this is because in the .php file on line 7 I state “Content-type: text/x-vcard”
if your computer has a program capable of reading vCards, then you should be prompted to open it with that program
October 21st, 2007 at 11:11 am
I use Mozilla FireFox. And this program save on a disk a file *.php
October 21st, 2007 at 11:27 am
ok, it seems you don’t have a program which is automatically associated with .vcf files. what you can do is to just right-click and ’save link as’, then save it as a .vcf file; for example, ‘wp-vcard.vcf’
April 19th, 2008 at 4:40 am
Hi - Is this plugin updated for WP 2.5?
- Scott
April 21st, 2008 at 11:31 pm
My blog is running WP 2.5 and it seems to be working.
April 30th, 2008 at 9:56 pm
hi, i’m on WP2.5 and i get this error message on the vCard Details:
__
Warning: file(/wp-content/plugins/vcard/vcard.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /wordpress/wp-content/plugins/vcard/vcard.php on line 104
Warning: implode(): Argument to implode must be an array. in /wordpress/wp-content/plugins/vcard/vcard.php on line 104
__
Can you help me fix this, i’m afraid i’m a newbie…
Cheers, Mo
May 5th, 2008 at 3:36 am
looking into this
October 21st, 2008 at 9:46 am
Is that working on WP 2.6.1 ?
I can activate it, fill the vCard info, save, but then, nothing is displayed.
The link open an empty file while the vcard.xml file is correctly filled.
Anything I miss ?
BTW, is it possible to handle more than one vCard ?
Thanks in advance
FVE