This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="wistia_agmhsklp6p" class="wistia_embed" style="width:600px;height:366px;"> | |
<div itemprop="video" itemscope itemtype="http://schema.org/VideoObject"> | |
<meta itemprop="name" content="CHEERBACKS | Fundraising Ideas " /> | |
<meta itemprop="duration" content="PT1M31S" /> | |
<meta itemprop="thumbnailUrl" content="https://embed-ssl.wistia.com/deliveries/6fb414e10137ba54ad2f25a05fe445c1696b84d6.bin" /> | |
<meta itemprop="contentURL" content="https://embed-ssl.wistia.com/deliveries/130522c3ef0777e60661771e84bb99beec4aa8b3.bin" /> | |
<meta itemprop="embedURL" content="https://embed-ssl.wistia.com/flash/embed_player_v2.0.swf?2015-02-27&autoPlay=false&banner=false&controlsVisibleOnLoad=true&customColor=0ac8db&endVideoBehavior=default&fullscreenDisabled=true&mediaDuration=91.971&playButtonVisible=true&quality=&showPlayButton=true&showPlaybar=true&showVolume=true&stillUrl=https%3A%2F%2Fembed-ssl.wistia.com%2Fdeliveries%2F6fb414e10137ba54ad2f25a05fe445c1696b84d6.bin%3Fimage_crop_resized%3D600x338&unbuffere |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'open-uri' | |
require 'uri' | |
require 'csv' | |
booth_endpoint = "http://wistia.com/newsletter/subscribe?campaign=events&form=inbound&email=" | |
party_endpoint = "http://wistia.com/newsletter/subscribe?campaign=events&form=inbound-party&email=" | |
def track_emails(file, endpoint) | |
count = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% cache 'nav' do %> | |
<div class='nav'> | |
<% @nav.items.each do |nav_item| %> | |
<li class='nav-item' data-target='<%= nav_item.href %>'> | |
<a href="/#<%= nav_item.href %>"> | |
<span class="icon <%= nav_item.icon %>"></span> | |
<span class='nav-link'><%= nav_item.title %></span> | |
</a> | |
</li> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fullScreenVideo = { | |
name: 'fullScreenVideo', | |
layVideo: 'fji9juvptr', | |
overlayVideoDiv: '#wistia_fji9juvptr', | |
backgroundvideo: 'z1ggfo8f86', | |
backgroundideoDiv: '#wistia_z1ggfo8f86', | |
/** | |
* This will call Wistia and embed the two videos | |
* @param None |
NewerOlder