0.0.2 • Published 9 years ago

ember-facebook-video v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

< facebook-video />

An ember-cli component to embed facebook videos. Please note that the video must be Public. Check out Facebook developer docs for more information.

Usage

  {{facebook-video url="https://www.facebook.com/FacebookDevelopers/videos/10152454700553553/"}}

And append the <div id="fb-root"></div> to the body tag

DEMO

Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.