Hello guys, im having troubles with google plus, when i insert a post in that social network i get wrong title for the link
Please se the image bellow
http://s23.postimg.org/favjibo7f/Untitled.png
http://androidzone.org/2015/08/siemens-vuelve-al-ruedo-de-los-celulares-con-un-android-de-alta-gama/
Hello. I have a similar problem. Yoast SEO installed.
Please help to fix it.
http://shpargalkavid.info/?p=643
thanks in advance
fixed!
file td_module_single.php
I changed it:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . esc_url( get_permalink() ) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>
to:
<a class="td-social-sharing-buttons td-social-google" href="http://plus.google.com/share?url=' . urlencode(esc_url(get_permalink())) . '&title=' . htmlspecialchars(urlencode(html_entity_decode($this->title, ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8') . '&source=' . urlencode(get_bloginfo('name')) . '" onclick="window.open(this.href, \'mywin\',\'left=50,top=50,width=600,height=350,toolbar=0\'); return false;"><i class="td-icon-googleplus"></i></a>