mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00

- Refactors the old plugin to remove jquery usage - Adds support for Vimeo videos (default on) and Tiktok (experimental and default off)
11 lines
267 B
Handlebars
11 lines
267 B
Handlebars
{{#if @providerName}}
|
|
<iframe
|
|
src={{this.iframeSrc}}
|
|
title={{@title}}
|
|
allowFullScreen
|
|
scrolling="no"
|
|
frameborder="0"
|
|
seamless="seamless"
|
|
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
|
></iframe>
|
|
{{/if}} |