All Projects β†’ capaj β†’ React Tweet Embed

capaj / React Tweet Embed

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

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Tweet Embed

Twitter Cleanup
πŸ› Clean-up inactive accounts and bots from your Twitter
Stars: ✭ 275 (+129.17%)
Mutual labels:  hacktoberfest, twitter
Tweet.sh
Twitter client written in simple Bash script
Stars: ✭ 178 (+48.33%)
Mutual labels:  hacktoberfest, twitter
Polemicas E Tretas Dev
As polΓͺmicas e tretas πŸ‡§πŸ‡· versionadas
Stars: ✭ 258 (+115%)
Mutual labels:  hacktoberfest, twitter
Yii2 Authclient
Yii 2 authclient extension.
Stars: ✭ 430 (+258.33%)
Mutual labels:  hacktoberfest, twitter
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+505.83%)
Mutual labels:  hacktoberfest, twitter
Orange3 Text
🍊 πŸ“„ Text Mining add-on for Orange3
Stars: ✭ 83 (-30.83%)
Mutual labels:  hacktoberfest, twitter
Php Open Graph
This package provides a fluent PHP OOP builder for Open Graph protocol.
Stars: ✭ 46 (-61.67%)
Mutual labels:  hacktoberfest, twitter
Bot Followers
🍊 Find out how many bots follow any given Twitter acount
Stars: ✭ 91 (-24.17%)
Mutual labels:  hacktoberfest, twitter
Tsuru Dashboard
Web dashboard for tsuru PaaS.
Stars: ✭ 119 (-0.83%)
Mutual labels:  hacktoberfest
Newsboat
An RSS/Atom feed reader for text terminals
Stars: ✭ 1,798 (+1398.33%)
Mutual labels:  hacktoberfest
Docs
API Platform documentation
Stars: ✭ 119 (-0.83%)
Mutual labels:  hacktoberfest
Pythonalgorithms
All Algorithms implemented in Python 3
Stars: ✭ 120 (+0%)
Mutual labels:  hacktoberfest
Customizer
Kanboard - Customizer adds GUI for logo, favicon and themes
Stars: ✭ 120 (+0%)
Mutual labels:  hacktoberfest
Git Url Parse
✌️ A high level git url parser for common git providers.
Stars: ✭ 119 (-0.83%)
Mutual labels:  hacktoberfest
Vue Select Image
βœ… Vue 2.x component for selecting image from list
Stars: ✭ 120 (+0%)
Mutual labels:  hacktoberfest
Editorconfig Checker
A tool to verify that your files are in harmony with your .editorconfig
Stars: ✭ 119 (-0.83%)
Mutual labels:  hacktoberfest
Faitagram
(Doesn't work anymore)
Stars: ✭ 117 (-2.5%)
Mutual labels:  twitter
Tech Companies In Nepal
List of tech companies based or working in Nepal. πŸ‡³πŸ‡΅
Stars: ✭ 120 (+0%)
Mutual labels:  hacktoberfest
Stocklook
crypto currency library for trading & market making bots, account management, and data analysis
Stars: ✭ 119 (-0.83%)
Mutual labels:  twitter
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: ✭ 120 (+0%)
Mutual labels:  hacktoberfest

react-tweet-embed

Install

npm i react-tweet-embed

Quickstart Edit react-tweet-embed

import TweetEmbed from 'react-tweet-embed'
;<TweetEmbed id="692527862369357824" />

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://developer.twitter.com/en/docs/twitter-for-websites/embedded-tweets/guides/embedded-tweet-parameter-reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].