> A JavaScript plugin that analyses the string and automatically embeds the supported emojis, media, maps, tweets, code and services.
#### [Live Demo](http://codepen.io/ritz078/full/WvvNGe/)
[](http://codepen.io/ritz078/full/WvvNGe/)
## Important links
* **[Features](http://riteshkr.com/embed.js)**
* **[Full Documentation](https://embedjs.readme.io)**
* **[Examples](https://embedjs.readme.io/docs/basic-example)**
## Installation
To install the stable version:
```
npm install --save embed-js
```
## CDN
* [jsDelivr](https://www.jsdelivr.com/projects/embed.js)
* [cdnjs](https://cdnjs.com/libraries/embed-js)
## Simple Usage
Let's assume that the HTML structure is as written below
``` html