A web application that generates a pre-filled WhatsApp message link, allowing users to easily create and share customized messages.
The WhatsApp Presetter project allows users to generate a WhatsApp message link with a pre-filled message. Users can customize the message and recipient number, and then copy the generated link to share it with others. Great for customer support services.
- Web browser
- Internet Connection
- WhatsApp Account
- Save the project on your computer.
- Open the project with your favorite code editor.
- Open
index.js
and navigate to the line containingformURL
. This is on line 6:const formURL = "https://your-whatsapp-api-link"; // Line 6
- Remove the link and replace it with yours. (You can get yours on WhatsApp)
- On the same line, edit the pre-filled message to your liking and how you would like your customers/clients to message you.
- Save the changes and embed the HTML file on your website.
- Download or clone the repository to your local machine:
git clone https://github.com/yourusername/whatsapp-presetter.git
- Navigate to the project directory:
cd whatsapp-presetter
Always appreciated😁
- Open an issue to discuss your idea.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
- The form does not handle input validation errors gracefully.