WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-youtube-live (Used by 21 domains)

WP YouTube Live

👤 macbookandrew 📦 v1.10.1 🔗 Plugin Homepage

Displays the current YouTube live video from a specified channel via the shortcode [youtube_live].

Setup Notes

Your YouTube livestream must be set to “Public” or it will not work. This is a security feature of YouTube’s API and unfortunately there’s no way to work around it.

In addition, your live stream must be set to allow embedding on third-party sites. If that feature is unavailable, you may need to enable monetization for your account. See YouTube documentation for more information or help with allowing embedding.

How It Works

If no live video is available, you can display a specified video or a “channel player” showing all your recent videos.

You can also enable auto-refresh to automatically check for a live video every 30 seconds (warning: will increase server load, so use with caution).

By default, the server will check YouTube’s API and then cache that response for 15 minutes before checking the API again (you may change this value in the admin settings). If auto-refresh is enabled, clients will check against your server every 30 seconds and likely will hit that cache as well, so it can potentially take up to 16 minutes before a client will get a live video.

The length of both caches can be changed using the wp_youtube_live_transient_timeout filter (see below for more information).

If no live video is available when a page is loaded, several fallback options are available:

  • “Show a custom HTML message” allows you to specify a custom message to show
  • “Show scheduled live videos” will show a player and countdown until your next live video
  • “Show last completed live video” will show your most recently-completed live video
  • “Show recent videos from my channel” will show a playlist of recent videos from your channel
  • “Show a specified playlist” will show a specified playlist
  • “Show a specified video” will show a specified video
  • “Show nothing at all” will show nothing at all

When a video ends, users’ browsers will check your server again to see if a live video is available. If so, it will load that; if not, it will fall back as set in your options.

Shortcode Options

  • width: player width in pixels; defaults to what you set on the settings page
  • height: player height in pixels; defaults to what you set on the settings page
  • autoplay: whether or not to start playing immediately on load; defaults to false
  • auto_refresh: (either true or false) overrides the auto-refresh setting on the settings page
  • fallback_behavior: choose from the following: upcoming, completed, channel, playlist, video, message, no_message
    • upcoming: the next upcoming scheduled video on the specified channel
    • playlist: a specified playlist (shortcode must also include the fallback_playlist attribute)
    • video: a specified video (shortcode must also include the fallback_video attribute)
    • message: a specified message
    • no_message: nothing at all
  • fallback_playlist: a playlist URL to show when there are no live videos
  • fallback_video: a video URL to show when there are no live videos
  • fallback_message: a message to show when there are no live videos
  • js_only: (either true or false) workaround for some caching issues; if a caching plugin (W3 Total Cache, WP Super Cache, etc.) or proxy (CloudFlare, etc.) caches the HTML while a video is live, visitors may continue to see an old live video even if it has ended. If set js_only is set to true, the server never displays the player code in the initial request and instead sends it in response to uncached ajax requests. This may also result in the video player being slightly delayed on page load due to the extra request, depending on the clients’ bandwidth and latency.

Example shortcode: [youtube_live width="720" height="360" autoplay="true"]

Filters

The filter wp_youtube_live_no_stream_available will customize the message viewers see if there is no live stream currently playing, and takes effect after the fallback_message shortcode attribute is parsed (if fallback_message="no_message" is set in a shortcode, it will override the filter). For example, add this to your theme’s functions.php file:

