torbensko / angular-addthis

An angular directive for the Add This social sharing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular AddThis directive

Add the AddThis social sharing tool to your site. Its features include:

  • automatically imports the AddThis script
  • can responds to page changes through the use of watch attribute

View demo.

Install

Installing via bower:

bower install torbensko/angular-addthis

Add the angular module:

sko.addThis

Initalise it with your ID:

addThisProvider.setId('abc');

Add to a page by adding:

<add-this refresh="{{ title }}"></add-this>

The refresh attribute lets it update itself in response to asyncronous changes.

Development

Install

npm install
bower install

Run server

node server.js

About

An angular directive for the Add This social sharing tool


Languages

Language:HTML 84.4%Language:JavaScript 15.6%