Compare commits
3 Commits
8eff3da973
...
606e5fd2d2
| Author | SHA1 | Date | |
|---|---|---|---|
| 606e5fd2d2 | |||
| 1bcce4eedc | |||
| c243b4afc3 |
@@ -1,7 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="margin-top: 1.5em; margin-bottom: 1.5em;">
|
<div style="margin-top: 1.5em; margin-bottom: 1.5em;">
|
||||||
<!-- NOTE: add ?autoplay=1 to the src query string-->
|
<!-- NOTE:
|
||||||
<iframe style="display: inline-block" width="560" height="315" :src="`https://www.youtube.com/embed/${idAndSi}&autoplay=${autoplay?'1':'0'}`" title="Dexorder on YouTube" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
add ?autoplay=1 to the src query string
|
||||||
|
add enablejsapi=1 to query to allow video play tracking in the page's Google Analytics
|
||||||
|
-->
|
||||||
|
<iframe style="display: inline-block" width="560" height="315" :src="`https://www.youtube.com/embed/${idAndSi}&enablejsapi=1&autoplay=${autoplay?'1':'0'}`" title="Dexorder on YouTube" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<intro-video autoplay/>
|
<intro-video/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
@@ -9,7 +9,8 @@ We use your IP address to restrict our service in certain regions.
|
|||||||
|
|
||||||
Your IP address and web requests will be temporarily recorded in standard web server logs.
|
Your IP address and web requests will be temporarily recorded in standard web server logs.
|
||||||
|
|
||||||
We use [Crisp](https://crisp.chat/) for support chat, and it gives your browser a cookie. After the Beta is over, we
|
We use [Crisp](https://crisp.chat/) for support chat, and it gives your browser a cookie. After we have gathered
|
||||||
|
feedback from early users, we
|
||||||
will remove this chat and its required cookie. You may block it using browser plugins without affecting the app.
|
will remove this chat and its required cookie. You may block it using browser plugins without affecting the app.
|
||||||
|
|
||||||
We do not sell or otherwise allow anyone else to see our records except for compliance with legal subpoenas.
|
We do not sell or otherwise allow anyone else to see our records except for compliance with legal subpoenas.
|
||||||
|
|||||||
Reference in New Issue
Block a user