This plugin is outdated and might not be supported anymore
oEmbed Internal Link

oEmbed Internal Link

Details
View on WordPress

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

Credits

This plug-in is not guaranteed though the user of WordPress can freely use this plug-in free of charge regardless of the purpose.
The author must acknowledge the thing that the operation guarantee and the support in this plug-in use are not done at all beforehand.

Contact

twitter @miya0001

Details

Plugin code:
oembed-internal-link
Plugin version:
0.5.0
Outdated:
Yes
WP version:
3.2 or higher
PHP version:
or higher
Test up to WP version:
4.4.33
Total installations:
10
Last updated:
2016-01-03
Rating:
Times rated:
0
widget