Simple Share Icon

Simple Share

By Takayuki Miyauchi

Active Installs

10+

Last Updated

April 27, 2015

First Released

November 24, 2014

Download History (Last one month)


You can place share buttons just by activating this plugin.

  • There is no admin panel.
  • You can place twitter, facebook, google, and hatena(ja only) buttons.
  • They will be hidden at mobile screen (under 480px).

Filter hook

  • simple_share_the_content – Filter the content.
  • simple_share_get_share_buttons – Filter the share buttons.
  • simple_share_mobile_footer – Filter the footer buttons on mobile.
  • simple_share_style – Filter the css.

Placing share buttons in the footer.

add_filter( 'simple_share_the_content', function( $content, $share, $orig ){
    return $share. $orig . $share;
}, 10, 3 );

Other Notes

If you would have conflicts with other plugins you can stop JavaScripts in the footer like below.

  • remove_action( 'simple_share_footer', array( $simple_share, 'facebook_script' ) ); – Stop facebook scripts.
  • remove_action( 'simple_share_footer', array( $simple_share, 'google_script' ) ); – Stop Google scripts.

Contribution

  1. Upload simple-share.zip from the admin panel.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

No FAQ provided.

Changelog

1.0.1

  • Tested up to WordPress 4.2.

0.8.0

  • Fix always fire scripts in the footer.
  • https://github.com/miya0001/simple-share/compare/0.7.0…0.8.0

0.7.0

  • Add some filters.
  • https://github.com/miya0001/simple-share/compare/0.6.0…0.7.0

0.6.0

  • Update facebook javascript sdk.
  • Fix conflict with other plugins.

0.4.0

  • Fixed typo.
  • Add target arg to facebook link.

0.3.0

  • Add mobile support.

0.2.0

  • Fix CSS

0.1

  • First release.
<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

Available Versions

Version Download Type
1.0.0 Download Stable
0.9.0 Download Stable
0.8.1 Download Stable
0.8.0 Download Stable
0.7.3 Download Stable
0.7.2 Download Stable
0.7.1 Download Stable
0.7.0 Download Stable
0.6.0 Download Stable
0.5.0 Download Stable
0.4.0 Download Stable
0.3.1 Download Stable
0.3.0 Download Stable
0.2.0 Download Stable
0.1.0 Download Stable

Plugin Info

  • Version: 1.0.1
  • Last Updated: April 27, 2015
  • Active Installs: 10+
  • WordPress Version: 4.0 or higher
  • Tested up to: 4.2.39
  • PHP Version: or higher
  • Tags:    
    facebook hatena share social twitter

Ratings


4.8 out of 5 stars. (4 reviews)

See all reviews
Scroll to Top