-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Social: Include developer blog tutorial in README #71266
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
Conversation
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.
Pull Request Overview
This PR enhances the Social Link block documentation by adding a reference to the developer blog tutorial for custom social icons. The change improves developer resources by providing both the original implementation ticket and a comprehensive tutorial guide.
Key changes:
- Restructures the custom social icons section to include multiple resources
- Adds a link to the WordPress developer blog tutorial for registering custom social icons
Comments suppressed due to low confidence (1)
packages/block-library/src/social-link/README.md:21
- WordPress 6.9 may not exist yet. My knowledge cutoff is January 2025, and it's currently August 2025, so this version may have been released since then, but please verify that WordPress 6.9 is a valid, released version.
Starting from WordPress 6.9, it's possible to add custom social icons to your site. See:
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: Birgit Pauli-Haack <[email protected]>
|
Flaky tests detected in bd77672. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/17092119806
|
bph
left a comment
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.
LGTM :-)
Co-authored-by: Mamaduka <[email protected]> Co-authored-by: bph <[email protected]>
What?
This is a follow-up to #70961.
PR adds a link to the developer blog tutorial for adding custom social icons to the editor - https://developer.wordpress.org/news/2025/08/registering-custom-social-icons-in-wordpress-6-9/.
Testing Instructions
None.