YouTube Shorts Widget Demo

Widget Configuration

Embedding Instructions

To embed this widget on any website, add the following code to your HTML:

<script>
  window.$youtubeShorts = {
    youtubeUrl: 'https://www.youtube.com/shorts/TjrQSJvRLgA',
    position: 'bottom-right',
    initialSize: 80,
    expandedWidth: 320
  };

  const s = document.createElement('script');
  s.async = true;
  s.src = 'https://video-intro.vercel.app/youtube-shorts-widget.js';
  (document.body || document.head).appendChild(s);
</script>