Skip to main content

How to Embed Ambassador Application

Andre avatar
Written by Andre
Updated over a year ago

This document outlines the steps needed to embed your SocialLadder Ambassador Application on any of your web pages.

  1. Create an application in your SocialLadder portal. This can be found by going to the Settings page > Manage Applications section


  2. 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:

  3. 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 the loadSLApplicationWidget snippet.

    <div id="slWebAppWidget"></div>
    <script src="https://socialladder.rkiapps.com/SLWeb/slweb-frame.js"></script>
    <script>
    loadSLApplicationWidget("[AREA_GUID]","[APP_GUID]");
    </script>
Did this answer your question?