-
AuthorPosts
-
ozzymanson2 Friend
ozzymanson2
- Join date:
- September 2012
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 4 times in 1 posts
December 20, 2012 at 11:54 pm #183306Social feed 1.0.5
i have the same problem: http://www.joomlart.com/forums/topic/facebook-social-feed-links-broken/!
link in JA Wall http://www.kommersant.ru/doc/2094197&h=DAQFt3h74&s=1
facebook material http://www.facebook.com/kommersant.ru/posts/476254135749596
source site http://www.kommersant.ru/doc/2094197
as you can see – “&h=DAQFt3h74&s=1” makes all links dead
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 22, 2012 at 7:04 am #477163Hi ozzymanson2,
First, please update to latest version of JA Social Feed and check if the problem still exist not.
And please provide which facebook id you are using.🙂 We will try to re-produce your problem and fix it.
Regards
January 9, 2013 at 7:36 pm #479142Was this fixed? I am using the latest
I see the same thing except it posts my url after itself. The link was in the FB post and worked fine. When it pulled it in, it posts like below:
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 10, 2013 at 3:47 am #479202Hi tread77,
JA Social Feed does not automatic update the old feeds link.
I see there a block code handle your case in the latest version. And I see it runs correct on the case above.You can try to remove that block, or just edit the link by yourself via Article Manager (or K2 item).
The correct link should be http://www.5thseasonoutdoors.com/clothing-accessories/30319/nra-i-plead-the-2nd-amendment-ar-15-assault-rifle-t-shirt-american-gun-rights-hunting-fishing-5so&h=oAQGlR6R4&s=1
🙂Regards
kjlarski JATCkjlarski
- Join date:
- October 2010
- Posts:
- 96
- Downloads:
- 3
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 15 times in 1 posts
January 19, 2013 at 7:21 pm #480469Hi all-
I was having the same problem, and found this fix. Hope this helps!
The file in: /plugins/system/jasocial_feed/jasocial_feed.php
Find these lines:$pattern = ‘/href=”/l.php?u=(http[^'”]+)/i’;
$tcontent = preg_replace_callback($pattern,
create_function(
‘$matches’,
‘return “href=””.rawurldecode($matches[1]);’
),
$tcontent
);
change to:$pattern = ‘/href=”/l.php?u=(http[^'”&]+)[^'”]*”/i’;
$tcontent = preg_replace_callback($pattern,
create_function(
‘$matches’,
‘return “href=””.rawurldecode($matches[1]).”””;’
),
$tcontent
);1 user says Thank You to kjlarski for this useful post
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by kjlarski 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum