
內容簡介
一般使用方法
在 E-Mail 設定中,修改發送 E-Mail 的方法。如果方法錯誤,則無法發送郵件。
需要重新生成永久網址 (WP-Admin -> 設定 -> 永久網址 -> 儲存更改)
打開 wp-content/themes/<YOUR THEME NAME>/index.php (你也可以放入 single.php、post.php、page.php 等中)
搜尋: <?php while (have_posts()) : the_post(); ?>
只需在你希望透過電子郵件發送鏈接的迴圈中增加此代碼: if(function_exists('email_link')) { email_link(); }
如果你不想在每篇文章/頁面上顯示電子郵件鏈接,請勿使用上述代碼。只需在所選文章/頁面內容中輸入 [email_link] 即可將電子郵件連結嵌入該文章/頁面中。
建構狀態
開發
https://github.com/lesterchan/wp-email
翻譯
http://dev.wp-plugins.org/browser/wp-email/i18n/
致謝
插件圖標由 Yannick 提供,來自 Flaticon
圖示來自 FamFamFam。
捐款
我大部分的空閒時間都花在創建、更新、維護和支援這些插件上。如果你真的喜歡我的插件,能夠捐贈我一些錢作為我的生活費用,我將不勝感激。如果不行也請隨意使用,沒有任何義務。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
General Usage
Under E-Mail Settings, modify the setting Method Used To Send E-Mail accordingly. If the method is wrong, no email will get sent.
You Need To Re-Generate The Permalink (WP-Admin -> Settings -> Permalinks -> Save Changes)
Open wp-content/themes/
Find:
Simply add this code inside the loop where you want the email link to display: if(function_exists('email_link')) { email_link(); }
If you DO NOT want the email link to appear in every post/page, DO NOT use the code above. Just use the shortcode by typing [email_link] into the selected post/page content and it will embed the email link into that post/page only.
Build Status
Development
https://github.com/lesterchan/wp-email
Translations
http://dev.wp-plugins.org/browser/wp-email/i18n/
Credits
Plugin icon by Yannick from Flaticon
Icons courtesy of FamFamFam.
Donations
I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks as my school allowance, I will really appreciate it. If not feel free to use it without any obligations.
