>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Share |
Version | 1.0.0 |
Author | Takayuki Miyauchi |
Rating | 100 |
Last updated | 2014-12-18 02:55:00 |
Downloads |
782
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 3%
Simple Share plugin added 2 kB of resources to the Home page and 1273 kB of resources to the sample Post page.
Simple Share plugin added 0 new host(s) to the Home page and 12 new host(s) to the sample Post page.
Great! Simple Share plugin ads no tables to your Wordpress blog database.You can place share buttons just activating this plugin.
add_filter( 'simple_share_the_content', function( $content, $share, $orig ){
return $share. $orig . $share;
}, 10, 3 );
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.