Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Anatoilii
tagDiv Member

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.

Anatoilii
tagDiv Member

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.
Anatoilii
tagDiv Member

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

thanks in advance

Anatoilii
tagDiv Member

Hi. very necessary social counters https://vk.com/ and http://ok.ru/
please add to the development plan.
thanks in advance.

Viewing 4 posts - 1 through 4 (of 4 total)