An open API service indexing awesome lists of open source software.

https://github.com/praveenkumar-kalidass/angular-social-plugins

Social network plugins directive built with AngularJs
https://github.com/praveenkumar-kalidass/angular-social-plugins

angular angularjs comments facebook group like messenger page plugins save send social

Last synced: about 2 months ago
JSON representation

Social network plugins directive built with AngularJs

Awesome Lists containing this project

README

          

# Angular Social Plugins



npm version


dependencies Status badge


devDependency Status badge


Downloads


Downloads

## Install

Install the component using [NPM](https://www.npmjs.com/):

```sh
$ npm install --save angular-social-plugins
```

## Usage

### Initialise module

```js
import AngularSocialPlugins from 'angular-social-plugins';

angular.module('app', [
AngularSocialPlugins
]);
```

### Use it in html
- [FB Comments](#fb-comments)
- [FB Group](#fb-group)
- [FB Like](#fb-like)
- [FB Page](#fb-page)
- [FB Quote](#fb-quote)
- [FB Save](#fb-save)
- [FB Share](#fb-share)
- [FB Messenger](#fb-messenger)

#### FB Comments
```html

```

#### FB Group
```html

```

#### FB Like
```html

```

#### FB Page
```html

```

#### FB Quote
```html

```

#### FB Save
```html

```

#### FB Share
```html

```

#### FB Messenger
```html

```

## License

[MIT License](http://opensource.org/licenses/MIT)