code100x / muzer

https://muzer.100xdevs.com
184 stars 158 forks source link

Issue #67 Add Additional Sharing Options #87

Closed vverma022 closed 1 month ago

vverma022 commented 1 month ago

Added Additional Sharing Options

Description:

This pull request introduces additional sharing options for the application. Users can now share content directly to WhatsApp, Twitter, and Instagram. The implementation includes:

WhatsApp: Redirects to WhatsApp with the content link.

  1. Twitter: Opens a tweet compose window with the content link.

  2. Instagram: Copies the link to the clipboard for manual sharing (as direct URL sharing is not supported).

Changes:

  1. Updated handleShare function to handle new sharing options.

  2. Added buttons for WhatsApp, Twitter, and Instagram in the sharing dialog.

Testing:

  1. Verified that sharing to WhatsApp and Twitter works as expected.

  2. Confirmed that the Instagram sharing option correctly copies the link to the clipboard.

Closes #67 Screenshot 2024-09-12 at 7 56 04 PM

SujithThirumalaisamy commented 1 month ago

Can we have a dropdown for this? Dialog seems a bit disctracting. Dropdown will have a better UX

vverma022 commented 1 month ago

Alright I convert it to a drop-down.

vverma022 commented 1 month ago

Can we have a dropdown for this? Dialog seems a bit disctracting. Dropdown will have a better UX

Screenshot 2024-09-14 at 1 34 36 AM
SujithThirumalaisamy commented 1 month ago

Thankyou sir. Great work