Viewing 1 replies (of 1 total)
  • Plugin Author Perials

    (@perialscom)

    Hi medialeakz,

    The email client that opens up on clicking the email button is the one set as the default on one’s machine. Your’s just like most of the Windows user is Outlook. Unfortunately this is how it is suppose to work.

    A work around for this would be to remove the email href and show the email address in tooltip when someone hovers over the email icon. So if you are using rounded icons change below code on line 14 in includes/template-button-w-c.php

    'email' => '<a href="mailto:?Subject='.str_replace(' ', '%20', get_the_title()).'&Body='.str_replace(' ', '%20', 'Here is the link to the article: '.get_permalink()).'" title="Email this article"></a>'

    to

    'email' => '<a href="javascript:void(0);" title="[email protected]"></a>'

Viewing 1 replies (of 1 total)
  • The topic ‘email icon’ is closed to new replies.