Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerosonesfun/wordpress-frontend-loader
A loading spinner for WordPress that senses Ajax requests, link clicks, and page loads.
https://github.com/zerosonesfun/wordpress-frontend-loader
ajax loader loading preloader spinner
Last synced: about 17 hours ago
JSON representation
A loading spinner for WordPress that senses Ajax requests, link clicks, and page loads.
- Host: GitHub
- URL: https://github.com/zerosonesfun/wordpress-frontend-loader
- Owner: zerosonesfun
- License: gpl-3.0
- Created: 2024-02-26T21:04:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T01:12:08.000Z (about 2 months ago)
- Last Synced: 2024-11-21T02:19:19.490Z (about 2 months ago)
- Topics: ajax, loader, loading, preloader, spinner
- Language: PHP
- Homepage: https://wilcosky.com/
- Size: 698 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Frontend Loader
![](https://github.com/zerosonesfun/wordpress-frontend-loader/blob/main/assets/banner-1544x500.png)
A loading spinner for WordPress which senses ajax requests, link clicks, and page loads. This gives your WordPress powered website native app-like power. It ignores the WordPress heartbeat because otherwise the spinner will pop up many times. A settings page lets you fine-tune when to ignore the loader.
This plugin is brought to you by: Billy Wilcosky, and donators like you! If this plugin helps you please buy me a coffee or two: https://www.buymeacoffee.com/billyw
## But, why jQuery?
jQuery will start to become smaller starting with version 4.0. jQuery is an easy way to work with Ajax; this is why a chunk of jQuery is used. Many WordPress plugins use jQuery; don't let people turn you off from it. It won't slow your site down especially if you implement the proper caching techniques.πΉπ π π΄π π π΅πΎπ π΄π π΄π
## Screenshots
![](https://github.com/zerosonesfun/wordpress-frontend-loader/blob/main/assets/screenshot-1.png)
(Settings page)![](https://github.com/zerosonesfun/wordpress-frontend-loader/blob/main/assets/screenshot-2.png)
(The spinner)