manifest / integrations / codeable-reviews-and-expert-profile
Codeable Reviews and Expert Profile
WordPress plugin for front end display of Codeable expert information
by Dan Dulaney · github.com/duplaja/codeable-reviews-and-expert-profile · website
★ 33stars
3forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/duplaja/codeable-reviews-and-expert-profile/archive/refs/heads/master.zipDeclares an update source (https://github.com/duplaja/codeable-reviews-and-expert-profile), so updates arrive through the plugin's own updater.
From the readme
Codeable Reviews and Expert Profile Plugin
WordPress plugin for front end display of Codeable expert information
Stores expert and review information from the API in transients to lower number of server calls
Expert Information (1 day)
Reviews (4 hours)
Sample Usage
[expertreviews codeableid=31044 numbertopull=50 minscore=5 showxmore=5 minreviewlength=1 loading=lazy]
(stores 50 latest reviews, then shows the 5 most recent that have a score of 5 and at least some message with the review. Uses native Chrome lazyloading)
Gutenblocks (New!)
I've added 3 Gutenberg Blocks (picture, button, and reviews list), with all options from the shortcode below. These are still a work in progress! If you are so inclined to try them out, please let me know how they work for you. Keep an eye out for updates to these, as far as layout and structure.
Shortcodes (codeableid att required):
| Shortcodes | Item to Insert |
|:------------- |:-------------|
| [expertreviews codeableid=31044] | shows reviews |
| [expertimage codeableid=31044] | profile image |
| [expertcompleted codeableid=31044] | # of completed projects |
| [expertrating codeableid=31044] | average rating |
| [experthi