An open API service indexing awesome lists of open source software.

https://github.com/rohitnairtech/whatsapp-chat-plugin

A plugin to create a floating whatsapp chat plugin that will redirect to whatsapp with optional message option
https://github.com/rohitnairtech/whatsapp-chat-plugin

Last synced: 2 months ago
JSON representation

A plugin to create a floating whatsapp chat plugin that will redirect to whatsapp with optional message option

Awesome Lists containing this project

README

        

# whatsapp-chat-plugin

## Script
```

//OR
<script src="https://raw.githubusercontent.com/rohitnairtech/whatsapp-chat-plugin/main/app.js">
```

## How to use
> Create a <div> with id `wa-floating-chat` - ```<div id="wa-floating-chat"></div>```
> Import the script below the <div>
> Initate the object by passing in the whatsapp phone number and message (optional)
``` <script>createWhatsappChat('+918149712865', 'Hi there!') ```

## Example

```

<script>
createWhatsappChat('+918149712865', 'Hi there!')

```

More improvements on the way.