All Projects → tinacious → angular-easy-social-share

tinacious / angular-easy-social-share

Licence: MIT License
An easy way way to share the current page on an AngularJS app with Twitter, Facebook and LinkedIn.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to angular-easy-social-share

auth-laravel-angular-jwt-satellizer
This is the demo source code that demonstrate a complete API service for authentication that uses Laravel, AngularJS, JWT and Satellizer.
Stars: ✭ 27 (-15.62%)
Mutual labels:  angularjs
wp-testing
WordPress testing plugin
Stars: ✭ 12 (-62.5%)
Mutual labels:  angularjs
WebStore-Spring-MVC
WebStore is a full fledged online shopping system built in Spring-MVC. It uses JSP for view templating and MySql at the database end.
Stars: ✭ 29 (-9.37%)
Mutual labels:  angularjs
ng-scrollable
Superamazing scrollbars for AngularJS
Stars: ✭ 58 (+81.25%)
Mutual labels:  angularjs
pillow-cli
A CLI tool for booting modernized AngularJS projects.
Stars: ✭ 12 (-62.5%)
Mutual labels:  angularjs
uchiwa-web
Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
Stars: ✭ 17 (-46.87%)
Mutual labels:  angularjs
angular-super-gallery
AngularJS super image gallery
Stars: ✭ 46 (+43.75%)
Mutual labels:  angularjs
ecommerce
Laravel open source e-commerce system.
Stars: ✭ 209 (+553.13%)
Mutual labels:  angularjs
asana-webhooks-manager
Asana Webhooks Manager (AWM) is a free and open source management and event handling server, written in JavaScript (NodeJS, Angular) for Asana's webhooks API. Use AWM to manage webhooks subscriptions and accept event payloads from Asana in real-time. Want to create your own Asana Dashboard? Consider AWM as your starting point!
Stars: ✭ 23 (-28.12%)
Mutual labels:  angularjs
ionic4-angular6-crud-example
Building CRUD Mobile App using Ionic 4, Angular 6 and Cordova
Stars: ✭ 50 (+56.25%)
Mutual labels:  angularjs
stream2segment
A Python project to download, process and visualize medium-to-massive amount of seismic waveforms and metadata
Stars: ✭ 18 (-43.75%)
Mutual labels:  angularjs
ng-apimock
Node plugin that provides the ability to use scenario based api mocking: for local development for protractor testing
Stars: ✭ 102 (+218.75%)
Mutual labels:  angularjs
Angular-Firebase-Sortable-Table
Angular Firebase Sortable Table is a module that makes tables creation with firebase an easy task.
Stars: ✭ 28 (-12.5%)
Mutual labels:  angularjs
angular2-cookie-law
Angular2+ component that provides a banner to inform users about cookie law
Stars: ✭ 38 (+18.75%)
Mutual labels:  angularjs
ng-loader
Webpack loader for AngularJs components
Stars: ✭ 28 (-12.5%)
Mutual labels:  angularjs
Realtime-Private-Chat-using-AngularJs-Nodejs-and-Mysql
📋 A real time Private Chat application using AngularJs, Nodejs and Mysql
Stars: ✭ 16 (-50%)
Mutual labels:  angularjs
angular-openweather-app
A weather forecast app written in AngularJS
Stars: ✭ 54 (+68.75%)
Mutual labels:  angularjs
tubular
A set of AngularJS directives designed to rapidly build modern web applications
Stars: ✭ 44 (+37.5%)
Mutual labels:  angularjs
Swastika-IO-Admin
✔ [ SIOA ] Swastika I/O Admin dashboard template based on Bootstrap 4
Stars: ✭ 18 (-43.75%)
Mutual labels:  angularjs
angular-environment
AngularJS Environment Plugin
Stars: ✭ 78 (+143.75%)
Mutual labels:  angularjs

AngularJS Easy Social Share

An easy way way to share the current page on an AngularJS app with Twitter, Facebook, Google Plus, and LinkedIn.

This directive uses URL links to share your page's content on each of the social media networks and therefore doesn't require the use of an app ID.

View a demo here.

Usage

This repository can be installed using Bower:

bower install angular-easy-social-share --save
grunt bower-install

Dependencies

This directive requires Font Awesome. Installing using Bower should download the required dependency but Font Awesome may need to be referenced manually.

  1. Make sure easy-social-share.js is included.
  2. Add td.easySocialShare as an app dependency.
  3. Use the share-links directive in your view's HTML as follows:
<div share-square="true" share-links="Facebook, Twitter, LinkedIn, Google-Plus" share-title="Article Title"></div>

Options

If you would like to use the square version of Font Awesome, be sure to include the attribute share-square="true" otherwise it will use the version without the square.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].