惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
Apple Machine Learning Research
Apple Machine Learning Research
小众软件
小众软件
雷峰网
雷峰网
博客园 - 聂微东
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园_首页
博客园 - 司徒正美
博客园 - 叶小钗
IT之家
IT之家
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
V
V2EX
The Cloudflare Blog

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
We've removed legacy teasers
Justin Duke · 2025-02-06 · via Buttondown's blog

We've removed legacy teasers. You'll now want to use paywalls to gate your premium-only content: they're more flexible, more fun, and — most importantly, even if its uncouth to admit it — much easier for us to maintain long-term.

We'll dive into the details below, but to lead with the most important thing: this is a workflow change, not a functionality change. If you're still using legacy teasers, you'll be able to continue gating your premium content in the exact same manner — just with a slightly different approach.

What was wrong with the legacy teasers?

(This is gonna be a pretty technical explanation! Brace yourself!)

A few months after we first introduced paid subscriptions back in 2022, we shipped the first iteration of what we are now somewhat disparagingly referring to as a "legacy teaser": an additional checkbox in the email editor that would allow newsletter owners to gate their premium content. This "met the spec", as they say, but in the process of doing so introduced a startling amount of complication into our codebase: now, suddenly, the answer to "who should receive this email?" was more complicated than looking at an email's content and audience. This ingrained itself throughout our codebase.

When the time came to evolve this approach — largely for UX reasons! — we came up with the lovely paywall component that the vast majority of you know and love. The paywall component accomplishes a few things that the legacy teaser does not: most of all, it's flexible. Because the paywall component is part of the main editor, you can do things like add template tags to the paywalled text, and preview it alongside the rest of your email.

I don't care about any of that. How do I send my paywalled email now?

We've migrated your existing emails with teasers to use this new approach, so the best option is to open those and get a sense of how they work.

But, from first principles:

  1. If you were using a standard teaser, just add the paywall block wherever you want to gate your content.
  2. If you were using a custom teaser (where the copy for free users was different from the copy for premium users), add a Free-only block with the copy for free users, and then place the paywall block below that!