All Collections
For everyone else
Other integrations
Embed a one-click checkout to a specific membership tier
Embed a one-click checkout to a specific membership tier
Kunal Gupta avatar
Written by Kunal Gupta
Updated over a week ago

Add the embed scripts from here

(jQuery as needed, withfriends.js)

This is how you can open a one-click checkout for a specific membership tier

$(".button-join-now").withfriends('%YOUR_BUSINESS_URL%', {
Replace_Element:false
, Memberships: true
, Tier: %YOUR_MEMBERSHIP_TIER_ID%
, Auto_Select: true
});

Set %YOUR_BUSINESS_URL% to just the business name, like 'hypnotic_records'

Get your membership tier ID by going to your dashboard > memberships > tiers. > copy direct link, and use just the number, like 12345

Here's a codepen

Did this answer your question?