d-share
Version:
Share buttons in Derby apps
11 lines (9 loc) • 457 B
HTML
<!--USAGE: <share service="facebook" url="www.url-here.com" text="A title" desc="A description" image="www.url.com/image.png">-->
<index: element="share">
<a class="share {{service}}" href="{{create_url(service)}}" on-click="openShareWindow($event, $element)">
{{if content}}
{{content}}
{{else}}
<img src="http://icaliman.github.io/d-share/images/{{service}}_{{iconSize}}.png" alt="Share on {{service}}"/>
{{/}}
</a>