Install JavaScript SDK (Deprecated)

The Social Plus SDK for JavaScript is delivered as an npm module.

Installation

Add the SDK to your repository via npm: npm install @amityco/js-sdk --save.

Installing the SDK requires you to use a javascript package manager such as npm or yarn. If your current build system does not use package managers, please contact us at community.socialplus.co.

If you already installed our SDK with the name eko-sdk, be sure to check our migration guide from version 4 to 5.

Browser Support

  • Chrome: 38+

  • Firefox: 42+

  • Microsoft Edge: 13+

  • Safari: 9+

  • Opera: 25+

Since Social Plus Web SDK uses local cache for performance and user experience reasons, server side rendering is not supported. To use Social Plus Web SDK with NextJS, Social Plus Web SDK must be imported using Dynamic Import with SSR disabled.

Last updated

Was this helpful?