Skip to content

Prashely/WhatsApp-Presseter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Presetter

A web application that generates a pre-filled WhatsApp message link, allowing users to easily create and share customized messages.

Introduction

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.

User Instructions

What will you need?

  1. Web browser
  2. Internet Connection
  3. WhatsApp Account

How to use?

  1. Save the project on your computer.
  2. Open the project with your favorite code editor.
  3. Open index.js and navigate to the line containing formURL. This is on line 6:
    const formURL = "https://your-whatsapp-api-link"; // Line 6
  4. Remove the link and replace it with yours. (You can get yours on WhatsApp)
  5. On the same line, edit the pre-filled message to your liking and how you would like your customers/clients to message you.
  6. Save the changes and embed the HTML file on your website.

Installation

  1. Download or clone the repository to your local machine:
    git clone https://github.com/yourusername/whatsapp-presetter.git
  2. Navigate to the project directory:
    cd whatsapp-presetter

Contributing

Always appreciated😁

  1. Open an issue to discuss your idea.
  2. Fork the repository.
  3. Create a new branch (git checkout -b feature-branch).
  4. Commit your changes (git commit -m 'Add feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Known Issues

  • The form does not handle input validation errors gracefully.

Links

https://prashely.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published