-
Notifications
You must be signed in to change notification settings - Fork 51
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
Use guest authors in Slack preview when needed #947
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.
Works as described with the twitter:data1
tag and the Slack preview (correctly shows the guest author instead of the "real" user). Still seeing the "real" user in the twitter:creator
tag and in all Schema data—assuming that's the part that needs to get fixed in CAP, correct?
Yeah that should be handled with the (eventual) upcoming CAP integration. Thanks for the review! |
# [1.38.0-alpha.1](v1.37.0...v1.38.0-alpha.1) (2021-05-04) ### Bug Fixes * use guest authors in Slack preview when needed ([#947](#947)) ([e42680e](e42680e)) ### Features * batch amp-analytics events ([481dc97](481dc97)), closes [#914](#914) * integrate Newspack Scheduled Post Checker into main plugin ([#940](#940)) ([c6adc1b](c6adc1b))
🎉 This PR is included in version 1.38.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.38.0](v1.37.0...v1.38.0) (2021-05-04) ### Bug Fixes * use guest authors in Slack preview when needed ([#947](#947)) ([e42680e](e42680e)) ### Features * batch amp-analytics events ([481dc97](481dc97)), closes [#914](#914) * integrate Newspack Scheduled Post Checker into main plugin ([#940](#940)) ([c6adc1b](c6adc1b))
🎉 This PR is included in version 1.38.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Closes #946
This PR integrates with Yoast to display the guest author in the
twitter:data1
tag which Slack uses in its previews. For the second part of #946 (Integrating CAP with Yoast schema data), there's an open issue at the CAP repo, so it should be handled in CAP at some point (hopefully soon now that Yoast is adding a filter in the next release for modifying the data).How to test the changes in this Pull Request:
<meta name="twitter:data1" content="AUTHORNAME">
tag, you should see the name of the "real" post author, not the guest author.<meta name="twitter:data1" content="GUESTAUTHORNAME">
you should see the name of the guest author.Other information: