Page 2 of 2 FirstFirst 1 2
Results 16 to 26 of 26
Like Tree1Likes

FaceBook "Like Button" being killed by VBSEO. Relevant Replacements?

This is a discussion on FaceBook "Like Button" being killed by VBSEO. Relevant Replacements? within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Originally Posted by Mert Gökçeimam The fix in vBSEO will be released within next vBSEO version but for temporary fix ...

  1. #16
    Senior Member Vodkaholic's Avatar
    Real Name
    Mike
    Join Date
    Sep 2008
    Posts
    164
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    The fix in vBSEO will be released within next vBSEO version but for temporary fix in functions_vbseo_url.php

    Find

    PHP Code:
    if ($vbseo_arr)
    {
    $_vsself = ('blog.' VBSEO_VB_EXT '?b=' $vbseo_arr['blog_id']);

    Replace With
    PHP Code:
    if ($vbseo_arr)
    {
    $_vsself = ('entry.' VBSEO_VB_EXT '?b=' $vbseo_arr['blog_id']);

    Find
    PHP Code:
    if ($vbseo_arr27)
    {
    $_vsself = ('blog.' VBSEO_VB_EXT '?b=' $vbseo_arr27['blog_id'] . '&page=' $vbseo_arr27['page']);

    Replace With
    PHP Code:
    if ($vbseo_arr27)
    {
    $_vsself = ('entry.' VBSEO_VB_EXT '?b=' $vbseo_arr27['blog_id'] . '&page=' $vbseo_arr27['page']);

    Find
    PHP Code:
    if ($vbseo_arr5)
    {
    $_vsself = ('blog.' VBSEO_VB_EXT '?b=' $vbseo_arr5['blog_id'] . '&goto=next');
    }
    else
    if (
    $vbseo_arr6)
    {
    $_vsself = ('blog.' VBSEO_VB_EXT '?b=' $vbseo_arr6['blog_id'] . '&goto=prev');

    Replace With
    PHP Code:
    if ($vbseo_arr5)
    {
    $_vsself = ('entry.' VBSEO_VB_EXT '?b=' $vbseo_arr5['blog_id'] . '&goto=next');
    }
    else
    if (
    $vbseo_arr6)
    {
    $_vsself = ('entry.' VBSEO_VB_EXT '?b=' $vbseo_arr6['blog_id'] . '&goto=prev');

    Thanks man

  2. #17
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Hi Mert, i got a trouble with the like button i my blogs if i select the like button i got this error:

    Code:
    The page at http://www.fniv.it/board//board/blogs/bibbifa/lista-titoli-ed-emblemi-cod-mw2-call-duty-modern-warfare-2-11/ could not be reached.
    i think the error is here: /board//board/ suggestions?
    setubal likes this.

  3. #18
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    It works correct on vBSEO.com forums , make sure you don't have an additional plugin that interferes with that and you should also make sure it works correct when vBSEO is disabled.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #19
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Mert Gökçeimam View Post
    It works correct on vBSEO.com forums , make sure you don't have an additional plugin that interferes with that and you should also make sure it works correct when vBSEO is disabled.
    i have a copy of my live board (without the SEO, but with all the same products installed) and works correctly ... however it doesn't runs with SEO disabled ... keep in mind that i haven't installed any blog's plug-in ...

  5. #20
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    I am not sure what you mean with : however it doesn't runs with SEO disabled
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  6. #21
    Senior Member KURTZ's Avatar
    Real Name
    Christian
    Join Date
    May 2008
    Location
    Italy
    Posts
    287
    Liked
    2 times
    Blog Entries
    6
    Quote Originally Posted by Mert Gökçeimam View Post
    I am not sure what you mean with : however it doesn't runs with SEO disabled
    i mean that i tried to disable the SEO plug-in and the 'like' button doesn't work ...

  7. #22
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    If it does not run correctly with vBSEO disabled, the problem seems to be coming from a different source.
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #23
    Junior Member
    Real Name
    Robin
    Join Date
    Nov 2005
    Location
    Vancouver, BC
    Posts
    6
    Liked
    2 times
    I have the same problem as KURTZ above.

    New vbseo now gets the like button to show but clicking it gives an error from facebook (and it's because of the double forums/forums/ link being sent)

  9. #24
    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
    Make sure you don't have a trailing slash in your vboptions -> site url setting.

  10. #25
    Junior Member
    Real Name
    Jarret
    Join Date
    Sep 2010
    Posts
    1
    Liked
    0 times
    I also ran into this issue with vbSEO adding an extra directory in the URL when trying to 'Like' a blog post.

    Example: http://domain.com/directory//directo...og-post-title/

    I had to disable the Rewrite Blog Entry URLs? option in order to get this to work.

    It works perfectly fine if vbSEO is disabled.

  11. #26
    Junior Member
    Real Name
    Hastin Zylsra
    Join Date
    Aug 2008
    Posts
    9
    Liked
    0 times
    I am running into this issue as well. It keeps adding the // to my site as well. I've disabled all other plugins, and it still does it.

Page 2 of 2 FirstFirst 1 2

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. "Relevant Replacements"
    By maksam in forum General Discussion
    Replies: 6
    Last Post: 10-08-2008, 12:52 AM
  3. Arabic "CUSTOM CHARACTER REPLACEMENTS"
    By KoC in forum General Discussion
    Replies: 1
    Last Post: 05-04-2008, 11:17 AM
  4. Replies: 5
    Last Post: 09-09-2006, 04:11 AM

Tags for this Thread

Posting Permissions

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