> Single Post Widget wordpress plugin resources analysis

Single Post Widget wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name Single Post Widget
Version 0.4.0
Author Takayuki Miyauchi
Rating 0
Last updated 2013-02-02 05:33:00
Downloads
4191
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
Single Post Widget plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

Single Post Widget plugin added 625 bytes of resources to the Home page and 619 bytes of resources to the sample Post page.

Single Post Widget plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! Single Post Widget plugin ads no tables to your Wordpress blog database.

Display single post from url on sidebar widget.

This plugin maintained on GitHub.

Some features:

  • Display single post from url on sidebar widget.
  • You can customize HTML output.
  • You can customize default HTML template on your plugin.

filter hooks example

Filter for default template.

<?php
    add_filter("single-post-widget-template", "my_template");
    function my_template($template) {
        return '<div class="%class%"><a href="%post_url%">%post_thumb%</a></div>';
    }
?>

Filter for stylesheet URI.

<?php
    add_filter("single-post-widget-stylesheet", "my_style");
    function my_style($url) {
        return 'http://example.com/path/to/style.css';
    }
?>

Translators

Please contact to me.

Contributors

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
FullFolio screenshot

FullFolio

by: dinamiko

5297
100%
NuvioElement Orange screenshot

NuvioElement Orange

by: Payne92

3550
0%