periscope-embed-element
v1.0.5
Published
Periscope streaming video embed
Downloads
15
Maintainers
Readme
periscope-embed-element
Periscope streaming video embed for Polymer.
Getting Started
Download component with Bower
bower i periscope-embed-element --save
Download component with NPM
npm i periscope-embed-element --save
Requeriments
Bower
Usage
- Import the component to the HTML file.
- Add the component tag.
- Insert the UID of your Periscope streaming url
Example Periscope URL:
https://www.periscope.tv/zguillez/1jMJgMdERzjKL
Example code:
<link rel="import" href="bower_componets/analytics-element/periscope-embed-element.html">
<element-analytics uid="1jMJgMdERzjKL"/>
Options:
- width
- height
- orientation: "portrait" | "landscape"
Contributing and issues
Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue or send me an email.
License
©2016 Zguillez.io
Original code licensed under MIT Open Source projects used within this project retain their original licenses.
Changelog
v1.0.0 (April 4, 2016)
- Initial implementation