Directory

← Back

fb-dp

<fb-dp> is a web component that displays the facebook profile picture of any given facebbok ID.

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/rohithsathya/fb-dp on 2019-05-10 ]

Published on webcomponents.org

<fb-dp>

<fb-dp> is a web component that displays the facebook profile picture of any given facebbok ID.

Demo

LIVE DEMO

Install

Install the component using Bower:

$ bower install --save fb-dp

Or download as ZIP

Usage

  1. Import Web Components' polyfill (if needed):

    <script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
    
  2. Import Custom Element:

    <script src="bower_components/fb-dp/fb-dp.js"></script>
    
  3. Start using it!

     <fb-dp uid="4"></fb-dp>
    

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

License

The MIT License (MIT)

Copyright (c) 2017 RSAT

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • webcomponentsjs#^1.0.1
Released
2017-07-09
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 1.0+
Browser
Browser Independent

fb-dp - Vaadin Add-on Directory

is a web component that displays the facebook profile picture of any given facebbok ID. fb-dp - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/rohithsathya/fb-dp](https://github.com//rohithsathya/fb-dp/blob/0.0.3/README.md) on 2019-05-10 ]** [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/rohithsathya/fb-dp) # <fb-dp> `` is a web component that displays the facebook profile picture of any given facebbok ID. ## Demo ## [LIVE DEMO](https://rohithsathya.github.io/fb-dp/example.html) ## Install Install the component using [Bower](http://bower.io/): ```sh $ bower install --save fb-dp ``` Or [download as ZIP](https://github.com/rohithsathya/fb-dp/archive/master.zip) ## Usage 1. Import Web Components' polyfill (if needed): ```html ``` 2. Import Custom Element: ```html ``` 3. Start using it! ```html ``` ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request ## License [The MIT License (MIT)](https://opensource.org/licenses/MIT) Copyright (c) 2017 RSAT
View on GitHub
Online Demo
Documentation
GitHub Homepage
Issue tracker

fb-dp version 0.0.1
### Dependencies * webcomponentsjs#^1.0.1

fb-dp version 0.0.2
### Dependencies * webcomponentsjs#^1.0.1

fb-dp version 0.0.3
### Dependencies * webcomponentsjs#^1.0.1

Online