Can Web SDK be implemented into iFrame?

Given complexity in our frontend portal, we’re looking into building a separate comment system using Amity Social into an iFrame component that can be inited separately from the main portal. Is that possible to do or are there any technical constraint on the SDK side?

1 Like

Concerning iframe integration you shouldn’t have any problems. You can build the iframe piece as a separate service and integrate it later in your big portal normally.

Hello, you may require a mechanism to pass credentials of your portal user into your iframe, but it’s trivial. Simply use the standard postMessage web api and you should be good to go.

Let me know if that answer your question by marking it as answered!