-
Notifications
You must be signed in to change notification settings - Fork 880
Sharing: create a "Sharing Buttons" block #19694
Copy link
Copy link
Closed
Labels
Customer Report [LEGACY]Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report"Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report"EnhancementChanges to an existing feature — removing, adding, or changing parts of itChanges to an existing feature — removing, adding, or changing parts of itEpicFormerly "Primary Issue", or "Master Issue"Formerly "Primary Issue", or "Master Issue"[Block] Sharing Button[Block] Sharing Buttons[Feature] SharingPost sharing, sharing buttonsPost sharing, sharing buttons[Focus] FSEIssues related to the site editor / Full Site Editing / FSE feature in GutenbergIssues related to the site editor / Full Site Editing / FSE feature in Gutenberg[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal
Metadata
Metadata
Assignees
Labels
Customer Report [LEGACY]Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report"Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report"EnhancementChanges to an existing feature — removing, adding, or changing parts of itChanges to an existing feature — removing, adding, or changing parts of itEpicFormerly "Primary Issue", or "Master Issue"Formerly "Primary Issue", or "Master Issue"[Block] Sharing Button[Block] Sharing Buttons[Feature] SharingPost sharing, sharing buttonsPost sharing, sharing buttons[Focus] FSEIssues related to the site editor / Full Site Editing / FSE feature in GutenbergIssues related to the site editor / Full Site Editing / FSE feature in Gutenberg[Plugin] JetpackIssues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/[Pri] Normal
Type
Fields
Give feedbackNo fields configured for issues without a type.
Related Epic: #31920
Related to #19659 (essentially the same task for the Like button feature)
This issue is to implement a simple MVP server side rendering block for the "Share this" feature that gets automatically appended to the end of post content. Ideally in full site editing, a user should be able to place this feature where they like within a template part.
As an example, the below screenshot is a mock up of moving out the Like button feature to a Footer template part. Here, it's clear that it would be good for the user to also be able to place the "Share this" feature elsewhere within the page:
Tasks
sharing_displaymethodsharing_displayfrom appending the "Share this" feature to post content (it's registered against the_content filter here, and the logic lives here )