
eCards Settings
eCards is a WordPress plugin used to send electronic cards to friends. It can be implemented in a page, a post, or the sidebar.
There are two ways you can use this plugin:
[ecard] shortcode to a post or a page.Call the function from a template file:
if ( function_exists( 'display_ecardMe' ) ) {
echo display_ecardMe();
}
If your images are already uploaded, and they are present in your Media Library, use their IDs to display them:
[ecard id="1, 2, 3, 4, 78"]
The IDs correspond to images in your Media Library. This feature eliminates the need to manually attach images and also eliminates the need to upload the same image multiple times, just to have it attached to different posts or pages.
Check out the eCards Documentation for advanced installation, usage, and setup instructions.
Just in case you want some advanced features, you can purchase the PRO version to get access to additional features for your eCards.