diff --git a/html/poketube.ejs b/html/poketube.ejs
index 285f6042..9c972f26 100644
--- a/html/poketube.ejs
+++ b/html/poketube.ejs
@@ -1813,6 +1813,7 @@ window.addEventListener("unload", cleanup)
var script = document.createElement('script');
script.src = '/static/app.bundle.js?ver=<%-btoa("1f739d93") %>&bundledat=<%- Date.now() %>';
document.head.appendChild(script);
+ twemoji.parse(document.body,{ base: 'https://cdn.zptr.cc/twemoji/' })
});
@@ -1882,8 +1883,7 @@ if (Ashley && !Ashley.dntEnabled()) {
<% } %>
-
-