php 返回Vimeo Video Embedded

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 返回Vimeo Video Embedded相关的知识,希望对你有一定的参考价值。

<?php

// http://vimeo.com/75577633 could replace $xml->video[$post_content]->url
public function skbp_vimeo_player( $post_content = 0 ) {
        $xml = simplexml_load_string( self::skbp_vimeo_support_url() );
        
        // echo '<pre>'; print_r($xml->video[0]->url); echo '</pre>';
        $post_content = 0;

        $output = '';
        $output .= '<h3>' . __( 'Recent Video', 'skbp' ) . '</h3>';
        $output .= '<br />';
        $output .= '[embed]' . $xml->video[$post_content]->url . '[/embed]';
        $output .= '<br />';

        return do_shortcode($output);
        
}

以上是关于php 返回Vimeo Video Embedded的主要内容,如果未能解决你的问题,请参考以下文章

html Vimeo Video自定义暂停播放按钮,从给定时间开始

HTML5 中的 Vimeo 视频播放器

Vimeo Embed Video '由于其隐私设置,此视频无法在此处播放'

Vimeo视频视图数

Vimeo 嵌入完成时显示元素

从 vimeo 获取视频缩略图