• I am entering the manual link to “like” facebook on my blog, however, some posts when you click ‘like’ it captures the title and other information, and in others, without any difference with that work, just returns me the link

    <a class="curtir" href="https://www.facebook.com/share.php?u=<?php the_permalink(); ?>" title="Compartilhar no Facebook"></a>

    Someone believes any solution?

    Note: Google Translate, I do not speak English very well!

    [ Please do not bump, it’s not permitted here. ]

    [ Por favor, n?o bata, n?o é permitido aqui. ]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brunofilipevf

    (@brunofilipevf)

    From the beginning I thought it was something to do with facebook itself, and noticed that has a blog called YouToba.tv that uses the same way I’m trying to use and works just fine.

    I’ve tried that, and still does not work:

    <a class="curtir" target="_blank" href="https://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>" title="Compartilhar no Facebook"></a>

    my pre-made social button

    <li class="facebook"><a href="https://www.facebook.com/share.php?u=<?php stripslashes(strip_tags(the_permalink())); ?>&t=<?php stripslashes(strip_tags(the_title())); ?>" title="Share this on Facebook" target="_blank" rel="nofollow"></a></li>

    never tried before..

    Thread Starter brunofilipevf

    (@brunofilipevf)

    Thanks man. But the problem still persists. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link manual "like(facebook)" does not work properly’ is closed to new replies.