New Logo and Identity for Stocktwits by ONBOX
(Est. 2008) “Stocktwits is the premier social media platform dedicated to investors and traders. With an active community of over 10 million users, Stocktwits has established itself as a leading voice in the investing world. Driven by the mission to help investors enhance their returns, Stocktwits offers a rich ecosystem of community interaction, data, content, and tools that empower investors to connect, learn, profit, and have fun in the process.” /** * 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