Links to use for embedding to create the course dashboard
Use this as the base embed code: <div data-memberspace-hide="Botox Basics">
<div style="text-align: center; padding: 20px;">
<p>You don't have access to <strong>Botox Basics</strong> yet.</p>
<a href="/botox-info" style="display: inline-block; padding: 12px 24px; background-color: #EF5B5B; color: white; text-decoration: none; border-radius: 6px;">Buy Now</a>
</div>
</div>
Lower Eyelid Wrinkles
https://images.squarespace-cdn.com/content/v1/65de2a8dfdfe6b6eed868d6e/88a46d94-1d7d-466e-8c24-c653e7148e3b/04_Marissa+Lower+Eyelid+Safety.jpg?format=750w
Course Title (MS): Lower Eyelid Wrinkles Tox
Course page URL (relative, SS): /tox-lowereyelid
Plan Name for Tag (MS): Lower Eyelid Wrinkles Toxin
Frown Lines
https://images.squarespace-cdn.com/content/v1/65de2a8dfdfe6b6eed868d6e/ef3ec19a-db8e-47b5-a636-89494f9ee3fc/01_Roopam+Frown+Injection.jpg?format=1000w
Course Title (MS): Frown Lines Toxin
Course page URL (relative, SS): /tox-frown
Plan Name for Tag (MS): Frown Lines Toxin
Eyebrow Lift
https://images.squarespace-cdn.com/content/v1/65de2a8dfdfe6b6eed868d6e/a838cc75-08ff-4ec0-90d7-4cdd377d59ac/05_Heather+Brow+Injection.jpg?format=750w
Course Title (MS): Eyebrow Lift Toxin
Course page URL (relative, SS): /tox-browlift
Plan Name for Tag (MS): Eyebrow Lift Toxin
Forehead Lines
https://images.squarespace-cdn.com/content/65de2a8dfdfe6b6eed868d6e/0836f767-9c4f-4077-8d5d-03e00dae607d/02_Hollis+Forehead+Injection.jpg?content-type=image%2Fjpeg
Course Title (MS): Forehead Lines Toxin
Course page URL (relative, SS): /tox-forehead
Plan Name for Tag (MS): Horizontal Forehead Lines Toxin
Bunny Lines
https://images.squarespace-cdn.com/content/v1/65de2a8dfdfe6b6eed868d6e/de163c21-01f0-4aa8-9b70-d20fbe682a69/06_Maria+Bunny+Safety.jpg?format=750w
Course Title (MS): Bunny Lines Toxin
Course page URL (relative, SS): /tox-bunnylines
Plan Name for Tag (MS): Bunny Lines Toxin
Crow’s Feet
https://images.squarespace-cdn.com/content/v1/65de2a8dfdfe6b6eed868d6e/cc7c8b91-9445-4da0-ac7f-df5b31ec1a65/03_Maya+Crows+Injection.jpg?format=750w
Course Title (MS): Crow's Feet Toxin
Course page URL (relative, SS): /tox-crows
Plan Name for Tag (MS): Crow's Feet Toxin
<!-- Sticky Button HTML -->
<div class="purchase-course-button">
<a href="/your-course-link" target="_blank">Purchase Course</a>
</div>
<!-- Sticky Button CSS -->
<style>
.purchase-course-button {
position: fixed;
top: 139px;
right: 30px;
transform: translateX(30px); /* Shift 30px to the right */
z-index: 9999;
}
.purchase-course-button a {
display: flex;
align-items: center;
justify-content: center;
width: 240px; /* Corrected width */
height: 46px;
flex-shrink: 0;
border-radius: 10px;
background: rgba(241, 109, 109, 0.89);
color: #ffffff;
font-family: Helvetica, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
transition: background-color 0.3s ease, transform 0.3s ease;
}
/* Optional Hover Effect */
.purchase-course-button a:hover {
background: rgba(217, 92, 92, 0.95);
transform: scale(1.03);
}
</style>