Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 582 Bytes

SOCIAL-SHARE-BUTTONS

Installation

bower install social-share-buttons --save

Usage

<link rel="import" href="bower_components/social-share-buttons/social-share-buttons.html">

<social-share-buttons media="https://my-domain.com/images/my-image.jpg" url="https://my-domain.com/product/detail/my-sku" title="Product Name">
   <span class="icon-social-facebook" data-id="facebook"></span>
   <span class="icon-social-twitter" data-id="twitter"></span>
   <span class="icon-social-pinterest" data-id="pinterest"></span>
</social-share-buttons>