https://twittercommunity.com/t/deprecating-widget-settings/102295
Simple React component for Twitter Embedded Timeline
npm install --save react-twitter-embedded-timeline
import React from 'react';
import ReactDOM from 'react-dom';
import TwitterTimeline from 'react-twitter-embedded-timeline';
ReactDOM.render(
<TwitterTimeline widgetId="695868534455275520" chrome="noborders noheader" height={300} />,
document.getElementById('app')
);
Option | Description |
---|---|
widgetId |
Create a widget here |
get the widget ID (e.g. <a data-widget-id="
your widget ID">****</a>
)
You can highly customize the Timeline only if you set widgetId
.
Option | Description |
---|---|
chrome |
noheader , nofooter , noborders , noscrollbar , transparent |
limit |
Display a specific number of items between 1 and 20. The timeline is fixed. |
user |
Your username on Twitter |
height |
See #Dimensions |
width |
See #Dimensions |
loading |
The text to display while the Timeline is loading. |
MIT licensed