finalcut / wp-feedlist

Automatically exported from code.google.com/p/wp-feedlist
0 stars 0 forks source link

URL does not get used #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
http://feed.linksynergy.com/promo.rss?promoid=530&token=b2f922830a0756eaf46da50f
77a5ef893547d32fe25b6f9416a3cf36baded360
2.
3.

What is the expected output? What do you see instead?
I would expect to see the title as a link, however the title only displays
plain text.

What version of the product are you using? On what operating system?
feedlist 2.22.5
wordpress 2.6.3

Please provide any additional information below.
I think this is because there is no URL element instead this feed uses a
guid like this:
<item>
    <pubDate>Fri, 31 Oct 2008 00:00:01 GMT</pubDate>
    <guid
isPermaLink="true">http://click.linksynergy.com/fs-bin/click?id=PMA6hat4a/k&amp;
offerid=137588.10001744&amp;type=3&amp;subid=0</guid>
    <title>Enjoy 2 FREE Reams of HP Laser Paper</title>
    <description>Enjoy 2 FREE Reams of HP Laser Paper When You Buy 2 HP Toners
or 1 HP Dual Pack at OfficeDepot.com!</description>
</item>

Original issue reported on code.google.com by rya...@justechn.com on 25 Nov 2008 at 4:36

GoogleCodeExporter commented 9 years ago
hrm.. yeah, I don't really have a good way to fix this.  Its a weird way for 
them to
craft their feed.  

Original comment by bill.raw...@gmail.com on 23 Sep 2009 at 6:41