Releases: carrot/share-button
Releases · carrot/share-button
v0.1.1
Allow for users to choose between the FB.ui
or sharer.php
implementations of the Facebook share dialog box.
NOTES:
- When using
sharer.php
, the Facebook JS SDK won't be loaded. - When using
sharer.php
, you won't be able to dynamically specify attributes for Facebook as it relies directly on Open Graph meta tags.
v0.1.0
v0.0.6
- Introduce a new icon CSS file which fixes cross-browser issues with font loading.
- Introduce a paired down version of the icon font file to vastly reduce the file size and speed up loading.
text_font
option added to allow you to toggle whether the Google Font dependency is enabled. Defaults totrue
- All external CSS and fonts are now linked in the README.
🚤
v0.0.5
Font and css assets are now loaded super-fast from cloudflare. Asset size decreased significantly. Load is now instant or nearly instant.
Look forward to some more great new features coming soon, like better integration with bower, require.js, and commonjs, dropping the jquery dependency, and pinterest/email shares!
v0.0.4
Features and Fixes
share
can be called on multiple elements- additional classes allowed on share button elements without breakage
flyout
option added- jquery supports noconflict
- blank button with no text allowed
- popup windows centered on screen
Huge thanks for @tmilewski @pasine and @brunolazzaro for their hard work on this release!