Skip to content

Commit

Permalink
Update bsky sharing link
Browse files Browse the repository at this point in the history
  • Loading branch information
cemacrr committed Nov 29, 2024
1 parent 57cca24 commit 4174415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/stripes.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function update_location() {
var bsky_share = document.getElementById('bsky_share');
bsky_share.href = 'https://bsky.app/intent/compose?text=' +
encodeURIComponent(meta_desc_val) +
'&url=' + encodeURIComponent(meta_url_val);
': ' + encodeURIComponent(meta_url_val);
var threads_share = document.getElementById('threads_share');
threads_share.href = 'https://www.threads.net/intent/post?text=' +
encodeURIComponent(meta_desc_val) +
Expand Down

0 comments on commit 4174415

Please sign in to comment.