> OEmbed Internal Link wordpress plugin resources analysis

oEmbed Internal Link wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name oEmbed Internal Link
Version 0.4.0
Author Takayuki Miyauchi
Rating 0
Last updated 2012-07-09 06:48:00
Downloads
428
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
oEmbed Internal Link 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%

oEmbed Internal Link plugin added 1 kB of resources to the Home page and 1 kB of resources to the sample Post page.

oEmbed Internal Link plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! oEmbed Internal Link plugin ads no tables to your Wordpress blog database.

Easy internal link by oEmbed.

This plugin maintained on GitHub.

filter hooks example

Filter for default template.

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

You can use tags in the template as below.

  • %post_id%
  • %post_url%
  • %post_thumb%
  • %post_excerpt%

Filter for stylesheet URI.

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

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

Fresh

by: AntonioWells

13577
0%
Sleek Black screenshot

Sleek Black

by: Stilla

43654
0%