تفصیل
Obfuscation of email via the [antispambot]...[/antispambot] shortcode syntax using built-in WordPress Codex functionality. It works within widgets as well.
Alternative variations:
[antispambot]user@example.com?subject=foo+bar&body=baz[/antispambot]creates a mailto: link with subject and body pre-populated[antispambot nolink=1]user@example.com[/antispambot]just displays the email without a link wrapping it[antispambot linktext="click here"]user@example.com[/antispambot]displays the text "click here” with a link to the email address
Note :- This plugin is inspired from "Anti-Spambot” plugin.
انسٹالیشن
Install via "Add Plugin”.
عمومی سوالات
-
How does this work?
-
This plugin converts email addresses within the
[antispambot]...[/antispambot]shortcodes using the built-in WordPress Codex antispambot() function. The function converts email address characters to HTML entities. It converts a random selection of characters each time, making it more difficult for spam-bots to "harvest” the email address programmatically. -
Is it foolproof?
-
The only foolproof way to ensure email addresses do not get harvested from a web page is to not include them on the page in any form. However, the method created by the WordPress developers that we employ here should provide reasonable protection against all but the most concerted automatic-harvesting efforts.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“Extended Antispambot” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Extended Antispambot” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0
- Initial release