A simple plugin that works with Embedly and Player.js to autoplay videos when they are scrolled into frame.
You will need to add the ScrollPlay and Player.js libs your page:
<script type="text/javascript" src="//cdn.embed.ly/player-0.0.10.min.js"></script> <script type="text/javascript" src="//cdn.embed.ly/jquery.embedly.scrollplay-0.0.1.min.js"></script>
Currently this is pretty simple plugin. Here is all of it:
$('iframe.embedly-embed').scrollplay();
Done. That's it. Good Talk. Glad we did this.