Skip to content
Public Ticket #3131

Email Icon not working in Single Post

Conversation thread

aquintero replied

Customer Reply

OMG! OF COURSE! LOL

Sorry, I will do it! 

PenciDesign replied

Staff Reply

Hi,

That's email social sharing - It helps your readers send your posts to someone - not you. So, your changes is not correctsmile.pngYou should change it back to before.

Best Regards,

PenciDesign

aquintero started the conversation

Conversation Start

Hi there,

The email icon next to socials inside single posts is not working properly. If you click on email icon, you go to your email app but the email is not filled. I took a look to the code inside functions.php, and I saw that the code inside penci_soledad_social_share() function works as it is written: 

$link = esc_url ( 'mailto:?subject=' . $text . '&BODY=' . $link );

I have changed as you can see below using the function , and now it works ok. 

$link = esc_url ( 'mailto:'.get_bloginfo('admin_email').'?subject=' . $text . '&BODY=' . $link );

Thanks!

\

Want to join this conversation or access attachments? Sign in first.