# Typescript

## Browser Support

* **Chrome**: 38+
* **Firefox**: 42+
* **Microsoft Edge**: 13+
* **Safari**: 9+
* **Opera**: 25+

{% hint style="danger" %}
social.plus Typescript SDK probably won't work great in Internet Explorer 11. We generally support the recent versions of major browsers listed above.
{% endhint %}

Since social.plus Typescript SDK uses a local cache for performance and user experience reasons, server-side rendering is not supported. To use social.plus Typescript SDK with NextJS, social.plus Typescript SDK must be imported using [Dynamic Import with SSR disabled](https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr).

##

More than ever, videos are increasingly dominating mobile screens. From fun short-form clips to promote new products to live-streamed talk shows to educate your customers, videos have the potential to transform the way customers experience your brand.

![](/files/-MXBMMr7iasRFQ0QHWL0)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-sdk/video/web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
