Description
This is an integration of the Yo service for WordPress. It will track Yo subscribers and allow you to send a Yo when you make a new Post. After it’s installed, go to the ‘Yo’ tab under Plugins. There you can enter your API Key to send Yos, and see a list of Yo subscribers, how many times they’ve sent you a Yo, and the last time they sent you a Yo.
How to Use
- Grab a Yo API Key and make the callback URL your WordPress home page URL.
- Go to the Yo Worpress page in the Plugins menu.
- Enter your Yo API Key and click “Save Yo API Key”.
Now when you write some posts you’ll send a Yo to all your subscribers. As you gain subscribers, they’ll get listed in the table on the Yo WordPress admin page.
Screenshots
Installation
If you’re installing via the usual WordPress installer, you click “install.”
If you’re manually installing:
- Create a directory in
/wp-content/plugins/
calledyo
- Upload
yo.php
to the new/wp-content/plugins/yo
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Where can I get an API Key
- No subscribers are listed. What gives?
-
Did you set your homepage as the callback URL with Yo? If not, send them an email at api@justyo.co
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Yo” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Yo” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3.1
Fixed register settings name for API Key.
1.3
Yos now attach the link of the post.
1.2
Yos only sent on publishing a new, non-private post.
1.1
Fix for breaking query_vars error
1.0
Initial Release