{"id":24255986,"url":"https://github.com/tcelestino/facebook-likebox","last_synced_at":"2026-03-09T05:32:49.106Z","repository":{"id":11417477,"uuid":"13868299","full_name":"tcelestino/facebook-likebox","owner":"tcelestino","description":"Web Component wrapper for Facebook's like box plugin using Polymer","archived":false,"fork":false,"pushed_at":"2014-07-16T20:01:15.000Z","size":216,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-03-04T19:32:15.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"tcelestino.github.io/facebook-likebox","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcelestino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-25T18:09:36.000Z","updated_at":"2013-10-26T12:07:33.000Z","dependencies_parsed_at":"2022-07-12T23:40:34.982Z","dependency_job_id":null,"html_url":"https://github.com/tcelestino/facebook-likebox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcelestino/facebook-likebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcelestino%2Ffacebook-likebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcelestino%2Ffacebook-likebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcelestino%2Ffacebook-likebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcelestino%2Ffacebook-likebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcelestino","download_url":"https://codeload.github.com/tcelestino/facebook-likebox/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcelestino%2Ffacebook-likebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-15T04:23:30.359Z","updated_at":"2026-03-09T05:32:49.072Z","avatar_url":"https://github.com/tcelestino.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u0026lt;facebook-likebox\u0026gt;\n\nWeb Component wrapper for [Facebook's Likebox](https://developers.facebook.com/docs/plugins/like-box-for-pages/) using Polymer.\n\n\u003e Maintained by [Tiago Celestino](https://github.com/tcelestino).\n\n## Demo\n\n\u003e [Check it live](http://tcelestino.github.io/facebook-likebox/).\n\n## Usage\n\n1. Import Web Components' polyfill:\n\n\t```html\n\t\u003cscript src=\"//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20130711/polymer.min.js\"\u003e\u003c/script\u003e\n\t```\n\n2. Import Custom Element:\n\n\t```html\n\t\u003clink rel=\"import\" href=\"src/facebook-likebox.html\"\u003e\n\t```\n\n3. Start using it!\n\n\t```html\n\t\u003cfacebook-likebox\u003e\u003c/facebook-likebox\u003e\n\t```\n\n## Options\n\nAttribute      | Options                   | Default             | Description\n---            | ---                       | ---                 | ---\n`appid`        | *int*                     | ``                  | your app id (optional)\n`colorscheme`  | `light`, `dark`           | `light`             | the color scheme for the like box\n`height`       | *int*                     | `300`               | the height of the like box\n`pageslug`     | *string*                  | `github`            | the slug fanpage url (don't use https://facebook.com/)\n`showfaces`    | *string*                 | `true`              | show profile photo fanpage user\n`showheader`   | *string*                 | `false`             | display Facebook header at the top like box.\n`showstream`   | *string*                 | `false`             | display a stream of the latest posts by the Page.\n`showborder`   | *string*                 | `false`             | show or not a border around the like box plugin.\n`width`        | *int*                     | `foo`               | the width of the like box\n\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## History\n\n* v0.0.1 October 25, 2013\n\t* Started project using [boilerplate-element](https://github.com/customelements/boilerplate-element)\n\n## License\n\n[MIT License](http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcelestino%2Ffacebook-likebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcelestino%2Ffacebook-likebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcelestino%2Ffacebook-likebox/lists"}