For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install Code

In order for MemberSpace to work on your website you will have to include our install code which can also be found in the MemberSpace Admin.

var MemberSpace = window.MemberSpace || {subdomain: "YOUR_SUBDOMAIN"};
(function(d){
  var s = d.createElement("script");
  s.src = "https://cdn.memberspace.com/scripts/widgets.js";
  var e = d.getElementsByTagName("script")[0];
  e.parentNode.insertBefore(s,e);
}(document));

Make sure to replace YOUR_SUBDOMAIN with the subdomain form your account.

Last updated

Was this helpful?