-
Notifications
You must be signed in to change notification settings - Fork 388
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
initial blusky share #2262
base: main
Are you sure you want to change the base?
initial blusky share #2262
Conversation
quick'n'dirty - not tested locally yet hence draft |
🎊 PR Preview 661c160 has been successfully built and deployed to https://quarkus-site-pr-2262-preview.surge.sh
|
_includes/share-page.html
Outdated
@@ -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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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"> |
There was a problem hiding this comment.
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.
Co-authored-by: Georgios Andrianakis <[email protected]>
No description provided.