이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

스크린샷

  • Plugin Settings Page: Settings page where you enter the API key and default channel ID.

설치

  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.

FAQ

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.