test
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
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! 😉
Hi jkriordan,
Please check my PM.:)
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.
2 users say Thank You to Martin Barry for this useful post
This topic contains 20 replies, has 6 voices, and was last updated by phenomeno 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum