Google + Bad titles

Posted in: Newspaper
Post count: 9

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/

Post count: 9544

You need to have og tags added otherwise g plus scrapes page and gets confused. Using something like yoast seo or the wpmu seo plugin should fix it.

Post count: 9

ok thanks

Post count: 4

Hello. I have a similar problem. Yoast SEO installed.
Please help to fix it.
http://shpargalkavid.info/?p=643

thanks in advance

Post count: 4

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>

  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
  • This reply was modified 10 years by Anatoilii.
Post count: 4

My post above solves the problem of bad titles when you click on the button Google+ on the article page. But if you copy the link page article and paste on the page Google +, then problem is bad titles. Google+ can not recognize the correct title.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.