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
- Host: GitHub
- URL: https://github.com/praveenkumar-kalidass/angular-social-plugins
- Owner: praveenkumar-kalidass
- License: mit
- Created: 2018-08-29T06:25:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:25:38.000Z (almost 3 years ago)
- Last Synced: 2025-07-06T07:05:49.623Z (3 months ago)
- Topics: angular, angularjs, comments, facebook, group, like, messenger, page, plugins, save, send, social
- Language: JavaScript
- Homepage: https://github.com/praveenkumar-kalidass/angular-social-plugins#readme
- Size: 903 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Social Plugins
## 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)