-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Publicize: add linkedin preview #14198
Conversation
Copied comment from @iamtakashi :
|
d1f0f5d
to
dc3d4f1
Compare
@@ -13,6 +13,7 @@ import SocialLogo from 'social-logos'; | |||
const services = translate => ( { | |||
facebook: { icon: 'facebook', label: translate( 'Facebook feed' ) }, | |||
google: { icon: 'google', label: translate( 'Google search' ) }, | |||
google_plus: { icon: 'google-plus', label: translate( 'Google+ ' ) }, |
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.
Hi! I've found a possible matching string that has already been translated 55 times:
translate( 'Google' )
ES Score: 11
See 2 additional suggestions in the PR translation status page
Help me improve these suggestions: react with 👎 if the suggestion doesn't make any sense, or with 👍 if it's a particularly good one (even if not implemented).
dc3d4f1
to
5852ad2
Compare
5852ad2
to
9953ccc
Compare
@iamtakashi Adding the company name is bit tricky given the way access linkedin account information. Here is what we have now in this PR: |
9953ccc
to
8b734d3
Compare
FWIW, the comment here (#14198 (comment)) is not how I see shares show up in Linkedin. Next to the avatar I see, three lines:
In any case, let's merge this for now and we can tweak the design in a followup. I've tested and it works as designed. |
Thanks @rralian |
This adds Linkedin to publicize preview.
Testing
calypso.localhost:3000
:ENABLE_FEATURES=publicize-scheduling make run
breaks up #12644