Skip to content

initial blusky share #2262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _includes/share-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ include.url }}&title={{ include.title }}" rel="nofollow" target="_blank" title="Share on LinkedIn">
<i class="fa-brands fa-linkedin fa-xl"></i>
</a>
<a class="share-bluesky" href="https://bsky.app/intent/compose?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on LinkedIn">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a class="share-bluesky" href="https://bsky.app/intent/compose?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on LinkedIn">
<a class="share-bluesky" href="https://bsky.app/intent/compose?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.bluesky_username }}&related={{ site.bluesky_username }}" rel="nofollow" target="_blank" title="Share on LinkedIn">

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I imagine they need to be different.

<i class="fa-brands fa-bluesky fa-xl"></i>
</a>
<a class="share-x" href="https://x.com/intent/tweet?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on X">
<i class="fa-brands fa-square-x-twitter fa-xl"></i>
</a>
Expand Down