Skip to content

skyglobal/share

Repository files navigation

Please take a look at the demo page

Quick-Start

Include the Share assets in your project either as Static Resources

<link rel="stylesheet" href="http://web-toolkit.global.sky.com/components/share/0.3.2/styles/share.min.css" />
<script type="text/javascript" src="http://web-toolkit.global.sky.com/components/share/0.3.2/scripts/share.min.js"></script>

or alternatively, Via Bower

  • Run: bower install --save-dev bskyb-skycons
  • Include Sass: @import 'bower_components/bskyb-share/src/styles/share';
  • Include JS: var share = require('../../bower_components/bskyb-share/src/scripts/share');

Dependencies

This component relies on other components and you must also include these in your project.

Developer Notes

Choose a type of Share component and copy the relevant html, updating the share url for each link.

Contribution

Components depends on collaboration between developers. Contributions of any size are actively encouraged.

To see how to build this component locally, read the contribution guidelines.

Browser Support

  • IE8 +
  • Safari 5 +
  • Latest Firefox
  • Latest Chrome
  • Latest Mobile Safari
  • Latest Mobile Chrome