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

Livestream Embedder

外掛說明

Livestream Embedder allows you to embed a live stream from a YouTube channel or the most recent video using a shortcode. You can configure the API key and channel ID via the plugin’s settings page.

Features:
* Embed a live stream or most recent video with a shortcode.
* Configure the YouTube Data API key and default channel ID via settings.
* Display error messages if no live stream is available.
* Responsive video embeds.

Note on External Services:
This plugin uses the YouTube iframe API and YouTube Data API to fetch video data from YouTube and display it. Users must provide their own YouTube API key, which is required to make requests to the YouTube Data API v3. The data requested includes information about the live streams or videos on a given YouTube channel.

By using this plugin, you agree to YouTube’s Terms of Service and Privacy Policy.

Shortcode Usage:

  1. To embed a live stream from a specific channel:
    [livestream_embedder channel_id=”CHANNEL_ID”]

    Replace CHANNEL_ID with the actual YouTube channel ID (e.g. UCabcdefghijklmnopqrstuvwx).

  2. If you’ve configured a default channel ID in the plugin settings, you can use the shortcode without the channel_id attribute:
    [livestream_embedder]

How to Find the Channel ID:

  1. Go to the YouTube channel’s page.
  2. Look at the URL in your browser’s address bar. The channel ID is the string of characters after the “/channel/” part of the URL.
  3. If the channel uses a custom URL, you can find the channel ID by viewing the page source and searching for “channelId”.

License

This plugin is licensed under the GPLv2 or later. You can modify and distribute it under the terms of the GNU General Public License as published by the Free Software Foundation.

螢幕擷圖

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/livestream-embedder directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings > Livestream Embedder to configure the API key and default channel ID.
  4. Use the [livestream_embedder] shortcode in your posts or pages to embed the live stream.

常見問題集

How does this plugin interact with YouTube?

This plugin uses the YouTube iframe API and the YouTube Data API to fetch video data and display YouTube live streams or recent videos. You must provide a YouTube API key in order to access YouTube’s video data.

How do I get a YouTube Data API key?

You can obtain a YouTube Data API key by creating a project in the Google Cloud Console. Once created, enable the YouTube Data API v3 and generate an API key.

What happens if no live stream is available?

If no live stream is found, the plugin will attempt to load the most recent video from the channel. If neither a live stream nor a recent video is available, an error message will be displayed.

Can I embed a live stream from multiple channels?

Yes, by specifying a different channel_id in the shortcode, you can embed live streams from different YouTube channels.

What is the required YouTube URL format?

For best results, use the full YouTube channel ID (e.g., UCxyz123abcDEF) instead of custom URLs or names.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Livestream Embedder〉的開發相關工作。

參與者

將〈Livestream Embedder〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release.