New Logo and Identity for Buzzsprout by Goal
(Est. 2009) “Buzzsprout is the easiest way to start a podcast. This simple to use product provides a podcasting platform, promotion tools, and stats to track your podcast. Buzzsprout has tools like a free podcast website for beginners, as well as custom embed players and unique social media players for more experiences podcasters.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-settings: "wdth" 100, "wght" 37