Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Added intro and demo video for paywalls #329

Merged
merged 1 commit into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs_source/🛠 Tools/paywalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ RevenueCat's Paywalls allow you to remotely configure your entire paywall view w
>
> Paywalls are only available for iOS 15.0+ and Mac Catalyst 15.0+, but support for Android, tvOS, watchOS, and other platforms is coming soon!

[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fh_1PDVAj4QQ%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dh_1PDVAj4QQ&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fh_1PDVAj4QQ%2Fhqdefault.jpg&key=7788cb384c9f4d5dbbdbeffd9fe4b92f&type=text%2Fhtml&schema=youtube\" width=\"854\" height=\"480\" scrolling=\"no\" title=\"YouTube embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>",
"url": "https://www.youtube.com/watch?v=h_1PDVAj4QQ",
"title": "Introducing RevenueCat Paywalls",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/h_1PDVAj4QQ/hqdefault.jpg",
"provider": "https://www.youtube.com/",
"href": "https://www.youtube.com/watch?v=h_1PDVAj4QQ",
"typeOfEmbed": "youtube"
}
[/block]


# How Paywalls work

## Overview
Expand Down
13 changes: 13 additions & 0 deletions docs_source/🛠 Tools/paywalls/creating-paywalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ slug: creating-paywalls
hidden: false
---

[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FPNiVCdExtkw%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DPNiVCdExtkw&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FPNiVCdExtkw%2Fhqdefault.jpg&key=7788cb384c9f4d5dbbdbeffd9fe4b92f&type=text%2Fhtml&schema=youtube\" width=\"854\" height=\"480\" scrolling=\"no\" title=\"YouTube embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>",
"url": "https://www.youtube.com/watch?v=PNiVCdExtkw",
"title": "How to use RevenueCat Paywalls",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/PNiVCdExtkw/hqdefault.jpg",
"provider": "https://www.youtube.com/",
"href": "https://www.youtube.com/watch?v=PNiVCdExtkw",
"typeOfEmbed": "youtube"
}
[/block]

# How to create a new Paywall

## Select an Offering
Expand Down