This document outlines the steps needed to embed your SocialLadder Ambassador Application on any of your web pages.
Create an application in your SocialLadder portal. This can be found by going to the Settings page > Manage Applications section
Find the application you want to embed, Click on 'Edit' button under Actions tab. Copy the Area GUID and Application GUID from the application slide out. See image below for reference:
Copy the code block below and add it to the page that you wish to host the Ambassador Application on.
Paste the Area GUID and Application GUID in the respective locations under theloadSLApplicationWidget
snippet.
<div id="slWebAppWidget"></div>
<script src="https://socialladder.rkiapps.com/SLWeb/slweb-frame.js"></script>
<script>
loadSLApplicationWidget("[AREA_GUID]","[APP_GUID]");
</script>