mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
gwagwa
This commit is contained in:
parent
6639fafbcc
commit
943307177a
1 changed files with 1 additions and 4 deletions
|
@ -45,10 +45,7 @@
|
|||
<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 video from <%=k.Video.Channel.Name%> On Poke!
|
||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %>
|
||||
<% if (String(inv_vid.descriptionHtml) != "undefined") { %><% if (String(inv_vid.descriptionHtml) != " ") { %><% if (String(inv_vid.descriptionHtml) != "<p></p>") { %> <%- inv_vid.description %> <% } %><% } %><% } %>
|
||||
|
||||
" property=twitter:description>
|
||||
👍 <%=convert(engagement.likes)%> | 👎 <%=convert(engagement.dislikes)%> | 📈 <%=convert(engagement.viewCount)%> Views 🗓️ <%= date %>" property=twitter:description>
|
||||
<meta content="https://i.ytimg.com/vi/<%=inv_vid.videoId%>/maxresdefault.jpg" property=og:image>
|
||||
<meta content=summary_large_image name=twitter:card>
|
||||
<link href="https://poketube.fun/watch?v=<%=inv_vid.videoId%>" itemprop=url>
|
||||
|
|
Loading…
Reference in a new issue