Name Last Update
..
jp-sd-shortcode.php Loading commit data...
readme.txt Loading commit data...
=== Sharing buttons shortcode for Jetpack ===
Contributors: jeherve
Tags: WordPress.com, Jetpack, sharedaddy, shortcode, share 
Requires at least: 3.9
Tested up to: 4.4
Stable tag: 1.2.1

Extends the Jetpack plugin and allows you to add sharing buttons anywhere inside your posts thanks to the [jpshare] shortcode

== Description ==

Extends the Jetpack plugin and allows you to add sharing buttons anywhere inside your posts thanks to the [jpshare] shortcode

Important: for this plugin to work, you must activate [Jetpack](http://wordpress.org/extend/plugins/jetpack/) first, and activate the sharing module.

This plugin is a work in progress. You can report issues [here](http://wordpress.org/support/plugin/jetpack-sharing-butttons-shortcode), or submit a pull request [on GitHub](https://github.com/jeherve/jp-sd-shortcode).


== Installation ==

1. Install the Jetpack plugin, connect the plugin to WordPress.com
2. Activate the Sharing module
3. Install the Jetpack Sharing butttons shortcode plugin via the WordPress.org plugin repository, or via your dashboard
4. Activate the plugin
5. Place the [jpshare] shortcode anywhere in one of your posts or pages
6. Enjoy, and share! :)

== Changelog ==

= 1.2.1 =
* Avoid Fatal Error when sharing_display is undefined.

= 1.2 =
* Make changes to the plugin logic

= 1.1 =
* Check that Jetpack and the Sharedaddy module are active

= 1.0 =
* Initial Release