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
- Host: GitHub
- URL: https://github.com/gradints/wordpress-floating-button
- Owner: gradints
- Created: 2023-12-21T03:07:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T08:30:49.000Z (about 2 years ago)
- Last Synced: 2025-01-01T05:27:02.330Z (about 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```