mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
embed test a
This commit is contained in:
parent
cbdfed5eb1
commit
6639fafbcc
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@
|
|||
<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 %>" property=twitter:description>
|
||||
👍 <%=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>
|
||||
<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