Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206183

    Hi there,
    I’ve been having this issue for sometime now where I go to a link to my website from the Facebook mobile app and it brings up this error:
    http://yourhealthtalk.org/wp-content/uploads/2014/01/photo.png
    I have tried changing the code on the indicated lines, it gets rid of the error, but it just garbles up the site. It also uses that code as the “preview” text for any fb posts I make which involves a preview image from the site. I am running 2.4.4 and the latest update of WP but this problem has persisted through the updates. I searched the forums and couldn’t find any help. Any suggestions?

    PS. Thanks for this wonderful theme and sharpening the images/text for mobile on your most recent updates. Our photos are looking better than ever! ;)

    -Kendall

    #206193

    Hi kuanileqa!

    I’m not sure if this is going to work but please framework > php > function-avia-set-frontend.php, find the code on line 1066:

    $version= $matches['version'][1];

    Replace it with:

    $version= $matches['version'][0];

    Best regards,
    Ismael

    #206639

    I tried that, it didn’t work but you set me on the right track. I ended up removing the whole segment between 1064-1066:

    }
    else {
    $version= $matches[‘version’][0];

    Thank you again!

    #206670

    Hi!

    Glad you fixed it. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Facebook linking issues’ is closed to new replies.