[nodebb-plugin-rss] RSS Feed plugin
-
After upgrading from 0.5.0 to 0.5.4, I have a weird issue where one RSS update will be posted repeatedly, almost every hour. It's almost like the underlying cron system doesn't realize that it's already pulled the RSS update.
Running nodebb-plugin-rss "0.1.23", NodeBB 0.5.4.
-
Page: http://stackoverflow.com/questions/28843883/append-image-file-to-form-data-cordova-angular
RSS: http://stackoverflow.com/feeds/question/28843883This RSS displays the first entry as the question that was asked and the rest of the entries are the answers that were posted.
-
Any advice for a JS noob to customize this script to use the "category term" IDs in RSS as Topic Tags?
<category term="Dallas Cowboys"/>
<category term="Dez Bryant"/>Sample RSS with categories/tags
Also, the ability to post the first entry in the RSS feed as a topic and then post the rest of the entries as replies would be great to generate content on a new forum. It will help increase search engine traffic and eventually active members.
I'll gladly donate $$ to whomever can help contribute to these requests. Thanks guys!
-
Jussst thought I would add this little snippet of code to the RSS plugin thread on this site. (so I can find it later)
On my RSS feed I like to include the source of where the link of the rss or 'where the rss feed article' came from (url). edit/change it how you like.
Add this extra line of code just after line 201 in index.js:
201: content = toMarkdown(content); 202: content += '\nSource: ' + entry.link + '\n'; <----- this line
It will add a
Source: http://www.rss.com/this/is/the/rss/link/here/page/story
to the bottom of every rss feed so the user can click to go to the page posted by the 'nodebb-plugin-rss' Plugin
-
Hey folks -- new here. Really liking NodeBB and this RSS plugin. I get an error when I add a Google News feed though. I've included that below. Any thoughts on how to go about fixing this? This is the feed I used:
https://news.google.com/?q=elections&output=rss
I've created an issue in github: https://github.com/barisusakli/nodebb-plugin-rss/issues/9
11/7 15:13 [1307] - error: TypeError: Cannot read property '1' of null at ELEMENTS.replacement (/home/lififorums/nodebb/node_modules/nodebb-plugin-rss/node_modules/to-markdown/src/to-markdown.js:75:70) at /home/lififorums/nodebb/node_modules/nodebb-plugin-rss/node_modules/to-markdown/src/to-markdown.js:100:41 at String.replace (native) at replaceEls (/home/lififorums/nodebb/node_modules/nodebb-plugin-rss/node_modules/to-markdown/src/to-markdown.js:99:23) at toMarkdown (/home/lififorums/nodebb/node_modules/nodebb-plugin-rss/node_modules/to-markdown/src/to-markdown.js:82:16) at /home/lififorums/nodebb/node_modules/nodebb-plugin-rss/index.js:202:14 at /home/lififorums/nodebb/src/database/mongo/sorted.js:325:4 at handleCallback (/home/lififorums/nodebb/node_modules/mongodb/lib/utils.js:95:12) at /home/lififorums/nodebb/node_modules/mongodb/lib/collection.js:1064:5 at handleCallback (/home/lififorums/nodebb/node_modules/mongodb/lib/utils.js:95:12)
-
Pretty keen on this getting updated. My old way of adding link to content doesn't seem to wrk anymore
Seems it randomly works and then doesn't again. It's acting a bit weird
Any chance of an update @baris
EDIT: got the rss's working again but my entry.link doesn't appear to work anymore ..hmm
-
@mudmanc4 I have the plugin running fine on http://pichalite.com NodeBB v0.9.3