There are three ways to integrate CoachingCloud with your website. All of these methods provide a secure way for your clients to sign-up to one of your groups or to sign-in to your community if they are already a member. It is not possible to host CoachingCloud on your website because of security issues, CoachingCloud runs on a secure server with encrypted access to protect your clients data.
If you would like to allow members of your community to sign in directly from your website, this is the best method to choose. It requires you to add some javascript code to your site and create a button or link to activate the popup. If you don't have the skills to do this yourself we recommend you contact a developer to install it.
Placed this html code where you would like the link or button
<span id="cc-login"><a class="cc-login">Client Login</a></span>
The script below is usually placed at the top of the page between < head > and < /head >
<script>// <![CDATA[
!function(e,t){e._cc={}, e._cc.host="https://www.coachingcloud.com/";var n=function(){var n=t.createElement("script"),c=t.getElementsByTagName("script")[0];n.src=e._cc.host+"login.min.js",c.parentNode.insertBefore(n,c)};e.addEventListener?e.addEventListener("load",n,!1):e.attachEvent("onload",n)}(window,document);
// ]]></script>
This will allow people to sign-up and join your community without having an invitation. Before you can use this method you will need to set the default role that is assigned when new members join the group. This can be found the the general settings for a group.
A landing page can be created for one or more groups, this allows clients to sign-up and join the group.
This will allow people to sign-up and join your community without having an invitation from a popup widget on your website. You only need to generate the code and install it on a page of your website once. If you make any changes to the widget you don't need to modify the code on your site, the changes will take affect automatically.
Before you can use this method you will need to set the default role that is assigned when new members join the group. This can be found the the general settings for a group.