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.