Coder Social home page Coder Social logo

fixate / angular-social-links Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 12.0 72 KB

Flexible and easy social sharing directives for Twitter, Google plus and Facebook

Home Page: http://fixate.github.io/angular-social-links/demo/

CoffeeScript 100.00%

angular-social-links's People

Contributors

elisabeth21 avatar korkota avatar larrybotha avatar mattbullock avatar sdbondi avatar thescientist13 avatar wigth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-social-links's Issues

Number of shares of a url

This plugin work perfectly!! There is a way to print the number of shares?? for example number of shares of a link on facebook...Thx!!

observe customUrl

It would be nice to observe the custom-url attribute so you can use something like custom-url="{{url}}"

npm module

Hi,
Can this be used with npm? The only import/declaration instruction in the readme I see is
angular.module('myApp', ['socialLinks']); but I'm not sure where to place this, Angular doesn't recognise the keyword angular anywhere..

webpack build

missed a comma in file angular-social-links.js in 5 row
handler: '&customHandler'

getCurrentUrl call invalid

Hi larybotha,

The currenturl variable was set instead of the call to getCurrentUrl() in the angular-social-links.js file
Please check line 28, this caused the popup window to not show up.

live binding does not work. ..

I am trying to use functtion like

<a social-pinterest media="{{medImage}}" description="This is an awesome art" 
                class="fa fa-pinterest-square social-pinterest1"></a>               

but its not converting whats present in variable.

Twitter url is not recalculated once she is defined

In a angular webapp, if we navigate in tabs, the main template in which is included the directive does not change but the url is.
This creates a problem for twitter due to the code at line 70:
scope.status = scope.status || ("Check this out! - " + url);

For my usage, it should only be:
scope.status = "Check this out! - " + url

Thanks for good job :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.