Descripción
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:
-
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
). -
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:
- Go to the YouTube channel’s page.
- 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.
- 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.
Capturas de pantalla
Instalación
- Upload the plugin files to the
/wp-content/plugins/livestream-embedder
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Settings > Livestream Embedder to configure the API key and default channel ID.
- 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.
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Livestream Embedder” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Livestream Embedder” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
1.0.0
- Initial release.