{"id":18597461,"url":"https://github.com/convoo/social-links","last_synced_at":"2025-04-10T17:31:03.578Z","repository":{"id":47541489,"uuid":"75685473","full_name":"convoo/social-links","owner":"convoo","description":"Displays social links with SVG icons","archived":false,"fork":false,"pushed_at":"2021-08-24T19:03:07.000Z","size":30,"stargazers_count":6,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T09:08:26.502Z","etag":null,"topics":["polymer","social-links","webcomponents"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/convoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-06T02:14:31.000Z","updated_at":"2023-06-06T04:33:21.000Z","dependencies_parsed_at":"2022-08-29T22:22:19.430Z","dependency_job_id":null,"html_url":"https://github.com/convoo/social-links","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fsocial-links","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fsocial-links/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fsocial-links/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/convoo%2Fsocial-links/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/convoo","download_url":"https://codeload.github.com/convoo/social-links/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223442143,"owners_count":17145713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["polymer","social-links","webcomponents"],"created_at":"2024-11-07T01:28:15.380Z","updated_at":"2024-11-07T01:28:16.059Z","avatar_url":"https://github.com/convoo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social-Links\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"social-links\" src=\"Social-Links.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nSimple way to add links to social networks with their logos.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://beta.webcomponents.org/element/convoo/social-links\"\u003e\u003cimg src=\"https://img.shields.io/badge/webcomponents.org-published-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://gitter.im/convoo/General\"\u003e\u003cimg src=\"https://img.shields.io/badge/gitter-join%20chat-brightgreen.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://waffle.io/convoo/roadmap\"\u003e\u003cimg src=\"https://badge.waffle.io/convoo/social-links.svg?label=In%20Progress\u0026title=In%20Progress\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install\n\n```\nbower install convoo/social-links --save\n```\n\n\n# \\\u003csocial-link\\\u003e\n\nYou can import and use `\u003csocial-link\u003e` and then enter the network you want to use.\nOr you can import the specific network's link only and use that.\n\nIn some cases, you may want to pass the network name as a variable - that's why we built `\u003csocial-link\u003e`.\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"social-link.html\"\u003e\n    \u003cdiv\u003e\n      \u003ctemplate is=\"dom-bind\"\u003e\n        \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n      \u003c/template\u003e\n    \u003c/div\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003csocial-link network=\"twitter\" href=\"https://www.twitter.com/@bkawk\" height=\"15px\" color=\"grey\"\u003e\u003c/social-link\u003e\n\u003ctwitter-link href=\"https://www.twitter.com/@bkawk\" height=\"15px\" color=\"grey\"\u003e\u003c/twitter-link\u003e\n```\n\nCurrently available networks are:\n\n* behance\n* convoo\n* dribbble\n* email\n* facebook\n* github\n* instagram\n* linkedin\n* pinterest\n* skype\n* snapchat\n* twitter\n* vimeo\n* youtube\n\n\u003c!--\n```\n\u003ccustom-element-demo\u003e\n  \u003ctemplate\u003e\n    \u003clink rel=\"import\" href=\"social-links.html\"\u003e\n    \u003cdiv\u003e\n      \u003ctemplate is=\"dom-bind\"\u003e\n        \u003cnext-code-block\u003e\u003c/next-code-block\u003e\n      \u003c/template\u003e\n    \u003c/div\u003e\n  \u003c/template\u003e\n\u003c/custom-element-demo\u003e\n```\n--\u003e\n```html\n\u003ctwitter-link href=\"https://www.twitter.com/@bkawk\" height=\"15px\"\u003e\u003c/twitter-link\u003e\n\u003cvimeo-link href=\"https://www.vimeo.com/@bkawk\" height=\"15px\"\u003e\u003c/vimeo-link\u003e\n\u003cskype-link href=\"https://www.skype.com/@bkawk\" height=\"15px\"\u003e\u003c/skype-link\u003e\n\u003cyoutube-link href=\"https://www.youtube.com/@bkawk\" height=\"15px\"\u003e\u003c/youtube-link\u003e\n\u003clinkedin-link href=\"https://www.linkedin.com/@bkawk\" height=\"15px\"\u003e\u003c/linkedin-link\u003e\n\u003cbehance-link href=\"https://www.behance.com/@bkawk\" height=\"15px\"\u003e\u003c/behance-link\u003e\n\u003cpinterest-link href=\"https://www.pinterest.com/@bkawk\" height=\"15px\"\u003e\u003c/pinterest-link\u003e\n\u003cfacebook-link href=\"https://www.facebook.com/@bkawk\" height=\"15px\"\u003e\u003c/facebook-link\u003e\n\u003cconvoo-link href=\"https://www.convoo.me/@bkawk\" height=\"15px\"\u003e\u003c/convoo-link\u003e\n\u003csnapchat-link href=\"https://www.snapchat.com/@bkawk\" height=\"15px\"\u003e\u003c/snapchat-link\u003e\n\u003cgithub-link href=\"https://www.github.com/@bkawk\" height=\"15px\"\u003e\u003c/github-link\u003e\n\u003cinstagram-link href=\"https://www.instagram.com/@bkawk\" height=\"15px\"\u003e\u003c/instagram-link\u003e\n\u003cdribbble-link href=\"https://www.dribbble.com/@bkawk\" height=\"15px\"\u003e\u003c/dribbble-link\u003e\n```\n\n## Contributing\n\n### Install the Polymer-CLI\n\nFirst, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.\n\n### Viewing Your Application\n\n```\n$ polymer serve\n```\n\n### Building Your Application\n\n```\n$ polymer build\n```\n\nThis will create a `build/` folder with `bundled/` and `unbundled/` sub-folders\ncontaining a bundled (Vulcanized) and unbundled builds, both run through HTML,\nCSS, and JS optimizers.\n\nYou can serve the built versions by giving `polymer serve` a folder to serve\nfrom:\n\n```\n$ polymer serve build/bundled\n```\n\n### Running Tests\n\n```\n$ polymer test\n```\n\nYour application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fsocial-links","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconvoo%2Fsocial-links","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconvoo%2Fsocial-links/lists"}