Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

A jQuery plugin that helps you roll your own tweet/like links.

License

Notifications You must be signed in to change notification settings

michaek/jquery-socialButtons

Repository files navigation

jQuery Social Buttons

Inspired by https://dribbble.com/shots/151761-Share-this-v2, this plugin can be used by calling:

$('#selector').socialButtons({
  url: 'https://your.url/'
});

The url option is optional, defaulting to the browser's current url.

The ouput of this plugin is currently a pretty ugly (though easily stylable) display of stats for Twitter and Facebook. Initial support for like/tweet links exists, though Facebook's is pretty rudimentary. The goal is to avoid the use of the IFRAMEs provided by Twitter and Facebook, though it may make sense to use modal IFRAMEs upon clicking the like links.

View the demo

Use SocialCount

You may want to use SocialCount instead. SocialCount is more fully-featured, but it seems to rely on a PHP service to interact with the count APIs instead of JSONP in the browser. That's not a design decision that sits well with me, so I'm going to put maintenance for this library back on my queue.

About

A jQuery plugin that helps you roll your own tweet/like links.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages