Wow! Didn’t expect such a quick response ??
Here is the shortcode I’m using:
[hungryfeed url="https://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 (https://sports.yahoo.com/nfl/news?slug=ap-bengals-pacman) there are quotation marks around the 2nd word.
Best regards,
Glen