aadeshkulkarni / figuringout

Blogging + Social Media + AI | Opensource | Javascript | ReactJS | HonoJS | Prisma
https://figuringout.life
MIT License
92 stars 92 forks source link

Feature | Implement Social Share Preview for a blog link #53

Closed aadeshkulkarni closed 3 months ago

aadeshkulkarni commented 4 months ago

Expectation:

When a user wants to share an article on their socials, the app should show a beautiful thumbnail / preview.

The preview should work everywhere, and but minimum following socials should be checked:

The preview should have

This is good ticket for someone who wants to dip their feet into SEO and social media marketing. Refer this for implementation https://ogp.me/

Share screenshot of the end-result in the PR description.

t007rushi commented 4 months ago

@aadeshkulkarni assign it to me

aadeshkulkarni commented 4 months ago

Sure

t007rushi commented 4 months ago

@aadeshkulkarni PR added pull/63

kung-fu-panda-review

aadeshkulkarni commented 4 months ago

Need someone to try this approach swiftly: https://blog.logrocket.com/adding-dynamic-meta-tags-react-app-without-ssr/

aadeshkulkarni commented 3 months ago

Part 1 | Basic Meta tags has been implemented to the app.

Part 2 | Blog specific Meta title, description & image seems a bit complicated and might require R&D.