Closed vverma022 closed 1 month ago
Can we have a dropdown for this? Dialog seems a bit disctracting. Dropdown will have a better UX
Alright I convert it to a drop-down.
Can we have a dropdown for this? Dialog seems a bit disctracting. Dropdown will have a better UX
Thankyou sir. Great work
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.
Twitter: Opens a tweet compose window with the content link.
Instagram: Copies the link to the clipboard for manual sharing (as direct URL sharing is not supported).
Changes:
Updated handleShare function to handle new sharing options.
Added buttons for WhatsApp, Twitter, and Instagram in the sharing dialog.
Testing:
Verified that sharing to WhatsApp and Twitter works as expected.
Confirmed that the Instagram sharing option correctly copies the link to the clipboard.
Closes #67