Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtbaker/wizvato
A WordPress plugin to help buyers find the perfect item to purchase on the Envato market.
https://github.com/dtbaker/wizvato
Last synced: about 1 month ago
JSON representation
A WordPress plugin to help buyers find the perfect item to purchase on the Envato market.
- Host: GitHub
- URL: https://github.com/dtbaker/wizvato
- Owner: dtbaker
- Created: 2015-05-13T05:30:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T12:16:01.000Z (over 9 years ago)
- Last Synced: 2024-10-14T03:25:43.846Z (2 months ago)
- Language: CSS
- Size: 1.39 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wizvato
Wizvato is a JavaScript app that helps buyers find items on the Envato Market.
## Standalone
Please see `wishlist.html` for a standalone example ( demo here: http://dtbaker.github.io/wizvato/wishlist.html )
All data is saved in the users browser.
There are no backend PHP scripts so it is very quick to return details from the Envato API.## WordPress Plugin
Please see http://dtbaker.net/wizvato-preview/ for a demo of what it looks like in WordPress (not as nice as standalone)
Simply install this as a WordPress plugin and use the [wizvato] shortcode on a page.
All data is saved in the users browser.
There are no backend PHP scripts (besides the one to render the initial WordPress shortcode content) so it is very quick to return details from the Envato API.
To style this nicer please copy the `css/wizvato.css` and `templates/wizvato_shortcode.php` into your WordPress Theme Folder and edit them there.## Fork and Improve!
If you have an improvement to add please fork this repo and do a pull request.
Thanks!