diff --git a/html/poketube.ejs b/html/poketube.ejs index 7e6db410..7aa3f4e0 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -958,7 +958,7 @@ display: block; !important;" autoplay controls <% } %> > <%-k.Video.Title.replace(/\/channel\//g, "/channel?id=").replace(/https:\/\/youtube.com/g, ""); %> - content source : youtube.com + Jump to Connections
@@ -1102,13 +1102,12 @@ display: block; !important;" autoplay controls
-
- <%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description + <%=engagement.viewCount.toLocaleString()%> Views • <%=date%> • Click to toggle off description <% if (String(inv_vid.descriptionHtml) != "undefined") { %> <% if (String(inv_vid.descriptionHtml) != " ") { %> @@ -1204,6 +1203,59 @@ display: block; !important;" autoplay controls + +
+ +
Connections
+ + <% if (!twitter) { %> + <% if (!discord) { %> + <% if (!reddit) { %> + <% if (!twitch) { %> +No connections + <% } %> + <% } %> + <% } %> + + <% } %> + +
+ <% if (twitter) { %> +
+ @<%- twitter.name %> +
+ + <% } %> + + <% if (discord) { %> +
+ /<%- discord.name %> +
+ <% } %> + + + <% if (twitch) { %> +
+ /<%- twitch.name %> +
+ <% } %> + + + <% if (reddit) { %> +
+ r/<%- reddit.name %> +
+ <% } %> + + <% if (instagram) { %> +
+ <%- instagram.name %> +
+ <% } %> +
+ +
+