Quick Start
Getting started with Feedamic 3 is easy - but there are a few things you need to understand to get the most out of it.
Installation
Installing Feedamic is super easy - upgrading too but there are some manual steps here. Check out the respective docs pages for further details.
Configuration
Configuration takes place within the Statamic Control Panel - and even has a permission allowing you to limit who can customise your feeds.
Working for your site
This is where it can vary - and depends on your site. Are you using Markdown? HTML? Bard? A bit of everything? We've worked hard to make Feedamic 3 be flexible to work with them all - but depending on your Blueprints, you may need to do things in different ways.
Processors and Modifiers
Processors and Modifiers allow you to control how your Entry fields get processed and how Feedamic then modifies their values.
For example, you may want to process your Page Builder field, but you need to modify the way it appears as the summary
in your feeds.
There's a whole page dedicated to Processors and Modifiers, and a heap of examples to give you some ideas and get you started - including how you can handle a Page Builder with Feedamic 3.
Bard
Bard is supported in Feedamic 3 - but if your Bard fieldtype is using Sets, you will need to do some extra processing (with a Processor) to get the full effect.
If you're not fussed about your sets, you can disable support and let Feedamic just take your plain text content.
View the Bard docs for full details.
Extending
When you need to do more, you can extend Feedamic's FeedamicEntry and FeedamicAuthor models to completely meet your needs.
You can also use different models for different feed configurations too.