react-twitter-embedded-timeline

0.5.1 • Public • Published

react-twitter-embedded-timeline

Simple React component for Twitter Embedded Timeline

Install

npm install --save react-twitter-embedded-timeline

Example

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')
);

Required props

Option Description
widgetId Create a widget here

get the widget ID (e.g. <a data-widget-id="your widget ID">****</a>)

Optional props

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

Package Sidebar

Install

npm i react-twitter-embedded-timeline

Weekly Downloads

4

Version

0.5.1

License

MIT

Unpacked Size

190 kB

Total Files

15

Last publish

Collaborators

  • uraway