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

https://github.com/gradints/wordpress-floating-button

this feature make easy chat because that will floating in every area website
https://github.com/gradints/wordpress-floating-button

Last synced: about 1 year ago
JSON representation

this feature make easy chat because that will floating in every area website

Awesome Lists containing this project

README

          

# wordpress-floating-button
this feature make easy chat because that will floating in every area website

# HOW TO USE
- copy folder to child-theme asset

- open function.php in child theme n copy this code
```php
require_once('wordpress-floating-button/logic.php');
```
- implementation => display floationg button using shortcode
```php
do_shortcode('display_floating'); or [display_floating]
```