From b09bf210bc6d6b4eb52f6c1f78449fef7fc6f056 Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Sun, 16 Mar 2025 22:19:00 -0700 Subject: [PATCH] webmentions: receiving --- layouts/partials/footer.html | 1 + layouts/partials/webmentions.html | 3 ++- static/js/webmention.min.js | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 static/js/webmention.min.js diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index dff1ab5..a483a7c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -32,3 +32,4 @@ a cat with a wide-eyed stare

+ diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 51a61e8..99d0fa1 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -1,5 +1,6 @@ +

Replies

+
-

Replies

Send a Webmention
Publish a response on your own website, and link back to this page. Then, submit the link to your response right here! diff --git a/static/js/webmention.min.js b/static/js/webmention.min.js new file mode 100644 index 0000000..fc2eba8 --- /dev/null +++ b/static/js/webmention.min.js @@ -0,0 +1,3 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt +!function(){"use strict";window.i18next=window.i18next||{t:function(n){return n}};const n=window.i18next.t.bind(window.i18next);function t(n,t){return document.currentScript.getAttribute("data-"+n)||t}const e=t("page-url",window.location.href.replace(/#.*$/,"")),o=t("add-urls",void 0),r=t("id","webmentions"),s=t("wordcount"),i=t("max-webmentions",30),l=t("prevent-spoofing")?"wm-source":"url",a=t("sort-by","published"),c=t("sort-dir","up"),u=t("comments-are-reactions",!1),p={"in-reply-to":n("replied"),"like-of":n("liked"),"repost-of":n("reposted"),"bookmark-of":n("bookmarked"),"mention-of":n("mentioned"),rsvp:n("RSVPed"),"follow-of":n("followed")},f={"in-reply-to":"💬","like-of":"❤️","repost-of":"🔄","bookmark-of":"⭐️","mention-of":"💬",rsvp:"📅","follow-of":"🐜"},m={yes:"✅",no:"❌",interested:"💡",maybe:"💭"};function d(n){return n.replace(/[&<>"]/g,(n=>({"&":"&","<":"<",">":">",'"':"""}[n]||n)))}function w(t,e){const o=d(t.author?.name||t.url.split("/")[2]);let r=p[t["wm-property"]]||n("reacted");!e&&t.content&&t.content.text&&(r+=": "+x(t));let s="";s=t.author&&t.author.photo?`\n \n `:`\n \n `;let i="";return t.rsvp&&m[t.rsvp]&&(i=`${m[t.rsvp]}`),`\n \n ${s}\n ${f[t["wm-property"]]||"💥"}\n ${i}\n \n `}function h(n){return n.substr(n.indexOf("//"))}function g(n){const t=[],e={};return n.forEach((function(n){const o=h(n.url);e[o]||(t.push(n),e[o]=!0)})),t}function x(n){let t=d(n.content.text);if(s){let n=t.replace(/\s+/g," ").split(" ",s+1);n.length>s&&(n[s-1]+="…",n=n.slice(0,s),t=n.join(" "))}return t}window.addEventListener("load",(async function(){const t=document.getElementById(r);if(!t)return;const s=[h(e)];o&&o.split("|").forEach((function(n){s.push(h(n))}));let p=`https://webmention.io/api/mentions.jf2?per-page=${i}&sort-by=${a}&sort-dir=${c}`;s.forEach((function(n){p+=`&target[]=${encodeURIComponent("http:"+n)}&target[]=${encodeURIComponent("https:"+n)}`}));let f={};try{const n=await window.fetch(p);n.status>=200&&n.status<300?f=await n.json():(console.error("Could not parse response"),new Error(n.statusText))}catch(n){console.error("Request failed",n)}let m=[];const $=[];u&&(m=$);const y={"in-reply-to":m,"like-of":$,"repost-of":$,"bookmark-of":$,"follow-of":$,"mention-of":m,rsvp:m};f.children.forEach((function(n){const t=y[n["wm-property"]];t&&t.push(n)}));let b="";m.length>0&&m!==$&&(b=function(t){return`\n

${n("Responses")}

\n
    ${t.map((t=>{const e=w(t,!0);let o=d(t.url.split("/")[2]);t.author&&t.author.name&&(o=d(t.author.name));const r=`${o}`;let s="name",i=`(${n("mention")})`;return t.name?(s="name",i=d(t.name)):t.content&&t.content.text&&(s="text",i=x(t)),`
  • ${e} ${r} ${i}
  • `})).join("")}
\n `}(g(m)));let k="";var B;$.length>0&&(B=g($),k=`\n

${n("Reactions")}

\n
    ${B.map((n=>w(n))).join("")}
\n `),t.innerHTML=`${b}${k}`}))}(); +// @license-end \ No newline at end of file