Elements of your Feed
Feedamic 3 is a premium Atom and RSS feed generator for Statamic - and has a lot of great features to help make your feeds be detailed and meaningful for your users and their feed readers.
Understanding what Feedamic includes, and how, and when, will help you best configure it to meet your needs.
Title
Pretty self explanatory... the title of an Entry.
Summary
For RSS feeds, will output a description
element.
For Atom feeds, will output a summary
element.
With an image
If your FeedamicEntry was able to detect an image, it will automatically be prepended to the summary.
This means your summary will include:
the image
the summary content
The image will be passed through Glide, and have the dimensions configured by your Feed, and be an absolute URL.
Without an image
For an Atom feed, if there is a summary
, the text
attribute will be added to the summary. If there is no summary, an empty element is included for validation.
For an RSS feed, the summary is included in the description
element, and may be empty.
Content
Applies to Atom feeds only.
If the FeedamicEntry was able to render your content, it will include the entire content in the feed.
If this cannot be done, the content
element will be a link back to the Entry on your site.
Author
The Author is a required element of each item in an RSS or Atom feed.
When an Author is detected, the FeedamicAuthor details will be output.
If there is no Author, Feedamic will use the Fallback Author Name and Fallback Author Email from your Defaults configuration.
In both cases, the email address will only be shown if it has been configured to be displayed.