# Has anyone tried this RSS poster?

**URL:** https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520
**Category:** Support
**Created:** [29. November 2016 um 12:17 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520 "2016-11-29T12:17:04Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [29. November 2016 um 12:17 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/1 "2016-11-29T12:17:04Z")

</div>

I was wondering if anyone has tried this. discourse-rss-poster.

[https://github.com/LeoMcA/discourse-rss-poster](https://github.com/LeoMcA/discourse-rss-poster)

I had an issue after installing it last night but now not sure if it wasnt just the adsense plugin causing the issues.

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [29. November 2016 um 14:36 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/2 "2016-11-29T14:36:59Z")

</div>

Heya Roland, I’m the author, I wrote this a while ago, but haven’t had the time recently to check that its been working with the latest versions, or test it enough to publicise it properly.

What’s the issue you’ve been having? The more detail the better. 😉

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [29. November 2016 um 14:41 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/3 "2016-11-29T14:41:07Z")

</div>

Hey! Actually as soon as I rebuilt the app the screen went completely white. I thought it was your app then i removed it and it was still white screen. only access to [safe mode](https://meta.discourse.org/t/53504?silent=true) and 404 page. It took a few hours and realized it was the adsense plugin causing it but I was so frustrated I never reinstalled it to try it again lol. I couldnt find any reviews or anything on here so I decided to ask beforehand. This is something I could really use and I had used on vbulletin for certain news threads.

---

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [29. November 2016 um 17:13 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/4 "2016-11-29T17:13:59Z")

</div>

Version discourse v1.7.0.beta 8 +15. The plugin works fine!!!

---

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [29. November 2016 um 17:33 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/5 "2016-11-29T17:33:27Z")

</div>

And where you can find an explanation of these fields? Ato, I do not understand why they are needed.  
Title RegExp Pattern  
Title RegExp Options  
Title RegExp Replacement  
Body RegExp Pattern  
Body RegExp Options  
Body RegExp Replacement

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [29. November 2016 um 18:17 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/6 "2016-11-29T18:17:08Z")

</div>

They allow you to modify the title or body of the text with a regular expression.

If you’re familiar with JavaScript, it works akin to this:

`title.replace(/pattern/options, replacement)`

So, for instance, to put "RSS: " at the beginning of the titles of all topics created from a specific feed, one would do:

Title Pattern: `^`  
Title Replacement: `RSS: `

Or to replace every instance of “leo” with 🦁 in the body of a post, one would do:

Body Pattern: `leo`  
Body Options: `g`  
Body Replacement `:lion_face:`

There’s some improvements which could be done in this area (like allowing multiple different regexps within the title/body), but this functionality satisfied the client who sponsored this plugin’s creation.

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [29. November 2016 um 19:56 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/7 "2016-11-29T19:56:31Z")

</div>

I noticed when I go to ad new rss it gets stuck with this mode at the bottom and nothing is entered yet,

 ![](https://global.discourse-cdn.com/meta/original/3X/f/0/f01a4146821bb2ac45a47ee047d3ff4f00143480.JPG)

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [1. Dezember 2016 um 13:50 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/8 "2016-12-01T13:50:50Z")

</div>

All manner of things could be causing this to happen, could you send me (either by reply, or PM if you’d prefer) your logs around the time this happens?

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [1. Dezember 2016 um 14:43 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/9 "2016-12-01T14:43:17Z")

</div>

sent you a PM with the logs

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [3. Dezember 2016 um 16:05 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/10 "2016-12-03T16:05:49Z")

</div>

Does anyone know how to fix this?

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [3. Dezember 2016 um 16:25 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/11 "2016-12-03T16:25:25Z")

</div>

You need to fill in the `Interval (minutes)` field with a number - this will be how often the feed is checked for updates.

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [3. Dezember 2016 um 16:28 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/12 "2016-12-03T16:28:02Z")

</div>

I did that. Set at 5, tried again at 20, tried at 30. Doesnt change anything.

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [3. Dezember 2016 um 16:32 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/13 "2016-12-03T16:32:42Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/7/5/7548f1c460553f30ecd4adc51a8b2f9f866d1516.JPG)

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [3. Dezember 2016 um 17:20 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/14 "2016-12-03T17:20:20Z")

</div>

There was a small issue causing the value of the interval field to always be empty - I’ve pushed a fix to the plugin’s repository, so a rebuild should allow you to add new feeds.

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [3. Dezember 2016 um 17:48 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/15 "2016-12-03T17:48:20Z")

</div>

Thanks. now it lets me save it.

---

<div class="post-metadata">

### Author: ![geoff777](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/geoff777/32/202388_2.png) [@geoff777](https://meta.discourse.org/u/geoff777)
#### Post date: [1. Januar 2017 um 14:05 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/16 "2017-01-01T14:05:50Z")

</div>

Hi Leo thanks for this plugin.

Would it be possible to add tagging to the feeds?  
This would prevent the need to create lots of categories for regional news etc

Also I’m a bit lost on the regex. I’m looking to add the image from the BBC feeds.

---

<div class="post-metadata">

### Author: ![geoff777](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/geoff777/32/202388_2.png) [@geoff777](https://meta.discourse.org/u/geoff777)
#### Post date: [2. Januar 2017 um 14:05 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/17 "2017-01-02T14:05:58Z")

</div>

Hi Leo, I’m still getting this issue. The plugin was added yesterday.  
It added the first feed but stalls on additional feeds as described above.

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [5. Januar 2017 um 21:46 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/18 "2017-01-05T21:46:27Z")

</div>

I’ll try and find some time to take a look at it this weekend

---

<div class="post-metadata">

### Author: ![Ham](https://avatars.discourse-cdn.com/v4/letter/h/ecb155/32.png) [@Ham](https://meta.discourse.org/u/Ham)
#### Post date: [28. Januar 2017 um 15:36 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/19 "2017-01-28T15:36:12Z")

</div>

I checked it out again with the update. Cant save anything again.

---

<div class="post-metadata">

### Author: ![11145](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/11145/32/119636_2.png) [@11145](https://meta.discourse.org/u/11145)
#### Post date: [5. Juli 2017 um 12:59 UTC](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520/20 "2017-07-05T12:59:20Z")

</div>

And who uses this plugin? Does it work for you? Ato at me with it discourse does not start (

[Nächste Seite](https://meta.discourse.org/t/has-anyone-tried-this-rss-poster/53520.md?page=2)
