For the complete documentation index, see llms.txt. This page is also available as Markdown.

Quickstart

Get a live FeedSpring feed on your site in under 2 minutes.

This example uses the Attributes (HTML) method, the fastest way to get started.

FeedSpring works the same across all feed types — Instagram, Google Reviews, TikTok, YouTube and Dribbble.

Step 1 — Add the script

Add the script for your feed type to your site <head>

👉 Only include the script for the feed you want to use.

Step 2 — Add your feed wrapper

Add a wrapper element using your FeedSpring feed ID.

For testing, you can use this Instagram feed ID: inst_55ZVUQExmdej0j8vygUoP

The feed-options attribute is optional and allows you to configure how your feed renders.

Option
Description

render:dynamic

Automatically clones a single reusable post template for each feed item

limit:6

Limits the number of rendered posts

lang:en

Sets the feed language

Step 3 — Add a post layout

Add a single reusable post template inside the feed wrapper.

With render:dynamic set on the wrapper, FeedSpring clones this one <div feedspring="post"> template for every post in your feed — so you only design the layout once. Without this attribute, you'll need to duplicate each post structure depending on how many posts you want to display.

Step 4 — Done

Your feed will now render automatically.

Optional — Limit the number of posts

For optimal performance, we recommend setting a post limit in your FeedSpring dashboard. You can also specify a limit directly through the feed options.


How it works

FeedSpring looks for three things:

  • feedspring="ID" → connects to your feed

  • feedspring="post" → repeats for each item

  • feed-field="..." → inserts data


What next


Using React, API, or Framer?

If you're not using Attributes (HTML) or Webflow:

  • React → use React components

  • API → fetch data directly

  • Framer → use Framer components

Plan Update Rates

Discover the post limits, and frequency of updates for your feeds across various platforms based on your chosen plan. Whether you opt for the Free, Personal, Pro, or Enterprise plan, you can easily compare how many posts are included.

Platform
Free
Personal
Pro
Enterprise

Instagram

8 Posts (24hrs)

12 Posts (6hrs)

12 Posts (1hr)

12 Posts (1hr)

Google

8 Posts (24hrs)

16 Posts (6hrs)

32 Posts (1hr)

200 Posts (1hr)

TikTok

8 Posts (24hrs)

16 Posts (6hrs)

32 Posts (1hr)

200 Posts (1hr)

Dribbble

8 Posts (24hrs)

16 Posts (6hrs)

32 Posts (1hr)

200 Posts (1hr)

YouTube

8 Posts (24hrs)

16 Posts (6hrs)

32 Posts (1hr)

200 Posts (1hr)

Last updated