Plugin Contributor
Jason
(@verysimple)
Thanks for the messages. Do you mean a quotation mark in the RSS URL? Or you mean the feed content contains quotation marks…?
If it’s in the content, could you send the shortcode that you’re using so i can see the parameters? Lastly if you’re using a template, send the template code as well if possible (or at least the variable you’re using)
I can take a look and see if I can reproduce it.
Thread Starter
glen.m
(@glenm-1)
Wow! Didn’t expect such a quick response 😉
Here is the shortcode I’m using:
[hungryfeed url="http://sports.yahoo.com/nfl/rss.xml" feed_fields="" item_fields="title,description,date" truncate_description="140" allowed_tags="p" force_feed="1" template="1" max_items="10"]
And this is the template:
<div class="hungryfeed_item">
<span><a href="{{permalink}}" class="tip iframe" title="{{post_date}}<hr>{{description}}">{{title}}</a></span>
</div>
If you pull that feed, I think the 6th or 7th item’s description gets cut off after “Adam” because in the article (http://sports.yahoo.com/nfl/news?slug=ap-bengals-pacman) there are quotation marks around the 2nd word.
Best regards,
Glen
Thread Starter
glen.m
(@glenm-1)
You know what, I just realized it works fine using your default template. I think my issue is because I’m trying to use the description in a tool tip.