This document will go over the steps in embedding the SLWeb Module on any of your pages on your website. You should have your IT staff or web developer help with embedding the SLWeb Module iframe onto your website.
1. Copy the code block below into the body tag where you want to hose the iFrame:
<div id="slWebFrame"></div>
<script src="https://socialladder.rkiapps.com/SLWeb/slweb-frame.js"></script>
<script>
var areaGuid = "[AREA_GUID]";
var campGuid = getParameterFromURLByName("campGuid");
var resGuid = getParameterFromURLByName("resGuid");
var resetToken = getParameterFromURLByName("resetToken");
loadSLWebFrame(areaGuid, "", campGuid, resGuid, resetToken);
</script>
2. Replace the parameter on the code block above based on the following details:
areaGuid - This will be provided by the SocialLadder team and is required for the Web Experience to work. If you have not received your areaGuid, please reach out to you Implementation Specialist.
NOTE:
The sequence of the div & script should be exactly the same as shown above in the snippet
The div tag with id="slWebFrame" is important in the snippet as the script will look for that id to load the SLWeb iFrame inside that div