WhatsAppLink is a tool to generate shortened WhatsApp contact and message URLs easily.
WhatsApplink is an open-source PWA using the MIT license hosted at http://whatslink.tk
- Input the whatsapp phone number you want the link for
- Input pre-written message for customers to chat you up (if applicable)
- Click Generate
This will Generate a url and shortened url using rebrandly API if their is network connectivity or it will return the original generated url which can be short or long depending on your inputs.
- Click copy and the link will be copied to your clipboard
- Append it to your broadcast messages on any social media
-
Submit an Issue or a PR following open source contribution standard
- Clone the repository locally.
- Navigate to the directory.
cd wa-link
. - Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Run
npm run build
to create a optimized production build.