Changeset 2360391
- Timestamp:
- 08/13/2020 05:25:14 PM (6 years ago)
- Location:
- mail-crypter
- Files:
-
- 7 edited
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/screenshot-1.PNG (modified) (previous)
-
assets/screenshot-2.PNG (modified) (previous)
-
assets/screenshot-3.PNG (modified) (previous)
-
assets/screenshot-4.PNG (modified) (previous)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-crypter/trunk/readme.txt
r2148475 r2360391 1 === Mail Crypter===2 Contributors: mc17 uulm3 Tags: mail, security, encryption, spam, email, secure, encrypt, protect1 === Mail Encrypt === 2 Contributors: mc17 3 Tags: mail, email, security, protection, encryption, spam, bots, secure, encrypt, protect, easy, fast 4 4 Requires at least: 4.4.1 5 Tested up to: 5. 2.25 Tested up to: 5.5 6 6 Stable tag: trunk 7 Requires PHP: 7.2 7 8 License: GNUv3 8 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 9 10 10 S ecures your mail addresses from spam bots. Use the [mail-crypt] shortcode to add encrypted mail addresses to your page11 Simple and easy to use plugin to protect your email addresses of spam bots. With the [mail_encrypt] shortcode or our own Gutenberg block, all your email addresses are secure! 11 12 12 13 == Description == 13 # WP Mail Crypter 14 Version 2.0.3 14 # WP Mail Encrypt 15 <sup>Version 3.0</sup> 16 17 <sup>til version 3.0 known as 'Mail Crypter'</sup> 15 18 16 19 ## Wordpress anti-spam mail plugin 17 20 18 This plugin secures your email addresses on your wordpress page from spam bots. With the simple use of the `[mail_crypt]` shortcode you can easily protect your email addresses from bots. 21 Simple and easy to use plugin to protect your email addresses of spam bots. With the [mail_encrypt] shortcode or our own Gutenberg block, all your email addresses are secure! 19 22 20 23 --- 21 24 22 ### # Usage:25 ### Usage 23 26 24 Insert your email address and a link text (optional) to the `[mail_crypt]` shortcode: 25 `[mail_crypt mail="your@mailaddress.com" text="My Name"]`. 27 #### Gutenberg Block 26 28 27 Result on your page: [My Name](mailto:your@mailaddress.com) 29 Since version 3.0 the plugin provides an own Gutenberg Block. All email addresses used in our "MailEncrypt Block" are automatically encrypted (see our screenshots). 28 30 29 Sourcecode: 30 ```html 31 <a href ='mailto:your@mailaddress.com'>My Name</a> 32 ``` 31 #### Shortcode 33 32 34 Now your email address isn't visible anymore for spam bots. You can also encrypt your email addresses via Javascript: 33 You can use our shortcode with the Gutenberg Editor and the Classic Editor. With the Gutenberg Editor use simply the "Shortcode Block" and insert the same shortcode, as in the Classic Editor. 34 35 If you are using the Classic Editor you can enter the shortcode direct: 36 37 Insert your email address and a link text (optional) to the `[mail_encrypt]` shortcode: 38 `[mail_encrypt mail="your@mailaddress.com" text="My Name"]`. 39 40 You can also use our TinyMCE plugin in the Classic Editor. With a simple click on the MailEncrypt Icon, the shortcode is build fast for you. 41 42 #### Generator 43 44 You want to use our system in other areas? No problem! We provide our own generator in the admin menu. Simply insert the to be protected email address and get 45 the associated sourcecode. 46 47 #### Javascript 48 49 *deprecated since v3.0* 50 51 *older shortcodes with js active are still working* 35 52 36 53 --- 37 54 38 ### # Javascript:55 ### How are the mail addresses encrypted 39 56 40 Only add the `js` attribute to your shortcode: `[mail_crypt mail="your@mailaddress.com" text="My Name via js" js="true"]` 57 The plugin uses a simple mechanism, which has no negative effect on the page speed. On the result page, the email address is displayed as follows: [My Name](mailto:your@mailaddress.com) 41 58 42 Result on your page: [My Name via js](mailto:your@mailaddress.com) 43 44 Sourcecode: 59 In the sourcecode the email address can not be found by a spam bot: 45 60 ```html 46 <a href ='#' name='mail-encrypt-href' value='{qwtBockncfftguu0eqo'>O{"Pcog</a>`61 <a href ='mailto:your@mailaddress.com'>My Name</a> 47 62 ``` 48 63 … … 54 69 [https://de.wordpress.org/plugins/mail-crypter/](https://de.wordpress.org/plugins/mail-crypter/) 55 70 71 The full sourcecode can be found on github: 72 56 73 **github.com:** 57 [https://github.com/mc17uulm/wp-mail- crypter](https://github.com/mc17uulm/wp-mail-crypter)74 [https://github.com/mc17uulm/wp-mail-encrypt](https://github.com/mc17uulm/wp-mail-encrypt) 58 75 59 76 == Installation == 60 1. Download zip and upload via wordpress installer, or search in plugins menu for "Mail Crypter" and install plugin77 1. Download zip and upload via wordpress installer, or search in plugins menu for "Mail Encrypt" and install plugin 61 78 2. Activated plugin 62 3. Add `[mail_crypt]` shortcode on your pages and posts as shown in the description79 3. Use the `[mail_encrypt]` shortcode or our 'MailEncrypt Block' Gutenberg block to protect your email addresses secure and fast! 63 80 64 81 == Screenshots == 65 1. You can encrypt your mail address directly in the menu 66 2. Or use the menu in the editor to create a shortcode 67 3. Example shortcode. Usage shown in description 68 4. No mail address is shown in the source code now. The email address is secure from spam bots but still visible for visitors. 82 1. With our new 'MailEncrypt Block' all mail addresses are encrypted automatically. 83 2. In our new 'MailEncrypt Block' the protected mail addresses are marked. 84 3. On the frontend your users see the mail address just as a normal link. For spam bots the address is not visible. 85 4. To protect your mail address but use another text for the link, just use our '[mail_encrypt]' shortcode. 86 5. Use our generator to encrypt any mail address in our backend. 87 6. You can use our shortcode generator in the Classic Editor to build your custom shortcode. 88 7. Usable in the Classic Editor with our '[mail_encrypt]' shortcode. 69 89 70 90 == Changelog == 91 92 = 3.0 = 93 * new design 94 * renaming 95 * integration in Gutenberg Editor via 'MailEncrypt Block' 96 * backend generator running now on client 97 * fixed bugs 98 71 99 = 2.0.3 = 72 100 * added Internationalization
Note: See TracChangeset
for help on using the changeset viewer.