Posts & Fields
Last updated
Every FeedSpring feed is made up of posts and fields.
Understanding this structure is the key to building layouts with FeedSpring.


A post is a single item inside a feed.
Depending on the source, this could be:
An Instagram post
A Google review
A TikTok video
A Dribbble shot
A YouTube video
Each feed contains multiple posts.

A field is a piece of data inside a post.
For example:
An image
A caption or description
A link
A timestamp
A rating
Fields are what you use to display content.

Here is a simplified example of a post:
Each key is a field.

Each platform provides different data.
Just a preview, view all attributes on the Instagram feeds page
img
caption
like-count
comment-count
Just a preview, view all attributes on the Google Review feeds page
review
rating
name
avatar
Just a preview, view all attributes on the TikTok feeds page
img
description
view-count
like-count
Just a preview, view all attributes on the Dribbble feeds page
img
title
tag
location
👉 See each feed pages for the full list of fields.

Feeds also include profile-level data.
These describe the account or source:
Name
Avatar
Bio
Follower count
These describe individual items:
Image or media
Text content
Timestamp
Engagement data
Both can be used when building layouts.

No matter how you use FeedSpring:
Attributes
React components
API
You are always working with the same fields.
Only the syntax changes.

Once you understand posts and fields:
You can build any layout
You can switch between delivery methods
You can combine feeds across platforms
This is the core of how FeedSpring works.

A feed contains posts
Each post contains fields
Fields are the data you display
Fields vary by platform
The structure is always the same
Last updated
{
"img": "image-url.jpg",
"caption": "New product launch",
"link": "https://...",
"timestamp": "2026-01-01T12:00:00Z"
}