🎀 Facebook
👨‍💻 Code
import { FacebookShareCount } from 'next-share'
<FacebookShareCount
url={'https://github.com/next-share'}
appId={''}
appSecret={''}
/>
<FacebookShareCount
url={'https://github.com/next-share'}
appId={''}
appSecret={''}
>
{shareCount => <span className="wrapper">{shareCount}</span>}
</FacebookShareCount>đź“– FacebookShareCount Props
| Props | Type | Default | Description | Required |
|---|---|---|---|---|
| url | string | The URL of the shared page. | âś… | |
| appId | string | Facebook application id. | âś… | |
| appSecret | string | Facebook application secret. | âś… | |
| children | node | React component, HTML element or string. | ❌ |