Title: oEmbed Internal Link
Author: Takayuki Miyauchi
Published: <strong>October 21, 2011</strong>
Last modified: January 3, 2016

---

Search plugins

![](https://ps.w.org/oembed-internal-link/assets/banner-772x250.png?rev=526903)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/oembed-internal-link_1b95bb.svg)

# oEmbed Internal Link

 By [Takayuki Miyauchi](https://profiles.wordpress.org/miyauchi/)

[Download](https://downloads.wordpress.org/plugin/oembed-internal-link.zip)

 * [Details](https://wordpress.org/plugins/oembed-internal-link/#description)
 * [Reviews](https://wordpress.org/plugins/oembed-internal-link/#reviews)
 *  [Installation](https://wordpress.org/plugins/oembed-internal-link/#installation)
 * [Development](https://wordpress.org/plugins/oembed-internal-link/#developers)

 [Support](https://wordpress.org/support/plugin/oembed-internal-link/)

## Description

Easy internal link by oEmbed.

[This plugin maintained on GitHub.](https://github.com/miya0001/oembed-internal-link)

#### 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

 * [Takayuki Miyauchi](http://firegoby.jp/)

### 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

## Installation

 * A plug-in installation screen is displayed on the WordPress admin panel.
 * It installs it in `wp-content/plugins`.
 * The plug-in is made effective.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“oEmbed Internal Link” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)

[Translate “oEmbed Internal Link” into your language.](https://translate.wordpress.org/projects/wp-plugins/oembed-internal-link)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/oembed-internal-link/),
check out the [SVN repository](https://plugins.svn.wordpress.org/oembed-internal-link/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/oembed-internal-link/)
by [RSS](https://plugins.trac.wordpress.org/log/oembed-internal-link/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.0

 * The first release.

## Meta

 *  Version **0.5.0**
 *  Last updated **10 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.2 or higher **
 *  Tested up to **4.4.34**
 * Tag
 * [widget](https://wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://wordpress.org/plugins/oembed-internal-link/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/oembed-internal-link/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/oembed-internal-link/reviews/)

## Contributors

 *   [ Takayuki Miyauchi ](https://profiles.wordpress.org/miyauchi/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/oembed-internal-link/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://firegoby.jp/)