Basic AE Connect Installation
Start by logging in to your dashboard and clicking on AE Connect, located in the top right menu bar.
Then click "Install AE Connect".

1. Allowlist the domain of the site on which the code will be embedded.
This is for security reasons, to prevent other people from using your unique code on unauthorized websites.
2. Add the AEJS JavaScript to your website.
Scroll down and you'll see the framework JavaScript as an embed code. You'll need to add this to the markup of your site. Note: An additional query parameter can be added to the AEJS snippet to add registered members to a specific segment. eg. /framework/js/123?segment=456.

3. Once the embed code is added, you'll need to add anAEJSReady JavaScript function to your site.
<script type="text/javascript" charset="utf-8">
function AEJSReady(aeJS) {
/* additional settings go here */
}
</script>
You now have the full AE JS Framework at your disposal. You can use the AEJSReady function to assign callback events and edit the text and functionality of AE Connect.
4. You're all set to add social apps and using them on your site
For each service you've added (e.g. Facebook, Twitter, Spotify), your members will be given the option of signing in to your site using their account on these services. You can find more information on adding social services to AE Connect here.
Are you Spotify focused? You also have the option of tracking your fans with our custom Spotify buttons. Learn how to add a Follow Artist, Follow Playlist, Follow User or Add Track button to your website!
After adding the AE JS JavaScript to your website, you can link to each of your login services with AE JS Data Tags.

Great work!
Next Step -> Test that AE Connect works