开发者 |
Andi Dittrich
aenondynamics |
---|---|
更新时间 | 2020年4月1日 15:20 |
PHP版本: | 3.9 及以上 |
WordPress版本: | 5.4 |
版权: | GPL-2.0 |
版权网址: | 版权信息 |
[email]youraddress@example.com[/email]
- that's it.
Or use the Autodetect filter to transform every E-Mail-Address on your page automatically into an image!
Plugin Features
mail(at)example{dot}org
, to match your website's corporate design.
Security Modes
Cryptex provides various obfuscation modes for E-Mail-Addresses:
/wp-content/plugins/cryptex/cache/
or a custom one)wp_footer
and wp_head
action have to be used (enqueue js+css resources)cryptex
folder (Wordpress Plugin) to the /wp-content/plugins/
directory/wp-content/plugins/cryptex/fonts/
directoryGenerally, WordPress does not process any shortcodes used in text-widgets. You can add the following code to your template functions.php
file to enable shortcode processing: add_filter('widget_text', 'do_shortcode');
This paths - depending on your hosting environment - can be different - if you don't know the path, please ask your hosting provider or upload the fonts manually into the cryptex-plugin-directory \wp-content\plugins\cryptex\fonts\
and use Plugin Directory as font source.
During security restrictions your system font paths could be unaccessable. In this case you have to upload TrueTypeFonts (.ttf) into the cryptex-plugin-directory \wp-content\plugins\cryptex\fonts\
and use Plugin Directory as font source.
The directory /wp-content/plugins/cryptex/cache/
must be writeable - the images as well as the generated css file will be stored there. Try to set chmod to 0644
or 0770
Please use the italic/bold font of the font family you've selected. For example there is an verdana.ttf(normal) and verdanai.ttf(italic) file!
Of course! you can simply use <?php Cryptex::crypt('yourtext'); ?>
to display 'yourtext' as crypted version
Send an email to Andi Dittrich (andi _D0T dittrich At a3non .dOT org) or or open a New Issue on GitHub
srcset
highdpi support (all images generated in the required resolution)modules/
directory as required by wp-skltn
wp-skltn
library updated to 0.17.0 - MPL 2.0 Licensewidth
attribute to html-srcset highdpi images (causes invalid dimension on iOS devices)cryptex
shortcodewp-skltn
library updated to 0.13.0 - MPL 2.0 Licensejquery-cookie
dependencytel:
telephone
href
Shortcode attribute to override the default behaviourcryptex-options
instead of single optionswp-admin/options-general.php?page=Cryptex
LiberationSans-Regular.ttf
imageantialias()
GD function are suppressed by additional checkCryptex
js-type
option - Cryptex javascript is now always injected into the page (wp_footer
action)wp_head
action)readme.txt
(WordPress plugin repository) is generated from the markdown file README.md
and CHANGES.md
(GitHub style)manage_options
required)wp_footer
)wp_head
or wp_footer
)document.getElements()
instaed of leagcy $$()
selectorget_the_excerpt
, get_comment_text
and get_comment_excerpt
the_excerpt
, the_content
, get_comment_text
and get_comment_excerpt
autodetect filtersCryptex::crypt('yourtext');
to display 'yourtext' as crypted versioncryptex/fonts
failed on upgrade (windows servers..)\wp-content\plugins\cryptex\fonts\
cryptex/fonts
failed on upgrade