Back to YouTube Scripting & SEO
YouTube Scripting & SEO

How to use YouTube Community Posts and Cards to boost subscriber engagement between video uploads?

Community Posts keep engagement warm while Cards drive traffic to upcoming videos; schedule via API and target >4% post and >2% card CTR.

R
Rajesh Sharma 👑 Tier 3 Elite
Aug 9, 2026 · 2 min read

Use Community Posts to keep the algorithm warm and Cards to funnel viewers from existing videos into new content between uploads.

Step‑by‑step workflow

1. Plan the hook – Identify a teaser (clip, poll, or thumbnail teaser) that references the upcoming video’s keyword focus.
2. Create a Community Post – In YouTube Studio → Posts, select “Text + Image/Video”. Attach a 720p thumbnail and a 2‑sentence teaser. Set the audience filter to “All viewers”.
3. Schedule the post – Use the YouTube Data API liveChatMessages.insert with publishAt set to the desired UTC timestamp (ISO‑8601). Example:

{
  "snippet": {
    "type": "communityPost",
    "textMessageDetails": {
      "messageText": "🚀 New tutorial on thumbnail psychology drops Friday! Vote your favorite style ⬇️"
    },
    "publishAt": "2026-09-15T12:00:00Z"
  }
}

4. Add a Card to a high‑traffic video – In the video editor, click “Cards”, choose “Video or Playlist”, paste the upcoming video ID, and set the start time to 15 s before the video’s CTA. Set the custom teaser text to ≤ 90 characters.
5. Monitor metrics – In YouTube Analytics, track “Impressions from cards” and “Post engagement rate”. Aim for ≥ 4 % post engagement and ≥ 2 % card click‑through.
6. Iterate – If engagement falls below thresholds, adjust the thumbnail contrast (increase contrast by 15 %) or shorten the poll options.

Quick comparison

| Feature | Community Post | Card |
|---|---|---|
| Visibility | Feed, mobile app, desktop | In‑video overlay |
| Lifetime | 30 days (auto‑expire) | 60 days (auto‑expire) |
| CTA limit | 1 link | 1 link + 1 image |
| Best use | Polls, teasers, community building | Direct traffic to new video |

Gotcha: Cards stop counting clicks after 60 days, so schedule them no later than 45 days before the target video’s publish date to retain full attribution.

Read the evidence

Sources used in this thread

Open the original material, compare the claims, and form your own view.

Community notes

Add context, not noise (0)

Corrections, lived experience, useful examples, and better sources belong here.

Nothing added yet. Be the first to make this thread more useful.
Click here to write a reply...
🔒

Authentication Required

Join Trendzza to begin your journey. Submit tasks, complete batches, help peers, and earn your way to Tier 3.