We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c956498 commit ace44b2Copy full SHA for ace44b2
_includes/web-share.html
@@ -8,6 +8,15 @@
8
9
const shareButton = document.getElementById('jsShareButton');
10
const shareData = {
11
+ /**
12
+ * This is very non-standard, but Bluesky’s Web Share is broken so I have
13
+ * to bundle everything into `text`:
14
+ *
15
+ * https://github.com/bluesky-social/social-app/issues/5051
16
+ */
17
+
18
+ //title: "{{ page.title }}",
19
+ //url: "https://csswizardry.com{{ page.url }}"
20
text: 'I really enjoyed ‘{{ page.title }}’ by @csswizardry! https://csswizardry.com{{ page.url }} ',
21
};
22
0 commit comments