-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature: Incorporate Linkedin features #58
Comments
The add-to profile and project can be added by a direct link: Example link: https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME&name=Test%20Certificate&organizationName=LinkedIn&issueYear Reference: https://addtoprofile.linkedin.com/ Plus, we can add share on LinkedIn button: https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin where they can share the merged PR to LinkedIn directly with AI-generated text |
We would want that to be a highlight and not a share directly linkedin. The purpose of this extension is to drive awareness of OpenSauced. We also are not looking to add certificates, but rather create projects. Is there a project URL? https://www.linkedin.com/profile/add?profileFormEntryPoint=PROFILE_SECTION&name=contribution update: you can get the linkedin_url from the OpenSauced API - linkedin_url |
If the goal is to drive awareness then why not to connect linkedin post sharing with highlight to do a sync share? As for the link, I played around and found this: Update: we can use LinkedIn API as well, but that might need extra work. |
Another option would be using LinkedIn API: https://learn.microsoft.com/en-us/linkedin/shared/integrations/people/profile-edit-api/projects which would require authentication and other things. If we went with the link provided in the previous comment we can do it this way:
How to send data between tabs, |
To do this we can request this URL: https://api.github.com/repos/open-sauced/ai and get the |
I am thinking to do this with the popup and using content script to fill the fields in the LinkedIn form, how do you feel about that? |
I think I have solved this without the need to have sendMessage, I am going to use the next: Will open a PR in the next few days. |
🎉 This issue has been resolved in version 1.9.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Type of feature
🍕 Feature
Current behavior
This extension should include linkedin data
Suggested solution
Features
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: