Integration Guide For Social wall Custom Store

1. Integrating Social wall into SDK

  • Insert this code block in the <head> of the page.

  • To Position the Live2.ai social wall component in the desired location insert the following code block in the <body> of the page.

Paste the publish_id generated from live2.ai console.

The team_id will be given by Live2.ai’s team at the time of integration.

<div data-live2-social-wall-embed="1" data-live2-social-wall-embed-id="<publish_id>" data-live2-social-wall-picked-up="0" data-live2-social-wall-loaded="0" data-live2-social-wall-team-id="<team_id>" data-live2-product="socialwall"> <div class="live2-container"></div> </div>

Last updated