Page 1 of 2 1 2 LastLast
Results 1 to 15 of 23

I dont see the facebook like button in threads

This is a discussion on I dont see the facebook like button in threads within the General Discussion forums, part of the vBSEO SEO Plugin category; Where is the facebook like button in the threads? I dont see it in here and not in my own ...

  1. #1
    Senior Member Astyanax's Avatar
    Real Name
    Daniel
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    299
    Liked
    4 times

    Thumbs down I dont see the facebook like button in threads

    Where is the facebook like button in the threads? I dont see it in here and not in my own forum. But I see it in vBulletin.com's forum.

  2. #2
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Quote Originally Posted by Astyanax View Post
    Where is the facebook like button in the threads? I dont see it in here and not in my own forum. But I see it in vBulletin.com's forum.
    We have the facebook functionality IE login/logoff and like buttons disabled on vBSEO.com currently. I guess if you are not seeing the button on your site it is also turned off in your adminCP.

    Ceri

  3. #3
    Senior Member Astyanax's Avatar
    Real Name
    Daniel
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    299
    Liked
    4 times
    Ceri, the facebook features (all of them) are activated in my forum. I see the facebook like button in articles in CMS but not in forum threads. This might be related to using RR's?

  4. #4
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    It is possible that the new automatic RR replacement is removing the facebook like also. I will raise this for the developers.

    Ceri

  5. #5
    Senior Member Astyanax's Avatar
    Real Name
    Daniel
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    299
    Liked
    4 times
    Thanks Ceri!

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    it seems to work correctly for me, could you please open a ticket with admincp/vbseocp access for troubleshooting?

  7. #7
    Senior Member Astyanax's Avatar
    Real Name
    Daniel
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    299
    Liked
    4 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    it seems to work correctly for me, could you please open a ticket with admincp/vbseocp access for troubleshooting?
    Here is the Question Ref: 1010-UOHN-7636.

  8. #8
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Is there a solution on this? I've got exactly the same issue.

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    please try to modify functions_vbseo.php file:
    find:
    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle".*?>).*?(</div>)#is''$01'.$rr2.'$02'$newtext); 
    replace with:
    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle"[^<]*?)<h1>[^>]*?<span.*?</span>(.*?)</h1>#is''$01'.$rr2.'$02'$newtext); 

  10. #10
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Done!

    Do I have to bookmark this page for the future or you're going to fix this problem in the next vBSEO release?

    Thanks.

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    We will include this update in next vBSEO versions too.

  12. #12
    Junior Member
    Real Name
    TheOperative
    Join Date
    Oct 2006
    Posts
    18
    Liked
    0 times
    Doesn't this come as part of the latest vbulletin now, 4.0.6?

  13. #13
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    RR's are a propritary vbseo feature designed to replace the generic vb offering with better, flexible keywords

  14. #14
    Member
    Real Name
    Rafa
    Join Date
    Mar 2008
    Location
    Spain
    Posts
    32
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    please try to modify functions_vbseo.php file:
    find:
    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle".*?>).*?(</div>)#is''$01'.$rr2.'$02'$newtext); 
    replace with:
    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle"[^<]*?)<h1>[^>]*?<span.*?</span>(.*?)</h1>#is''$01'.$rr2.'$02'$newtext); 
    Hello I have installed VBSeo 3.5.2 with VB 4.0.7 and this code is already in this file. But the "like" button is missing in threads (in blogs is ok), if I disable VBSeo the "like" button appears.
    Help, please

  15. #15
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Rafa,

    I just have downloaded a fresh copy from "Downloads Area" and I can't see that fix implemented yet. You have to find in your vbseo/includes/functions_vbseo.php file this code:

    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle".*?>).*?(</div>)#is''$01'.$rr2.'$02'$newtext); 
    And replace it with:

    PHP Code:
    $newtext preg_replace('#(<div id="pagetitle"[^<]*?)<h1>[^>]*?<span.*?</span>(.*?)</h1>#is''$01'.$rr2.'$02'$newtext); 
    If you still can reproduce the issue after applying that modification, please open a support ticket with FTP and vBSEO CP login details, so we can check this further.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Page 1 of 2 1 2 LastLast

Similar Threads

  1. Facebook "like" Button for Vbulletin
    By Salty in forum General Discussion
    Replies: 156
    Last Post: 03-10-2012, 07:40 AM
  2. vBulletin 4.x FaceBook "Like Button" being killed by VBSEO. Relevant Replacements?
    By understated in forum Bug Reporting
    Replies: 25
    Last Post: 11-17-2010, 02:48 AM
  3. Facebook-Button SHOWTHREAD
    By Cybeth in forum Deutsch
    Replies: 1
    Last Post: 08-14-2010, 01:19 PM
  4. Facebook Like Button
    By hcmagix in forum Deutsch
    Replies: 1
    Last Post: 05-18-2010, 12:26 PM
  5. Since Weeks i dont get Mails from PMs and Threads
    By redlabour in forum Critique Please
    Replies: 0
    Last Post: 01-22-2007, 02:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •