> For the complete documentation index, see [llms.txt](https://docs.live2.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.live2.ai/live2.ai-integration/integration-guide-for-social-wall-custom-store.md).

# Integration Guide For Social wall Custom Store

## 1. Integrating Social wall into SDK

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

| \<script src="<https://cdn.live2.ai/assets/social-wall-sdk/latest/live2ai-embed-sdk.js>" defer/> |
| ------------------------------------------------------------------------------------------------ |

* To Position the Live2.ai social wall component in the desired location insert the following code block in the \<body> of the page.&#x20;

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.

| <p>\<div<br>      data-live2-social-wall-embed="1"<br>      data-live2-social-wall-embed-id="\<publish\_id>"<br>      data-live2-social-wall-picked-up="0"<br>      data-live2-social-wall-loaded="0"<br>      data-live2-social-wall-team-id="\<team\_id>"<br>      data-live2-product="socialwall"><br>   <br>      \<div class="live2-container">\</div><br>\</div></p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

\ <br>
