<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Create Video Lightbox Popup? in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/727502#M31789</link>
    <description>&lt;P&gt;Hi, your link is dead.&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 21:58:07 GMT</pubDate>
    <dc:creator>NKavanaugh</dc:creator>
    <dc:date>2022-12-06T21:58:07Z</dc:date>
    <item>
      <title>How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/210275#M8718</link>
      <description>&lt;P&gt;Hello, I'd like to create a video lightbox popup to be triggered by an image thumbnail of the video.&amp;nbsp;Does anyone have template code/instructions? Thanks in advance! FYI trying to find something free, don't want to pay $100/month for Wistia, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 16:04:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/210275#M8718</guid>
      <dc:creator>JJ_Anderson</dc:creator>
      <dc:date>2018-10-04T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/210424#M8738</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67520"&gt;@JJ_Anderson&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try this one from &lt;A href="https://codepen.io/grayghostvisuals/pen/eroxg" target="_blank"&gt;Codepen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you build a custom module(which I highly recommend)&lt;/P&gt;&lt;P&gt;you can paste everything into the "HTML+Hubl" Box into the right "brackets"&lt;/P&gt;&lt;P&gt;- for the html you'll need none&lt;/P&gt;&lt;P&gt;- for the css(you have to convert the scss to css first) use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;style&amp;gt;
/* Your code goes here */
&amp;lt;/style&amp;gt;&lt;/PRE&gt;&lt;P&gt;- for the JS part&lt;/P&gt;&lt;PRE&gt;&amp;lt;script&amp;gt;
// Your code goes here

&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;when you do this you can replace the&amp;nbsp;URL part(found in the JS part of the codepen code)&lt;/P&gt;&lt;PRE&gt;$('#gd-video').attr(
		'src',
		'https://player.vimeo.com/video/214092083'
	);&lt;/PRE&gt;&lt;P&gt;with a text widget. After that you can place the module everywhere you want/need and drop any vimeo link in it without needing any coding skills.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For youtube videos go with this Code&lt;A href="https://codepen.io/mattamyot/pen/dMGwyK" target="_blank"&gt;Pen&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:57:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/210424#M8738</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2018-10-05T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/266789#M11986</link>
      <description>&lt;P&gt;Hi, JJ!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some great responses here, but I wanted to let you know that if you tired of trying to mess with the code, we did build a HubSpot Custom Module that is available int he HubSpot Marketing place that will handle this for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The BeginBound YouTube Vimeo Video Popup allows you to use any public YouTube or Vimeo video in it and it will create a nice popup for you. No coding required at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's only $15 and if you want to learn more, check it out on the Marketplace here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketplace.hubspot.com/products/begin-bound/beginbound-youtube-vimeo-popup" target="_blank" rel="noopener"&gt;https://marketplace.hubspot.com/products/begin-bound/beginbound-youtube-vimeo-popup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We also have another module if you need to list several videos in a carousel and uses the same great popup features here:&amp;nbsp;&lt;A href="https://marketplace.hubspot.com/products/begin-bound/beginbound-video-upnext-carousel-live" target="_self"&gt;https://marketplace.hubspot.com/products/begin-bound/beginbound-video-upnext-carousel-live&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy HubSpotting!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 18:18:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/266789#M11986</guid>
      <dc:creator>jessebeginbound</dc:creator>
      <dc:date>2020-06-01T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/485668#M24754</link>
      <description>&lt;P&gt;Hi, Is it true that this&amp;nbsp;&lt;SPAN&gt;BeginBound YouTube Vimeo Video Popup&lt;/SPAN&gt; is no longer available?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 13:26:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/485668#M24754</guid>
      <dc:creator>mariekewest</dc:creator>
      <dc:date>2021-08-26T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/597042#M27865</link>
      <description>&lt;P&gt;Hi Anton,&lt;/P&gt;&lt;P&gt;Thank you for your solution. Do you have a suggested source to convert SCSSto CSS on your given CodePen example? I have tried a few but the solution no longer works after converting it.&lt;/P&gt;&lt;P&gt;I have tried these sources&lt;/P&gt;&lt;P&gt;Codepen has the feature to view complied CSS which isn't working.&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsonformatter.org/scss-to-css" target="_blank"&gt;https://jsonformatter.org/scss-to-css&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codebeautify.org/sass-to-css-converter" target="_blank"&gt;https://codebeautify.org/sass-to-css-converter&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cssportal.com/scss-to-css/" target="_blank"&gt;https://www.cssportal.com/scss-to-css/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 20:16:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/597042#M27865</guid>
      <dc:creator>willnz21</dc:creator>
      <dc:date>2022-03-17T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create Video Lightbox Popup?</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/727502#M31789</link>
      <description>&lt;P&gt;Hi, your link is dead.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 21:58:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-Create-Video-Lightbox-Popup/m-p/727502#M31789</guid>
      <dc:creator>NKavanaugh</dc:creator>
      <dc:date>2022-12-06T21:58:07Z</dc:date>
    </item>
  </channel>
</rss>

