Omnibus commited on
Commit
8be24e5
1 Parent(s): 0a4c1f8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -50,8 +50,8 @@
50
  console.log(vid)
51
  document.getElementById("myFrame").src = vid;
52
 
53
- //document.querySelector('meta[name="twitter:player"]').setAttribute("content", vid);
54
- //document.querySelector('meta[name="twitter:stream"]').setAttribute("content", vid);
55
 
56
  </script>
57
  </body>
 
50
  console.log(vid)
51
  document.getElementById("myFrame").src = vid;
52
 
53
+ document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
54
+ document.querySelector('meta[name="twitter:stream"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
55
 
56
  </script>
57
  </body>