這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Youtube channel gallery

外掛說明

2.1 Version is now under GPl/GNU license

Displays the most recent videos on a YouTube channel in your wp blog.

In your 2.0 version this plugin have 2 ways to configure and use:

  • The first way is using the widget for any sidebar of your blog.

  • The second way is using our shortcode (look the FAQ tab to see how to use it)

Now you have five options to set up:

  • Widget Title: The title to be displayed on sidebar

  • Channel Name: The name of channel that you want to list

  • Videos: Number of videos to be displayed
  • Width in px: Width of youtube player (The height will be calculated)

  • Show Video Title: A switch to select if you want to display the video title

And i have to thank Brad Trivers to help me with the changes

螢幕擷圖

  • The Widget Options
  • The shortcode usage example
  • The pattren exemple of WP Youtube channel gallery widget usage.

常見問題集

Now you have two new ways to use the WP Youtube channel gallery in your blog:

  • Using our plugin widget in the widget session of WordPress admin (With your news options)
  • Using the shortcode to display this in a post or page

    create shortcode e.g.

    [youtubechannel channelname="GoogleDevelopers" numvideos="1" width="560" showtitle="No"]
    [youtubechannel] uses all defaults which is the same as [youtubechannel channelname="GoogleDevelopers" numvideos="1" width="560" showtitle="No"]
    [youtubechannel channelname="virtualeyesee" numvideos="3"]
    

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈WP Youtube channel gallery〉的開發相關工作。

參與者

將〈WP Youtube channel gallery〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • First version. Plugin start here.

2.0

  • So many modifications. Now this plugin have:
    1. The config page was removed
    2. A widget with more option
    3. Now this plugin have an shortcode to be used on posts (see the FAQ session)

2.1

  • GPL License added