Adds social share buttons to posts without loading remote javascript libraries.
Most plugins, that add social buttons use default Facebook and Twitter javascript libraries, slowing down your site. This plugin doesn't use those libraries, instead it uses option to load share/tweet page via url. It opens this page in popup or in new tab(if on mobile), only when user clicks the button, therefore eliminating unnecessary network requests.
Social share buttons curently supported are:
- Facebook like;
- Twitter tweet.
- Upload simple-social folder to the
/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu in WordPress - Fill in your Facebook app ID and Twitter username in plugin settings under
Plugins > Simple Social
I'm working on adding more sharing buttons for next version.
Currently there's no clean way to that. Option to change images is planned for next release.
NO, app ID is required by Facebook API and can't be skipped.
YES, but in that case tweets will not containt via @username
part.
##Changelog
####0.1
- Initial release.