Skip to content
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] <Social Sharing Buttons on Blogs> #3649

Open
2 tasks done
cbum-dev opened this issue Feb 4, 2025 · 3 comments · May be fixed by #3698
Open
2 tasks done

[FEATURE] <Social Sharing Buttons on Blogs> #3649

cbum-dev opened this issue Feb 4, 2025 · 3 comments · May be fixed by #3698
Labels
area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement good first issue Good for newcomers

Comments

@cbum-dev
Copy link

cbum-dev commented Feb 4, 2025

Why do we need this improvement?

Currently, the website lacks a mechanism for users to easily share blog posts on social media platforms. This limits the reach and visibility of the content, making it harder for readers to promote the blogs organically to a broader audience.

How will this change help?

This change will ease the sharing of blog amongst social platforms.

Screenshots

No response

How could it be implemented/designed?

Add social sharing buttons to each blog post. These buttons should allow users to share the post on popular platforms such as:

Twitter
LinkedIn

Each button should generate a pre-filled sharing link, including the blog post title, URL, and possibly hashtags. For example:

Twitter: https://twitter.com/intent/tweet?text=Check+out+this+blog!&url=https://www.asyncapi.com/blog/2024-annual-summary#social-media

The buttons should be visually appealing, lightweight, and non-intrusive. They can be displayed at the top or bottom of each blog post.

🚧 Breaking changes

Yes

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

Copy link

github-actions bot commented Feb 4, 2025

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@AST0008
Copy link

AST0008 commented Feb 4, 2025

can i work on this? @cbum-dev

@anshgoyalevil
Copy link
Member

anshgoyalevil commented Feb 16, 2025

@cbum-dev That's nice feature to have. Feel free to create a PR

@anshgoyalevil anshgoyalevil added good first issue Good for newcomers area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. labels Feb 16, 2025
@AritraDey-Dev AritraDey-Dev linked a pull request Feb 17, 2025 that will close this issue
Recxsmacx added a commit to Recxsmacx/website that referenced this issue Feb 18, 2025
Fixes asyncapi#3649

Add social sharing buttons for Twitter and LinkedIn to blog posts.

* **BlogLayout.tsx**
  - Import `IconTwitter` and `IconLinkedIn` components.
  - Add social sharing buttons for Twitter and LinkedIn at the top of each blog post.
  - Generate pre-filled sharing links including the blog post title and URL.

* **BlogPostItem.tsx**
  - Import `IconTwitter` and `IconLinkedIn` components.
  - Add social sharing buttons for Twitter and LinkedIn to each blog post item.
  - Generate pre-filled sharing links including the blog post title and URL.

* **index.tsx**
  - Import `IconTwitter` and `IconLinkedIn` components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/typescript Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. enhancement good first issue Good for newcomers
Projects
None yet
3 participants