add_filter( 'wp_youtube_live_no_stream_available', 'my_ytl_custom_message' );
function my_ytl_custom_message( $message ) {
    $message = '

Please check back later or subscribe to our YouTube channel.

'; return $message; }

The filter wp_youtube_live_transient_timeout is available to customize the cache timeout length in seconds. For example, add this to your theme’s functions.php file to set the cache length to 15 seconds instead of the default 900:

add_filter( 'wp_youtube_live_transient_timeout', 'my_ytl_custom_timeout' );
function my_ytl_custom_timeout( $timeout ) {
    return 15;
}

Event Listener

When a live stream is loaded, the wpYouTubeLiveStarted event is fired; you can use this to create custom front-end features on your site by adding an event listener:

window.addEventListener('wpYouTubeLiveStarted', function() {
    /* your code here */
    console.log('stream started');
    /* your code here */
});

Development of this plugin is done on GitHub. Pull requests are always welcome.

DomainExposuresHeadersLast Checked
b*b*y*i*e*s.com (WP 6.8) 👤 F 2026-07-14 09:45:05
a*l*a*h.com (WP 7.0.1) 👤 F 2026-07-10 23:32:36
w*r*d*e*t*t*.com (WP 7.0.1) F 2026-07-10 16:22:40
r*d*c*c.org (WP 6.8.5) 👤 C 2026-07-06 00:03:56
c*n*u*e*a*t*o*n*w*.com (WP 7.0) 👤 F 2026-07-05 19:55:25
s*p*r*s*a*n*b*l*.com F 2026-07-04 02:38:16
d*s*i*b*z*r*h.com (WP 7.0) F 2026-07-02 13:43:56
p*r*l*b*e.org (WP 7.0) 🔓 F 2026-07-02 11:59:33
s*v*r*s*u*i*s.com F 2026-07-02 07:58:39
g*a*t*d.faith F 2026-07-01 18:13:09
j*n*u*r*y.com (WP 6.9.1) F 2026-06-30 19:40:45
p*s*o*j*s*t*o*p*o*.com F 2026-06-30 14:39:24
s*-*a*l*s*o*l*n*.de F 2026-06-16 06:37:44
g*s*.org (WP 7.0) 👤 F 2026-06-08 20:26:44
f*e*h*t*r*u*c.com (WP 6.9.4) F 2026-06-04 04:40:50
c*a*i*s*n*i*l*.com (WP 7.0) F 2026-05-29 13:54:40
f*b*t*a*s*h*o*.pl (WP 5.8.13) ⚠️ F 2026-05-27 11:16:23
d*m*n*i*n*r*p*e*.com (WP 6.8.5) F 2026-05-26 10:24:45
m*s*h*o*.com (WP 5.4.19) ⚠️ F 2026-05-24 18:09:12
o*a*l*s*n*l*v*.com (WP 6.6.5) F 2026-05-24 04:00:30

Top 50 Plugins

Plugin Count
elementor 1,794,362
contact-form-7 1,784,275
elementor-pro 1,061,432
woocommerce 821,937
revslider 619,584
jetpack 465,755
js_composer 429,798
wp-rocket 342,563
essential-addons-for-elementor-lite 269,997
complianz-gdpr 265,417
gravityforms 259,683
cookie-law-info 234,632
google-site-kit 230,212
instagram-feed 229,499
sitepress-multilingual-cms 215,810
header-footer-elementor 211,299
google-analytics-for-wordpress 210,775
bluehost-wordpress-plugin 193,085
elementskit-lite 184,399
gutenberg 167,531
cookie-notice 154,371
litespeed-cache 139,755
gutenberg-core 139,244
wpforms-lite 128,452
gtranslate 127,855
the-events-calendar 125,453
astra-sites 117,590
popup-maker 112,964
woocommerce-payments 112,272
tablepress 103,176
honeypot 99,416
astra-addon 95,739
coblocks 93,967
wp-smushit 92,798
duracelltomi-google-tag-manager 92,102
layerslider 91,733
all-in-one-seo-pack 91,684
bb-plugin 87,542
premium-addons-for-elementor 86,344
akismet 86,194
cleantalk-spam-protect 84,475
mailchimp-for-wp 83,618
ml-slider 83,034
megamenu 81,837
woocommerce-gateway-stripe 81,227
fusion-builder 78,993
smart-slider-3 77,562
ewww-image-optimizer 77,459
wp-pagenavi 77,276
jet-engine 76,951

Top 50 Themes

Theme Count
hello-elementor 626,566
Divi 508,962
astra 424,264
flatsome 134,837
Avada 123,955
generatepress 117,576
pub 96,704
oceanwp 82,991
kadence 80,322
enfold 71,424
salient 66,590
twentyseventeen 55,388
twentytwentyfour 53,236
bb-theme 53,012
betheme 52,953
blocksy 51,618
cocoon-master 50,635
h4 48,040
dt-the7 46,395
twentytwentyfive 44,675
neve 39,131
woodmart 37,828
Avada-Child-Theme 37,624
gox 36,348
bridge 32,577
twentytwentyone 31,098
lightning 30,225
twentytwenty 29,342
swell 28,410
Impreza 26,488
bricks 26,485
Newspaper 24,505
twentytwentythree 22,758
epik-redesign 19,661
twentytwentytwo 19,373
uncode 19,020
twentysixteen 17,860
pro 17,680
sydney 16,942
storefront 16,686
Total 14,843
hello-theme-child-master 14,058
extendable 14,042
factory-templates-4 13,764
themify-ultra 13,125
yith-wonder 13,027
yootheme 12,902
hestia 12,872
porto 12,164
twentynineteen 11,854