dlmr / react-tweet-embed

component that you supply tweet id and you'll get a tweet embed back, nothing more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tweet-embed

Install

npm i react-tweet-embed
#or
jspm i npm:react-tweet-embed

Quickstart

import TweetEmbed from 'react-tweet-embed'

<TweetEmbed id='692527862369357824'></TweetEmbed>

You don't have to put //platform.twitter.com/widgets.js script in your index.html as this lib will put it there if twttr is not found on window.

Using Options

<TweetEmbed id='783943172057694208' options={{cards: 'hidden' }}/>
<TweetEmbed id='771763270273294336' options={{theme: 'dark' }}/>

Embedded-Tweet Options Reference: https://dev.twitter.com/web/embedded-tweets/parameters

About

component that you supply tweet id and you'll get a tweet embed back, nothing more

License:MIT License


Languages

Language:JavaScript 99.0%Language:HTML 1.0%