RSS Feed
-
Hello
i don’t know if you can help me…
I use your great plugin in a records list and I have a doubt: http://a-trompa.net/discos-2015
It’s possible to have a rss feed of the page links? I should use a link like this: http://a-trompa.net/link_library_rss_feed=1&settingset=1
But it doesn’t work right?
What am I doing wrong?
Thx
Rui
-
You`re missing a question mark in that link:
http://a-trompa.net/?link_library_rss_feed=1&settingset=1Please consider rating the plugin and supporting its development.
Hello Yannick
Thx but when I try to burn the feed in Feedburner for instance, I received this error:
The URL does not appear to reference a valid XML file. We encountered the following problem: Error on line 5: The reference to entity “settingset” must end with the ‘;’ delimiter.
I tried to use it in another app and I received the same XML error…
Any ideia?
Thx for your help.
Rui
I will have to investigate and get back to you on that one in the next couple of days.
ok
Thx
RDIf you’re willing to try a quick code change. Try changing line 28 of rssfeed.php in the plugin files to:
home_url (), // LinkHi Yannick
Change the all line:
home_url () . ‘?link_library_rss_feed=1&settingset=’ . $settingsetid, // Linkfor this:
home_url (), // LinkRight?
Thx
RD
Yes, exactly. Give that a shot. It will change the URL of the feed in the header of the RSS output, but that made the difference between a valid and invalid feed when I looked at the RSS validator (http://validator.w3.org/feed/)
I am going to search a bit more why the second GET parameter is invalid in the RSS address in the resulting feed and see if I can find a better solution.
Hi Yannick
If it helps, it doesn’t work yet, with one exception. I tried in Feedly and it works!!!!!
Bye
RD
Please update to the latest version of Link Library, where I did some tweaks to the RSS generation code. It now works correctly with feedburner.
That being said, the RSS URl changed. For you, it will now be:
http://a-trompa.net/feed/linklibraryfeed?&settingsset=1
Please try it out and confirm if this works, then consider rating the plugin and supporting its development. Cheers!
Hi Yannick
Great, great work.
Thx
I’m gonna rate you rplugin now.
RD
Hi Yannick
Sorry, I’m back!
Tell me please, the feed is supposed to update immediately ? it doesn’t work. 2 days ago, to see the feed updated, I had to insert the same widget again in my template, for instance. Since yesterday that the feed don’t updated at all.
If I click now in my rss link I see this entry but it is not displyed in widget:
<title>
Gileno Santana “Metamorphosis” (CD/Calígola Records)
</title>
<link>http://a-trompa.net/tag/gileno-santana</link>
<description/>
<pubDate>Fri, 27 Feb 2015 12:14:00 GMT</pubDate>
<category>G</category>
</item>
<item>But I don’t see, in both places (feed code and widget display) 2 another entries that I insert 30 min ago:
Ladybug “Ladybug” (EP/Ed. Autor) (Edit) |
Tomba Lobos “Adeus” (EP/Gentle Records) FREE (Edit) |The plugin have any rule, like 24h after, for instance?
Thx
Rui
They should show up right away. Do you have multiple libraries setup, with different libraries displaying different categories?
The settingsset=1 parameter represents the settings # of the library.
Hi Yannick
Right, I understand that. I have just one library with a lot of categories, one for each letter, more two for # and V/A.
http://a-trompa.net/discos-2015
Thx
RD
I will research over the week-end and see why the feed would not get updated right away. Stay tuned.
The topic ‘RSS Feed’ is closed to new replies.