Advertisement
manchumahara

Asynchronously Vine Embed JS

Apr 8th, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2. (function(){
  3.   var bsa = document.createElement('script');
  4.      bsa.type = 'text/javascript';
  5.      bsa.async = true;
  6.      bsa.src = '//platform.vine.co/static/scripts/embed.js"';
  7.   (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
  8. })();
  9. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement