/* * Don't load the 3rd party embedded content player unless the image is clicked. * This increases performance issues when many videos are embedded on the same page. * * Released under the MIT license * Copyright (c) 2013 Michael Save * Copyright (c) 2013-2014 Marcin Ɓabanowski * Copyright (c) 2025 Zankaria Auxa * * Usage: * $config['embedding'] = array(); * $config['embedding'][0] = array( * '/^https?:\/\/(\w+\.)?(?:youtube\.com\/watch\?v=|youtu\.be\/)([a-zA-Z0-9\-_]{10,11})(&.+)?$/i', * $config['youtube_js_html']); * $config['additional_javascript'][] = 'js/jquery.min.js'; * $config['additional_javascript'][] = 'js/youtube.js'; */ $(document).ready(function() { const ON = '[Remove]'; const YOUTUBE = 'www.youtube.com'; function makeEmbedNode(embedHost, videoId, width, height) { return $(`