
內容簡介
eCards 是一個 WordPress 外掛,用來發送電子賀卡給朋友,可以在頁面、文章或側邊欄中實現使用。
有兩種方式可以使用此外掛:
將短代碼 [ecard] 添加到文章或頁面中。
從模板文件中調用函數:<?php if (function_exists('display_ecardMe')) { echo display_ecardMe(); } ?>。
如果您的圖片已經上傳到媒體庫,可以使用其 ID 來顯示它們:
[ecard id="1, 2, 3, 4, 78"]
這些 ID 對應媒體庫中的圖片。此功能可消除手動附加圖片的需要,且可消除多次上傳同一圖片的需要,以將其附加到不同的文章或頁面上。
文檔
查看 eCards 文檔 ,以獲取進階的安裝、使用和設置說明。
高級功能
如果您需要一些進階功能,您可以購買 PRO 版本,以獲得額外的 eCards 功能。
6 個月的支持
用户上傳
Dropbox 上傳集成
eCard 設計師
重定向(在發送 eCard 後向用戶發送特殊的“謝謝”頁面)
eCard 集合(設計和組織您的 eCards,重新排列圖像)
包括文章/頁面內容(如果您有某個特定的 eCard“故事”或信息要傳達,這很有用)
允許發送者副本自己
eCard 調度
eCard CPT(僅限開發人員)
外掛標籤
開發者團隊
原文外掛簡介
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:
Add the [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.
Documentation
Check out the eCards Documentation for advanced installation, usage, and setup instructions.
Premium Features
Just in case you want some advanced features, you can purchase the PRO version to get access to additional features for your eCards.
1 year support
User uploads
eCard designer
Redirection (send users to a special “Thank You” page after sending an eCard)
eCard Collections (design and organize your eCards and re-order your images)
Include post/page content (useful if you have a certain eCard “story” or message you want to convey)
Allow the sender to CC self
eCard scheduling
eCard CPT (developers only)
