Skip to content

Instantly share code, notes, and snippets.

@ccbikai
Last active August 29, 2015 14:02
Show Gist options
  • Save ccbikai/00f810676207184a634e to your computer and use it in GitHub Desktop.
Save ccbikai/00f810676207184a634e to your computer and use it in GitHub Desktop.

Revisions

  1. 不给力的面条 revised this gist Jun 11, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion xiamiplayer.php
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    function wp_iframe_handler_xiami( $matches, $attr, $url, $rawattr ) {
    $iframe = '<iframe width="430" height="200" src="http://miantiao.jd-app.com/xiamiplayer/'. esc_attr($matches[1]) . '" allowtransparency scrolling="0" frameborder="0" ></iframe>';
    return apply_filters( 'iframe_gist', $iframe, $matches, $attr, $url, $rawattr );
    return apply_filters( 'iframe_xiami', $iframe, $matches, $attr, $url, $rawattr );
    }
    wp_embed_register_handler( 'xiami_iframe', '#http://www.xiami.com/song/([\d]+)(.*?)#i', 'wp_iframe_handler_xiami' );
  2. 不给力的面条 created this gist Jun 11, 2014.
    5 changes: 5 additions & 0 deletions xiamiplayer.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    function wp_iframe_handler_xiami( $matches, $attr, $url, $rawattr ) {
    $iframe = '<iframe width="430" height="200" src="http://miantiao.jd-app.com/xiamiplayer/'. esc_attr($matches[1]) . '" allowtransparency scrolling="0" frameborder="0" ></iframe>';
    return apply_filters( 'iframe_gist', $iframe, $matches, $attr, $url, $rawattr );
    }
    wp_embed_register_handler( 'xiami_iframe', '#http://www.xiami.com/song/([\d]+)(.*?)#i', 'wp_iframe_handler_xiami' );