Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 705 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 705 Bytes

<polymerday-twitter-timeline>

A custom polymer element for embedding a Twitter timeline (widget)

Create a Twitter widget for searching and get the id which is in the snippet

The id will be used as attribute in polymer element

<polymerday-twitter-timeline
            widget-id="..."></polymerday-twitter-timeline>

Install dependencies

$ bower install

Install the Polymer-CLI

Make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Viewing Application and Demo

$ polymer serve

See demo to know how to use it