abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
38 stars 62 forks source link

feat: share shorten url to whatsapp without copying it #74

Closed himanshugoyal77 closed 2 months ago

himanshugoyal77 commented 2 months ago

Is your feature request related to a problem? Please describe. want to add feature which automatically shares shorten link to whatsapp and gmail without copying

Describe the solution you'd like I will add two Icons i.e. whatsApp logo and gmail logo and by clicking them users can directly share the shorten url with others

rahul1841 commented 2 months ago

I would like to work on this project. i will add feature of direct sharing on whatsapp, gmail and linkedin without need to copy . Please assign it to me @abhijeetnishal

himanshugoyal77 commented 2 months ago

@rahul1841 I have raised this issue and I want to solve it.

himanshugoyal77 commented 2 months ago

@abhijeetnishal please take a look.

abhijeetnishal commented 2 months ago

Hey @rahul1841, how do you planning to solve this issue. This is valid to only whatsapp our social media too, you are using any external package, etc

rahul1841 commented 2 months ago

Hey @abhijeetnishal : WhatsApp has a predefined URL format for sharing messages, then we can take shorturl generate and embed the shortened URL into this template and then we can create a whatsapp icon in frontend by clicking on which user can share url directly on whatapp. we can do this same for linkedin and gmail also.

rahul1841 commented 2 months ago

@abhijeetnishal please assign it to me

abhijeetnishal commented 2 months ago

@abhijeetnishal please assign it to me

Assigning this issue to you @rahul1841

abhijeetnishal commented 2 months ago

Don't use external package for this try to do it using custom methods. Also icons should be in svg format and it should present inside icons folder of src directory.

abhijeetnishal commented 2 months ago

Hey @rahul1841, what's the progress?

rahul1841 commented 2 months ago

@abhijeetnishal I have completed the task

rahul1841 commented 2 months ago

@abhijeetnishal i have made pull request and added functionality you have assigned to me, please review it and merge it

abhijeetnishal commented 2 months ago

Closing this issue as done.