Your website

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.

1. Sign-in widget (most common)

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>

2. Landing page (Sign up & Sign in)

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.

  1. Navigate to your community management area
  2. Click on Users > Programmes from the top-bar navigation
  3. Select the group you wish to create a landing page for by clicking on the group name
  4. Click on Settings and select Landing page from the drop-down menu
  5. Fill in a title and your welcome text or instructions
  6. Click on Generate to generate the page
  7. Copy the Landing page URL and add it to a link on your website

3. Sign-up and Sign-in widget

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.

  1. Navigate to your community management area
  2. Click on Users > Programmes from the top-bar navigation
  3. Select the group you wish to create a landing page for by clicking on the group name
  4. Click on Settings and select Widget from the drop-down menu
  5. Add a message for the popup widget, this is optional and we recommend you try without first
  6. Click on Generate to generate the widget code
  7. Copy the widget code and add it to a page on your website