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

---

Søg plugins

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

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# oEmbed Internal Link

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

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

 * [Detaljer](https://da.wordpress.org/plugins/oembed-internal-link/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/oembed-internal-link/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/oembed-internal-link/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/oembed-internal-link/#developers)

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

## Beskrivelse

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';
        }
    ?>
    ```

#### Bidragsydere

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

### Krediteringer

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.

### Kontakt

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.

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“oEmbed Internal Link” er open source-software. Følgende personer har bidraget til
dette plugin.

Bidragsydere

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

[Oversæt “oEmbed Internal Link” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/oembed-internal-link)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/oembed-internal-link/),
tjek [SVN repository](https://plugins.svn.wordpress.org/oembed-internal-link/), 
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/oembed-internal-link/)
via [RSS](https://plugins.trac.wordpress.org/log/oembed-internal-link/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 0.1.0

 * The first release.

## Meta

 *  Version **0.5.0**
 *  Senest opdateret **11 år siden**
 *  Aktive installationer **10+**
 *  WordPress-version ** 3.2 eller højere **
 *  Testet op til **4.4.34**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/oembed-internal-link/)
 * Tag
 * [widget](https://da.wordpress.org/plugins/tags/widget/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/oembed-internal-link/advanced/)

## Bedømmelser

Der er endnu ikke indsendt nogen anmeldelser.

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/oembed-internal-link/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

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

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](http://firegoby.jp/)