How are organizer e-mail addresses obfuscated?

Home Forums Calendar Products Events Calendar PRO How are organizer e-mail addresses obfuscated?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1364387
    Nick
    Participant

    When I add a new organizer, there’s some help text above the Phone field that says, “The e-mail address will be obfuscated on your site to avoid it getting harvested by spammers.” However, organizer e-mail addresses appear on the the single event view and don’t seem to be obfuscated or hidden in any way.

    #1365194
    Andras
    Keymaster

    Hello Nick,

    Thanks for reaching out! What a great question!

    The email addresses look proper on the front-end. On the code side however most characters are converted to their html entities.

    This email address:

    [email protected]

    looks like this in the code:

    andras@tri.be

    And on every pageload it is randomized which characters get encoded.

    Hope this clarifies. Please let me know if you have any further questions. I’d be happy to help.

    Cheers,
    Andras

    #1366148
    Nick
    Participant

    This reply is private.

    #1366432
    Andras
    Keymaster

    This reply is private.

    #1366441
    Nick
    Participant

    Oh! I was viewing it with the web inspector — the DOM is rendering the converted characters correctly. The actual HTML source is encoded. Thanks!

    #1367322
    Andras
    Keymaster

    You’re super welcome, happy I could help. 🙂

    Since this is resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How are organizer e-mail addresses obfuscated?’ is closed to new replies.