Please take a look at the demo page
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');
This component relies on other components and you must also include these in your project.
Choose a type of Share component and copy the relevant html, updating the share url
for each link.
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.
- IE8 +
- Safari 5 +
- Latest Firefox
- Latest Chrome
- Latest Mobile Safari
- Latest Mobile Chrome