Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is there a way for the output to include an URL to the original source?*
Is there a way for the output to include an URL to the original source? Any code I can add to make this happen? @Tim
0
Answers
I'm struggling with how to put any link in my posts. Do I need a plugin?
Seems TOO vanilla.
tj
If anyone has a solution please let me know, thank you
i had customised this Feed Discussion plugin to make the feed upload to a certain category selected by admin
you can find it at https://github.com/sahotataran/Addons/tree/master/plugins/FeedDiscussions
also let me know if you can add URL by yourself or i will try again to customise the plugin to add URL to original post at bottom of the body.
thanks
There was an error rendering this rich post.
Is there a way to show the full content /body of a post including images?
Right now Im just getting an excerpt.
I got 114 useless 30 word excerpts. lol
Right now Im just getting an excerpt.
I got 114 useless 30 word excerpts.
Looking at class.feeddiscussions.plugin.php it does wrap it in a div, but there should be no truncation ???
Tested a totally different feed at random, to determin if the feed I chose was the problem, but same effect, post truncated after about 30 words.
There was an error rendering this rich post.
example of feed item
<item> <title>Rat food V water</title> <link> http://www.aussiepythons.com/forum/general-reptile-discussion-42/rat-food-v-water-172606/ </link> <pubDate>Sun, 23 Oct 2011 22:34:30 GMT</pubDate> <description> <![CDATA[ For the past couple of weeks I've been playing around with a couple of different rat foods and working out food and water consumption. I've been using Aust Organic Rodent... ]]> </description> <content:encoded> <![CDATA[ <div>For the past couple of weeks I've been playing around with a couple of different rat foods and working out food and water consumption.<br /> <br /> I've been using Aust Organic Rodent Cubes, factory is near Toowoomba and Ridleys Bio Mare. Both of these products are within a few cents per kilo of each other.<br /> <br /> I set up 2 rat colonies, 1 male and 2 females in each. All these rats are the same age having come from the same litter.<br /> Rat food and water has been measured by weight.<br /> <br /> So far I've found that the rats are eating 10.63% more Bio Mare then the Aust Organics and those on the Bio Mare are drinking 31.23% more water than the other colony.<br /> <br /> I know a lot of people use the Bio Mare for their rats and unless you are breeding rats in big way the 10.63% in food consumption wouldn't be much of an additional cost.<br /> <br /> The big increase in water usage could be of concern to those who have a problem with the rat smell as more water in equals more water out.<br /> <br /> I'm going to get hold of a couple of other different brands of rat food and try the same thing. Also going to set up some weaners to see if there is any difference in breeding age and/or litter size.</div> ]]> </content:encoded> <category domain="http://www.aussiepythons.com/forum/general-reptile-discussion-42/">General Reptile Discussion</category> <dc:creator>The Devil</dc:creator> <guid isPermaLink="true"> http://www.aussiepythons.com/forum/general-reptile-discussion-42/rat-food-v-water-172606/ </guid> </item>
example shown with plugin
<description>
and not from<content:encoded>
You might notice that the whole post is in
<content:encoded>
and the
<description>
gives short description of the original post and that is what goes into the vanilla databaseThere was an error rendering this rich post.
To
$StoryBody = (string)GetValue('', $Item);
and/or
$StoryBody = (string)GetValue('content:encoded', $Item);
and/or
$StoryBody = (string)GetValue('content', $Item);
but nothing at all was produced.
I think the feed itself must be configured to show full body already, if its only a description and link, thats all you get.
Im dissapointed, this plugin is not useful to me afterall.
People wont make sense of an excerpt, and no link to full content, and if there is a link to full content, it takes your readers away from your site.
I really just wanted to show the full content of original post with images, e.g context.
I beleive this plugin relies heavily on a specific feeds configuration.
<content:encoded>
from the feed but still to no result.There was an error rendering this rich post.
1. what are the copyright ramifications of using syndicated content in this manner, if any?
2. I would like to change the default 'poster' used by the plugin, in this case, user1 or admin (thats me). I want to make it clear that a program is using the syndicated content, for example...
I create a new user account called 'buzzbot', and make its avatar the standard rss symbol.
How do I find buzzbot's id number? which file and where do I hack to 'attribute' created discussions' to buzzbot?
There was an error rendering this rich post.
There was an error rendering this rich post.