> Simple Share wordpress plugin resources analysis

Simple Share wordpress plugin resources analysis

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

Delta: 0%

Post page

Delta: -3%
Simple Share plugin has small negative impact on PageSpeed score.

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.

  • There is no admin panel.
  • You can place buttons twitter, facebook, google, hatena(ja only).
  • 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

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
SkyFall screenshot

SkyFall

by: satrya

6714
100%
Simply Read screenshot

Simply Read

by: wpsimplyread

14689
87%