Omnibus commited on
Commit
f6188e5
1 Parent(s): b1bff7b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -53,9 +53,9 @@
53
  $('meta[name=twitter:player]').remove();
54
  $('meta[name=twitter:stream]').remove();
55
  $('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
56
- $('head').append( '<meta name="twitter:stream" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
57
- console.log($('meta[name=twitter:player]').attr('content'));
58
- console.log($('meta[name=twitter:stream]').attr('content'));
59
  //document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
60
  //document.querySelector('meta[name="twitter:stream"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
61
  document.getElementById("myFrame").src = vid;
 
53
  $('meta[name=twitter:player]').remove();
54
  $('meta[name=twitter:stream]').remove();
55
  $('head').append( '<meta name="twitter:player" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
56
+ $('head').append( '<meta name="twitter:player:stream" content="https://omnibus-video-card.static.hf.space/index.html?video="+vid>' );
57
+ console.log($('meta[name="twitter:player"]').attr('content'));
58
+ console.log($('meta[name="twitter:player:stream"]').attr('content'));
59
  //document.querySelector('meta[name="twitter:player"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
60
  //document.querySelector('meta[name="twitter:stream"]').setAttribute("content", "https://omnibus-video-card.static.hf.space/index.html?video="+vid);
61
  document.getElementById("myFrame").src = vid;