Banner for Hcard Vcard Generator Wordpress Plugin
Given a user ID or login, this plugin will generate appropriate microformat compatible hCard and downloadable vCard formats for users. Wordpress Tutorial
Noted That:
  • To install correctly this hcard-vcard-generator-wordpress-plugin.zip .
  • Fisrt Download the hcard-vcard-generator-wordpress-plugin.zip to your computer
  • Extract/Open hcard-vcard-generator-wordpress-plugin.zip to Your Computer.
  • Then, Find readme.txt file inside hcard-vcard-generator-wordpress-plugin.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " hcard-vcard-generator-wordpress-plugin.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Hcard Vcard Generator Wordpress Plugin

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Hcard Vcard Generator Wordpress Plugin

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Hcard Vcard Generator Wordpress Plugin

Step-5 : Now, Browse " hcard-vcard-generator-wordpress-plugin.zip " Downloaded plugin from your computer, Where you downloaded " hcard-vcard-generator-wordpress-plugin.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Hcard Vcard Generator Wordpress Plugin

Step-6 : Now, Click on " Active Plugin "

Activate Hcard Vcard Generator Wordpress Plugin

Step-7 : Then, See left Side Menu. " Hcard Vcard Generator Wordpress Plugin " folder is added on left Side Menu. Now, Click on " Hcard Vcard Generator Wordpress Plugin " folder.

Noted that: If you do not see " Hcard Vcard Generator Wordpress Plugin " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Hcard Vcard Generator Wordpress Plugin Configurations and Settings or How to work " Hcard Vcard Generator Wordpress Plugin " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " hCard & vCard Generator " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is hCard & vCard Generator
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place in your templates where $userID is the user’s ID and $cardType is either “hCard” or “vCard”, or use the provided hCard vCard widget in the sidebar, or thirdly you can use shortcode to insert into posts/pages. See below:

For example to generate the hCard for admin use:

To generate the vCard for admin use:

Alternatively, as of version 1.2 you can display the widget via shortcode:
[hcardvcard title=”Testing Title” user=”1? display_vcard=true display_hcard=true]

All attributes for the shortcode are optional, the current author gets used if no user value is given.

There is also a Widget included for easy use in the sidebar.

You can use the login name for the user value with the shortcode or widget rather than the ID, but calling the generate function directly requires the User ID.


Name