Перейти к содержанию

Таблица лидеров


Популярный контент

Показан контент с высокой репутацией 04/05/21 во всех областях

  1. 1 балл
    <!-- Add a placeholder for the Twitch embed --> <div id="twitch-embed"></div> <!-- Load the Twitch embed script --> <script src="https://embed.twitch.tv/embed/v1.js"></script> <!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. --> <script type="text/javascript"> var embed = new Twitch.Embed("twitch-embed", { width: 854, height: 480, channel: "lineage2tv", layout: "video", autoplay: false, // only needed if your site is also embedded on embed.example.com and othersite.example.com parent: ["embed.example.com", "othersite.example.com"] }); embed.addEventListener(Twitch.Embed.VIDEO_READY, () => { var player = embed.getPlayer(); player.play(); }); </script>
×
×
  • Создать...