{"id":13791052,"url":"https://github.com/schochastics/quarto-social-share","last_synced_at":"2025-03-21T12:32:00.241Z","repository":{"id":58853362,"uuid":"523235611","full_name":"schochastics/quarto-social-share","owner":"schochastics","description":"Quarto Extension that adds buttons to share on social media","archived":false,"fork":false,"pushed_at":"2024-11-19T21:19:57.000Z","size":1277,"stargazers_count":36,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-09T04:12:21.042Z","etag":null,"topics":["quarto","quarto-extension"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schochastics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-10T06:57:54.000Z","updated_at":"2025-02-06T15:05:12.000Z","dependencies_parsed_at":"2024-01-05T23:46:23.130Z","dependency_job_id":"0e3b1042-a48f-47a6-9d63-8d65b49d5a9f","html_url":"https://github.com/schochastics/quarto-social-share","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Fquarto-social-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Fquarto-social-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Fquarto-social-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schochastics%2Fquarto-social-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schochastics","download_url":"https://codeload.github.com/schochastics/quarto-social-share/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135913,"owners_count":20403798,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quarto","quarto-extension"],"created_at":"2024-08-03T22:00:54.893Z","updated_at":"2025-03-21T12:32:00.226Z","avatar_url":"https://github.com/schochastics.png","language":"Lua","funding_links":[],"categories":["Extensions"],"sub_categories":[],"readme":"# Add Share buttons to Quarto HTML Documents\n\nThis extension allows to add buttons to share articles on various social media platforms.\n\n## Installing\n\n```sh\nquarto install extension schochastics/quarto-social-share\n```\n\nThis will install the extension under the `_extensions` subdirectory.\nIf you're using version control, you will want to check in this directory.\n\n## Using\n\nAdd the following to the yaml header of your document.\nYou can set options to `false` if you don't want to display the respective share button.\n\n```yaml\nfilters:\n  - social-share\nshare:\n  permalink: \"https://mr.schochastics.net/\"\n  description: \"awesome page\"\n  twitter: true\n  facebook: true\n  reddit: true\n  stumble: true\n  tumblr: true\n  linkedin: true\n  email: true\n  mastodon: true\n  bsky: true\n```\n\n`permalink` is the url you are going to share and `description` and optional text.\n\nthe location of the buttons can so far only be placed after the html body, or\nbefore the html body. To place it before the html body, add\n```\nlocation: \"before-body\"\n```\n\nto the share metadata.\n\nThe parameter `divclass` allows applying custom classes to the div containing\nthe share buttons\n\n## Example\n\nHere is the source code for a minimal example: [example.qmd](example.qmd)  \nA rendered version can be found [here](https://schochastics.quarto.pub/quarto-social-share/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschochastics%2Fquarto-social-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschochastics%2Fquarto-social-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschochastics%2Fquarto-social-share/lists"}