Is your feature request related to a problem?
After generating my badge, I wanted to share my stats on LinkedIn. I had to manually copy the URL, take a screenshot, and write my own caption.
Describe the solution you'd like
Since "Building in Public" is huge right now, we should add a dedicated "Share to LinkedIn" button right next to the "Copy Markdown" button in ShareSheet.tsx.
When clicked, it should open a new tab using LinkedIn's sharing intent URL (https://www.linkedin.com/sharing/share-offsite/?url=...), automatically attaching the user's custom CommitPulse dashboard link and pulling in the Open Graph (OG) image.
Bonus
We could also pre-fill the text using encodeURIComponent: "I just hit a 45-day coding streak! Check out my 3D GitHub contribution city built with @CommitPulse."
Is your feature request related to a problem?
After generating my badge, I wanted to share my stats on LinkedIn. I had to manually copy the URL, take a screenshot, and write my own caption.
Describe the solution you'd like
Since "Building in Public" is huge right now, we should add a dedicated "Share to LinkedIn" button right next to the "Copy Markdown" button in
ShareSheet.tsx.When clicked, it should open a new tab using LinkedIn's sharing intent URL (
https://www.linkedin.com/sharing/share-offsite/?url=...), automatically attaching the user's custom CommitPulse dashboard link and pulling in the Open Graph (OG) image.Bonus
We could also pre-fill the text using
encodeURIComponent: "I just hit a 45-day coding streak! Check out my 3D GitHub contribution city built with @CommitPulse."