Results 1 to 10 of 10

Facebook links?

This is a discussion on Facebook links? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; i cant seem to post any facebook links on my site... Facebook | Welcome to Facebook! Unless you tick off, ...

  1. #1
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times

    Facebook links?

    i cant seem to post any facebook links on my site...

    Facebook | Welcome to Facebook!

    Unless you tick off, Automatically parse links in text & Automatically retrieve titles from external links.

    VBulletin Ver: 3.6.8
    VBSEO: 3.1.0

    What is happening is the time it takes to get the information from facebook or something, takes a very long time (this site takes a long time to get it), and it reports "mysql has gone away".

    I assume this is some sort of timeout issue either with mysql or php?

    Regards,
    Pierce

  2. #2
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    (45~ seconds to create this thread!!!)

  3. #3
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    also one other thing.

    I am using lighttpd, i have checked my settings for "htaccess" and they match supplied.

    However..

    http://www.domain.com/?s=8c49b10075d531d1e0ca0d35d0206&

    returns page not found

    if i do

    http://www.domain.com/something/?s=8...e0ca0d35d0206&

    It works perfectly. Any ideas on whats wrong?

    Regards,
    Pierce

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    try to change this line in rewrite rules:
    Code:
    "^/(.+)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",
    to:
    Code:
    "^/(.*)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",

  5. #5
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    I can't even see your facebook link without being authenticated to facebook site itself, and if I auth I get tons of redirects, what a lame social site.

  6. #6
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    try to change this line in rewrite rules:
    Code:
    "^/(.+)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",
    to:
    Code:
    "^/(.*)\?(.*)$" => "/vbseo.php?vbseourl=$1&$2",
    Cheers that worked a treat.

    Quote Originally Posted by class101 View Post
    I can't even see your facebook link without being authenticated to facebook site itself, and if I auth I get tons of redirects, what a lame social site.
    While that may be true, as a forum owner i dont complane about what my members want to do. As for the link not being valid, well its a made up number 1-2-3-4-5.... as I dont want to give the original profile away.

    Pierce

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You can add facebook domain to "Add title" blacklist option in vbseocp.

  8. #8
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    No luck, still hangs.

    Pierce

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please modify functions_vbseo_hook.php file:
    FIND:
    PHP Code:
    if (preg_match('#^http://#'$ulin// && 
    REPLACE WITH:
    PHP Code:
    if (preg_match('#^http://#'$ulin) && 

  10. #10
    Senior Member
    Real Name
    Marcus Joyce
    Join Date
    Aug 2006
    Posts
    124
    Liked
    0 times
    Nice,

    works a treat.

    Pierce

Similar Threads

  1. Social Bookmarking Icon for Facebook.
    By j0rd in forum General Discussion
    Replies: 13
    Last Post: 07-02-2007, 03:51 AM
  2. Change The Footer Links To What I Want For Affiliate Links?
    By WiseOne in forum vBSEO Affiliate Program
    Replies: 2
    Last Post: 02-24-2007, 02:00 PM
  3. Replace 'Forum Links' with direct links to target URLs?
    By Atakan KOC in forum Bug Reporting
    Replies: 4
    Last Post: 01-18-2007, 02:17 PM
  4. Custom 'outgoing links' for google analytics external links tracking
    By Nick0r in forum Sitemap Features Archive
    Replies: 3
    Last Post: 06-16-2006, 07:52 AM

Posting Permissions

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