Skip to content

Simple asynchronous post sharing widget. Loads the following sharing widgets: Twitter, Facebook, Linkedin, Google+ and Hacker News via asynchronous javascript for simple and fast loading social sharing.

jorik041/Async-Social-Sharing

 
 

Repository files navigation

#Async Social Sharing WordPress Plugin

Simple social plugin that loads popular social sharing widgets asynchronously after the page loads for optimal site performance.

The plugin provides settings to load any of the following sharing widgets:

  • Twitter
  • Facebook
  • Google+
  • Linkedin
  • Hacker News

Available display options include ability to display the sharing widgets on pages, specific custom post types or blog and archive pages.

##Release Notes

Version 1.6.2

  • Fixed bug where previous plugin users could not disable the css without removing and then re-adding the plugin.

  • Updated compatibility to support 3.5

Version 1.6.1

  • Fixed bug where widgets were not displaying on pages if option was specified.

  • Fixed bug where CSS styles for previous installations was still loading, even though the option to disable was selected.

  • Expanded post-type multi-selection box area on plugin options page.

  • Added instructions for selecting multiple post types from plugin options page.

  • Tested with WordPress 3.5 RC2

Version 1.6

  • Added option to prevent default CSS stylesheet from loading.

  • Fixed bug where PHP Exception was thrown if post types array was empty.

  • Tested with WordPress 3.5 Beta 3

Version 1.5.1

  • Fixed bug that would cause content in RSS feeds to not display.

  • Fixed bug where PHP Exception was thrown on pages if the display options were not set.

Version 1.5.0

  • Added ability to display social widgets on pages.

  • Added ability to select which custom post types will display the social widgets.

  • Reworked async-share.js file. Now only the external social scripts that are selected to be displayed will be loaded.

  • Improved display styles for social widgets.

Version 1.2.0

  • Combined function for plugin's script and style loading.

  • Fixed bug that was generating a PHP error when no options were set.

  • Tested with WordPress 3.4.1

Version 1.1.0

  • Added Display Options to plugin to allow sharing widgets to be displayed on blog and archive pages.

  • Fixed bug with Facebook fb-root div not being detected before script loaded.

  • Updated license to GPLv3

Version 1.0.1

  • Added lazy loading to async-share.js

  • Fixed issue with plugin settings link

Version 1.0

  • Initial release

Upcoming Versions Wishlist

  • Allow re-arranging of social widgets

##Screenshots

Social Sharing widgets are loaded under posts image

Plugin Options page allows you to select which social sharing widgets to load: image

Scripts now load in asynchronous fashion after the page load completes: image

##Dependencies

  • jQuery 1.7+
  • WordPress
  • Content worth sharing

##Author

##Credits

##License Copyright 2012 Rachel Baker (rachel@rachelbaker.me)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Simple asynchronous post sharing widget. Loads the following sharing widgets: Twitter, Facebook, Linkedin, Google+ and Hacker News via asynchronous javascript for simple and fast loading social sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.7%
  • PHP 30.8%
  • JavaScript 4.5%