Embed a one-click checkout to a specific membership tier

Add the embed scripts from here

(jQuery as needed, withfriends.js)

https://help.withfriends.co/4385034-embed-membership-checkout-on-your-website

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

https://codepen.io/kunalwithfriends/pen/NWNpZJX

Back to Help Center