1.1.2 • Published 10 years ago

angulike v1.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

angulike

AngularJS directives for social sharing buttons - Facebook Like, Google+, Twitter and Pinterest

###Demo

To see a demo and further details go to http://jasonwatmore.com/post/2014/08/01/AngularJS-directives-for-social-sharing-buttons-Facebook-Like-GooglePlus-Twitter-and-Pinterest.aspx

###Installation

Install using bower: bower install angulike

Alternatively download the code and include the angulike.js file in your page.

Add the 'angulike' directive as a dependency of your AngularJS application:

angular.module('myApp', ['angulike']);

###Usage

####Facebook Like

Create an empty div with the fb-like attribute.

<div fb-like></div>

Optionally you can set the URL for the facebook like button to link to like this:

<div fb-like="myModel.FbLikeUrl"></div>

####Google+

Create an empty div with the google-plus attribute.

<div google-plus></div>

####Twitter

Create an empty div with the tweet attribute, the value of the attribute contains the name of the model object for the tweet text.

<div tweet="myModel.Name"></div>

####Pinterest

Create an empty div with the pin-it and pin-it-image attributes, the pin-it attribute contains the name of the model object for the description and the pin-it-image attribute contains the name of the model object for the image url:

<div pin-it="myModel.Name" pin-it-image="myModel.ImageUrl"></div>
1.1.2

10 years ago

1.1.1

10 years ago