Configuring Posts - LordAmit/jekyll-instant-article-facebook GitHub Wiki
Customizing Instant Article based on Post
The Instant Article RSS generator is based on liquid tags. Thus making it post aware based on YAML front matter. It will insert / replace values - making your article suitable for Facebook instant article publication.
###
#Use these values with your existing YAML front matter.
###
# image is used to specify an image for your article.
# If not used, it will use the default sitelogo specified in _config.yml
image: "ImageURL here"
# based on instantfeedback - it will show like buttons for feedback in your post.
# Enter true or false
instantfeedback: true|false
# if you have used any image or contents from others, please give it credit.
credit: "Credit text here"
---