Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • Wall Crasher Developer
    #468619

    Hi anrangelov,

    I have check and see that you have latest version of JA Social Feed.
    You do not have to update it anymore.

    Regards

    jkriordan Friend
    #474058

    Does anyone know when JA Social Feed 1.0.6 will be released. The Project Management board says this maddening bug with Facebook URLs has been resolved! 😀 I can’t wait to get my hands on it! 😉

    Saguaros Moderator
    #474067

    Hi jkriordan,

    Please check my PM.:)

    Martin Barry Friend
    #474160

    Hello everybody:

    I ve had the same problem and with the help of LunaGarden i got the clue to resolved. Just change this line in

    plugins/system/jasocial_feed/jasocial_feed.php

    Find these lines:
    Code:
    $pattern = ‘/href=”/l.php?u=(http[^'”]+)/i’;
    $tcontent = preg_replace_callback($pattern,
    create_function(
    ‘$matches’,
    ‘return “href=””.rawurldecode($matches[1]);’
    ),
    $tcontent
    );

    change to:
    Code:
    $pattern = ‘/href=”/l.php?u=(http[^'”&]+)[^'”]*”/i’;
    $tcontent = preg_replace_callback($pattern,
    create_function(
    ‘$matches’,
    ‘return “href=””.rawurldecode($matches[1]).”””;’
    ),
    $tcontent
    );

    it is working fine now. make backups before changing.

    phenomeno Friend
    #474259

    websla I love you! IT IS WORKING LIKE A CHARM!

Viewing 5 posts - 16 through 20 (of 20 total)

This topic contains 20 replies, has 6 voices, and was last updated by  phenomeno 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum