• Hello!

    I have recently installed plugin for crypting emails. And now I have question:

    Is it possible to use plugin for crypting emails with javascript in and out of a href?

    I wrote in code: <a href="mailto:m@m.com">m@m.com</a>
    Result: <a href="javascript:DeCryptX('nAn/sv')">m@m.com</a>
    Mark: it’s not good, only half of emails hidden

    Try #2: <a href="mailto:m@m.com">mailto:m@m.com</a>
    Result: <a href="javascript:DeCryptX('nAn/sv')">javascript:DeCryptX('nAn/sv')</a>
    Mark: bad, address is hidden, but content of tag is totally useless

    What I want: hiding email not only in href, but in content of a tag also, which plugin in currently state can’t provide

    http://wordpress.org/extend/plugins/cryptx/

  • The topic ‘[Plugin: CryptX] Using plugin for crypting emails in tag and content of tag too’ is closed to new replies.