Skip to content

Support bluesky in Sharing url for books #13567

@cderv

Description

@cderv

Add bluesky in sidebar tools: https://quarto.org/docs/books/book-output.html#sidebar-tools

const kSharingUrls: Record<string, SidebarTool> = {
linkedin: {
icon: "linkedin",
text: "LinkedIn",
href: "https://www.linkedin.com/sharing/share-offsite/?url=|url|",
},
facebook: {
icon: "facebook",
text: "Facebook",
url: "https://www.facebook.com/sharer/sharer.php?u=|url|",
},
twitter: {
icon: "twitter",
text: "Twitter",
url: "https://twitter.com/intent/tweet?url=|url|",
},
};

sharing:
maybeArrayOf:
enum: [twitter, facebook, linkedin]
description: |
Sharing buttons to include on navbar or sidebar
(one or more of `twitter`, `facebook`, `linkedin`)

Companion to #13566

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions