Skip to main content
All CollectionsWM Store
How to embed in an HTML website
How to embed in an HTML website
Omeed Navabi avatar
Written by Omeed Navabi
Updated over a year ago

With the snippet code generated for your HTML website, you can embed your WM Store.



Embedding to an HTML website


Let's walk through the steps below.

NOTE: You must have access to edit the HTML code of your website

  1. Using your admin account, log in to your website (or its file server).

  2. Locate the web page file where you want to embed.

  3. With the web page file editable, add the embed script below to the HTML body.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Your Website</title>
</head>
<body>
<script src="https://your-wm-store-url.wm.store/static/js/embed.js"></script>
</body>
</html>

4. Replace the highlighted text above with the WM Store domain created earlier.

5. Click Save and deploy your changes.

At this point, your online store is:

  • Published

  • Secure

  • Ready for your patients and customers.

Check out these articles for pro tips and best practices on WM Store optimizations.

Did this answer your question?