by Oluwasegun Somefun
5 (1 reviews)
EASY-JS-WPAPI Client HANDLE for the WordPress REST-API
Short Description
Tested up to WP 4.8.27 (Current: 6.9)
v2.0
Current Version v2.0
Updated 8 years ago
Last Update on 20 Sep, 2017
Synced 6 hours ago
Last Synced on
Rank
#43,815
—
No change
Active Installs
10+
-37.5%
KW Avg Position
59
—
No change
Downloads
3.1K
—
Total downloads
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(1 reviews)
Next Milestone 20
10+
20+
17,365
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 7 more installs to reach 20+
Rank Changes
Current
#43,815
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
1 reviews
Overall
100%
5
1
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| node-wpapi | 1 | — | Tag | 18 hours ago |
| wpapi | 1 | — | Tag | 18 hours ago |
| cookie authentication | 66 | — | Tag | 18 hours ago |
| basic authentication | 168 | — | Tag | 18 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.0
- Last Updated
- Sep 20, 2017
- Requires WP
- 4.8+
- Tested Up To
- 4.8.27
- PHP Version
- N/A
- Author
- Oluwasegun Somefun
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 1
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about EASY-JS-WPAPI Client HANDLE for the WordPress REST-API
Download or Copy the plugin into your WordPress installation's plugins directory on your Local development machine
Go to Plugins Dashboard. Activate the 'EASY-JS-WPAPI Client HANDLE for the WordPress REST-API'
Now, Go to Users menu on the WordPress dashboard. Add new User. Create a dummy Administrator profile,
complete with username, password and full name. e.g: username: 'matt', password: 'agba2700'
The Plugin is now activated, under it are the links: Settings | Deactivate | Edit
Now, Click on this Settings link OR on the WordPress Dashboard, Click on the "Basic WP-Authentication"
sub-menu of the Settings menu.
Enter the newly created dummy administrator username and its password. Click on the Save button
This username and password will be checked by the plugin to determine if it is a valid user,
and if it is a valid administrator user.
If the details you enter is correct, it displays the green unlock icon.
But if it is not, it displays the red lock icon, this tells you that you need to change
it to a valid admin username and password.
When the helper icon, displays a green unlock icon. You have finished setting up this plugin.
Go to your live production or development site. e.g: http://talker-test.org or http://localhost:8080
Check your browser console: If your administrator's name is Matt, then you should see a console output:
"Hi! I am all set to talk with the WP REST-API.\n Best luck! on your WordPress Projects."
N.B:
- Mozilla Browser Console: Tools > Web Developer > Web Console
- Chrome Browser Console: More Tools > Developer Tools > Console
Open any .js script in your WordPress theme and start accessing the WP REST-API via the node-wpapi client
Example: // In a index.js controlling a index.php or index.html in a WordPress Theme
wp.posts().embed().get().then(function( response ) {
console.log( response );
//do something with returned data/response
});
Beginner Theme Developers should remember that all .js scripts in a WordPress Theme
must be enqueued in the Theme's functions.php
See http://wp-api.org/node-wpapi/ for more info.
Go to Plugins Dashboard. Activate the 'EASY-JS-WPAPI Client HANDLE for the WordPress REST-API'
Now, Go to Users menu on the WordPress dashboard. Add new User. Create a dummy Administrator profile,
complete with username, password and full name. e.g: username: 'matt', password: 'agba2700'
The Plugin is now activated, under it are the links: Settings | Deactivate | Edit
Now, Click on this Settings link OR on the WordPress Dashboard, Click on the "Basic WP-Authentication"
sub-menu of the Settings menu.
Enter the newly created dummy administrator username and its password. Click on the Save button
This username and password will be checked by the plugin to determine if it is a valid user,
and if it is a valid administrator user.
If the details you enter is correct, it displays the green unlock icon.
But if it is not, it displays the red lock icon, this tells you that you need to change
it to a valid admin username and password.
When the helper icon, displays a green unlock icon. You have finished setting up this plugin.
Go to your live production or development site. e.g: http://talker-test.org or http://localhost:8080
Check your browser console: If your administrator's name is Matt, then you should see a console output:
"Hi! I am all set to talk with the WP REST-API.\n Best luck! on your WordPress Projects."
N.B:
- Mozilla Browser Console: Tools > Web Developer > Web Console
- Chrome Browser Console: More Tools > Developer Tools > Console
Open any .js script in your WordPress theme and start accessing the WP REST-API via the node-wpapi client
Example: // In a index.js controlling a index.php or index.html in a WordPress Theme
wp.posts().embed().get().then(function( response ) {
console.log( response );
//do something with returned data/response
});
Beginner Theme Developers should remember that all .js scripts in a WordPress Theme
must be enqueued in the Theme's functions.php
See http://wp-api.org/node-wpapi/ for more info.
Check : https://developer.wordpress.org/rest-api/
It is simple to use and understand.
Check : http://wp-api.org/node-wpapi/
Check : http://wp-api.org/node-wpapi/