Update html/watch.ejs
This commit is contained in:
parent
1ca2a85fb8
commit
6873975799
@ -43,9 +43,9 @@
|
||||
<meta content="<%=color%>" name="theme-color">
|
||||
<meta content="{canplayhd: true, redesign_feburary_2023:true, poke-rebrand:true, universe:2, ImmersiveAmbientMode:true, november2023_poke_rebrand:true, rebrand_2024:true, faster_load:true, AudioSyncV2:false, AudioSyncV3:true }" name="flags">
|
||||
<meta content="<%=inv_vid?.author%>" name=twitter:author>
|
||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" name=twitter:url>
|
||||
<meta content="https://poketube.fun/watch?v=<%=inv_vid?.videoId%>" name=twitter:url>
|
||||
<meta content="<%=inv_vid?.title%> | Poke" name=twitter:title>
|
||||
<meta content="Watch this <%- turntomins(inv_vid.lengthSeconds) || "LIVE"%> long video from <%=inv_vid.author%> On Poke!
|
||||
<meta content="Watch this <%- turntomins(inv_vid?.lengthSeconds) || "LIVE"%> long video from <%=inv_vid?.author%> On Poke!
|
||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date.replace("Premiered", " ") %> 💬 <% if (!isNaN(inv.commentCount)) { %><%= inv.commentCount.toLocaleString() %>
|
||||
<% } else { %>
|
||||
0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user