/ecards/
folder to your /wp-content/plugins/
directory[ecard]
shortcodeIf you are using an email delivery solution, skip Step 2.
Set up your email delivery solution – SendGrid, Sendinblue, Amazon, Mailgun, Gmail or custom SMTP – and use an SMTP plugin to link it to your WordPres site. Add the selected email address inside the Email Options tab, in eCards settings.
Create a dedicated email address to use for sending eCards and prevent your messages landing in Spam/Junk folders. Use noreply@yourdomain.com
, ecards@yourdomain.com
or something similar. You will not receive any emails on this address, as it is only used for sending. Use your cPanel or Plesk panel to create an empty mailbox. Add this email address inside the Email Options tab, in eCards settings.
Go to the Diagnostics tab and check if your mail sending function is working.
Go to the Labels tab and configure (or translate) the strings as necessary.
The plugin is configured to use the best settings for your site, but you might want to check all the tabs – Settings, Email Options, Restrictions & Payments and Labels – and change the options as necessary.
Adding eCards to a post or a page is accomplished by uploading one or more images for the [ecard]
shortcode.
Images can be uploaded directly to the post or page where the shortcode is present, not attached from the Media Library. Inserting the images is not necessary, as the plugin creates the eCard automatically and displays all uploaded/attached images.
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.
1. Add the
shortcode to a post or a page or call the function from a template file:
<?php
if (function_exists('display_ecardMe')) {
echo display_ecardMe();
}
2. Use noselect
as ALT
text for attached images you do not want included as eCards, or use the custom ID parameter to only include specific images, as shown above.
Remember: If you use WordPress 4.9 or lower or ClassicPress, use the Add Images button to upload images to your post or page. Do not insert them into the page, as the plugin does it automatically.
Note: When an eCard is sent, it uses the large version of the image, as the maximum allowed email width is 600px.