
What’s the Most Embarrassing Thing You’ve Ever Posted on Social Media?
//assets.ziggeo.com/js/ziggeo-jquery-json2-betajs-player.min.js
ZiggeoApi.token = "06076018f24d5e737e0be0319ad3c264";
.ziggeo-video-container {
border-color: #F0E5E9;
background-color: #F0E5E9;
border-style: solid;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
display: inline-block;
margin: 10px;
border: 1px solid #ddd;
}
.ziggeo-video-container p {
color: #333;
margin: 0;
background-color: #fff;
padding: 20px 20px 24px;
font: 300 16px/18px 'Helvetica Neue', Helvetica, sans-serif;
text-transform: capitalize;
}
{%= data && data.name ? data.name : " " %}
{%= data && data.twitter ? data.twitter : "" %}
Record Your 22-Second Video!
You have 22 Seconds to tell us: Go! It's super easy to record a video right from your phone or screen and hit submit — don't be disappointed if it takes a few minutes for your video to show up; we're doing some light monitoring behind the scenes (ahem, keep it clean).
BetaJS.$("#video-submission").html(BetaJS.$("#video-submission-step1-template").html()); BetaJS.$("#continue-video").on("click", function() { var template = new BetaJS.Templates.Template(BetaJS.$("#video-submission-step2-template").html()); BetaJS.$("#video-submission").html(template.evaluate({ name : BetaJS.$("#video_name").val(), twitter : BetaJS.$("#video_twitter").val() })); }); ZiggeoApi.Events.on("submitted", function(data) { BetaJS.$("#submit-video-2").show(); BetaJS.$("#submit-video-2 button").on("click", function() { BetaJS.$("#video-submission").html(BetaJS.$("#video-submission-step3-template").html()); }); }); ZiggeoApi.Videos.index({ approved : "APPROVED", tags: "question3" }, { success : function(args, videos) { var video_submission_template = new BetaJS.Templates.Template(BetaJS.$("#video-submission-template").html()); for (var i = 0; i < videos.length; ++i) { BetaJS.$("#video-submissions").append(video_submission_template.evaluate(videos[i])); } } });Tell Us in the Comments
What do you think?
Leave a Reply
Thank you.