embed-plugin-facebook
Version:
An embed-js plugin to embed facebook posts and videos.
37 lines (28 loc) • 757 B
Markdown
//unpkg.com/embed-plugin-facebook
[](https://codesandbox.io/s/7jx90or24x)
```js
import EmbedJS from 'embed-js'
import facebook from 'embed-plugin-facebook'
const x = new EmbedJS({
input: document.getElementById('element'),
plugins: [
facebook({
regex: /facebookPostRegex/gi, // in case you want to define a custom regex
template(args) {
// optional template
}
})
]
})
```
When you click on the link URL, it redirects you to the post URL.
MIT @ Ritesh Kumar
A plugin that can be used to embed facebook posts/videos.
```
npm i -S embed-js embed-plugin-facebook
```
https: