內容簡介
該外掛會從短碼 [emailme] 創建一個電子郵件鏈接,使 spam 機器人無法找到。
默認情況下,它使用您的 WP 管理員電子郵件,但您可以通過以下參數進行指定:
– ‘name’(@ 符號之前的電子郵件的第一部分)
– ‘addr’(全部電子郵件)
– ‘display’(在 標記之間實際顯示的鏈接內容)
如果您的 WP 管理面板電子郵件(查看您的常規設置面板)
為:[email protected] 那麼
示例:[emailme] => [email protected]
[emailme name=’dave’] => [email protected]
[emailme addr=’[email protected]’] => [email protected]
[emailme display=”info at freedomonlineservices dot net”] => info at freedomonlineservices dot net(但實際上是連結到電子郵件!)
請注意,如果您使用單引號,還可以將 ‘display’ 選項設置為圖像標記。
更多文檔請參閱 http://freedomonlineservices.net/resources/homegrown/emailme-wp-plugin/
在 http://www.freedomonlineservices.net/pluginshowroom/emailme-plugin/ 上有實際案例。
外掛標籤
開發者團隊
原文外掛簡介
Creates an email link from the shortcode [emailme] that spam bots don’t find.
By default it uses your wp admin email but you can specify as parameters either:
– ‘name’ (for the first portion of the email before the @ symbo)
– ‘addr’ for the full email
– ‘display’ for what the link should actually display in between the tags.
If your wp-admin panel email (check your General Setting panel)
is: [email protected] then
Examples: [emailme] => [email protected]
[emailme name=’dave’] => [email protected]
[emailme addr=’[email protected]’] => [email protected]
[emailme display=”info at freedomonlineservices dot net”] => info at freedomonlineservices dot net (but linked to the actual email!)
Note you can also set the ‘display’ option to an image tag if you use single quotes.
More docs at http://freedomonlineservices.net/resources/homegrown/emailme-wp-plugin/
Live examples at http://www.freedomonlineservices.net/pluginshowroom/emailme-plugin/
