Embed codes

by Aggre _--

HTML

<h2>Instagram</h2>
<!-- URL Pattern: https://www.instagram.com/p/DEVM0XEyRsZ -->
<blockquote
  class="instagram-media"
  data-instgrm-permalink="https://www.instagram.com/p/DEVM0XEyRsZ"
></blockquote>

<h2>YouTube</h2>
<!-- URL Pattern: https://www.youtube.com/watch?v=lJ2Ao1suBSw OR https://youtu.be/lJ2Ao1suBSw -->
<iframe
  src="https://www.youtube.com/embed/lJ2Ao1suBSw?playlist=lJ2Ao1suBSw&autoplay=1&mute=1&loop=1"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  referrerpolicy="strict-origin-when-cross-origin"
  allowfullscreen
  frameborder="0"
  style="width: 100%; aspect-ratio: 16/9"
></iframe>

<h2>YouTube Shorts</h2>
<!-- URL Pattern: https://youtube.com/shorts/ibnb5JkrJpg -->
<iframe
  src="https://www.youtube.com/embed/ibnb5JkrJpg?playlist=ibnb5JkrJpg&autoplay=1&mute=1&loop=1"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  referrerpolicy="strict-origin-when-cross-origin"
  allowfullscreen
  frameborder="0"
  style="width: 100%; aspect-ratio: 9/16"
></iframe>

<h2>TikTok</h2>
<!-- URL Pattern: https://www.tiktok.com/@theamirhanio/video/7297335518293953810 -->
<iframe
  src="https://www.tiktok.com/player/v1/7297335518293953810?autoplay=1&controls=0&play_button=0&loop=1&timestamp=0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  referrerpolicy="strict-origin-when-cross-origin"
  allowfullscreen
  frameborder="0"
  style="width: 100%; aspect-ratio: 9/16"
></iframe>

<h2>X</h2>
<p>If the browser has privacy-centric settings, this embed might not be worked.</p>
<!-- URL Pattern: https://twitter.com/milkynoe/status/1879830201900872035 -->
<blockquote class="twitter-tweet" data-media-max-width="560">
  <a href="https://twitter.com/milkynoe/status/1879830201900872035"></a>
</blockquote>

<script async src="//www.instagram.com/embed.js"></script>
<script async...