-
AuthorPosts
-
Mark Kennedy Friend
Mark Kennedy
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 27
- Thanked:
- 11 times in 1 posts
February 5, 2014 at 5:09 am #194484Got the plugin to work yay!
This is what the facebook feed looks like:
http://www.facebook.com/feeds/page.php?id=201090053973&format=rss20I want the joomla article title to be the same as the title in the feed. However there are only two options in the plugin, author name and custom. Could there be a third option? Face book title?
In the JA Social demo it has the correct title.
http://demo.joomlart.com/joomla-extensions/plugin/ja-social-feeds/social-feeds-facebookAlso the caption is cut off after 5 words. Could this be longer? Like maybe two or three sentences?
And one more question.
The thumbnails have links that go to facebook, is there a way that those links can be opened in a new window?
Or could they be opened in a lightbox or something?Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 6, 2014 at 5:02 am #521437We have planned for this request, however we need more time to have it developed. We will release in the next version, please follow up on the status at this issue.
Mark Kennedy FriendMark Kennedy
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 27
- Thanked:
- 11 times in 1 posts
March 21, 2014 at 2:54 am #527554Yay Titles kinda work.
Close, but no cigar!So technically it is working perfectly, it is pulling the text from the feed and using it as joomla article title.
In reality however, some characters need to be parsed. Have a look at the example belowExamples:
Title on Joomla article:
Lovin' it!81 YEAR OLD CRAZY STRENGTH!!Frank
Should be LovinTimeline Photos”Why a ballet dancer never
Should be: Timeline Photos “Why a balletSeth's Blog: What does, “it's too
Should be: Seth’s Blog: What does, “it’s tooFor some reason facebook doesn’t like ‘ or ” so far. There might be other characters, these are just the one I have come across.
Thanks for adding the title functionality, it just needs to go a step further.
Here is the feed in case you want to check it:
https://www.facebook.com/feeds/page.php?id=201090053973&format=rss20Here is the blog to compare:
https://www.stompinggroundstudios.com.au/blogThanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
March 25, 2014 at 7:45 am #528009To resolve this issue, please open the plugins/system/jasocial_feed/jasocial_feed.php file, find the code below which is inside the code block of cutTitleFromContent function:
[PHP]$content = strip_tags($content);[/PHP]
And replace it with:[PHP]
$content = strip_tags($content);
$content = htmlspecialchars_decode($content);[/PHP]Hope it helps.
Mark Kennedy FriendMark Kennedy
- Join date:
- September 2014
- Posts:
- 79
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 27
- Thanked:
- 11 times in 1 posts
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Mark Kennedy 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum