Description
Pocket News Generator retrieves your Pocket data based on specified condition and generates its HTML code according to specified format.
This plugin makes it possible to make article creation which introduces bookmarked articles more efficient by effective use of Pocket data,
its data retrieval and code generation function.
This plugin has the following features:
Flexible Pocket data retrieval based on search condition
Target article can be retrieved according to specified condition set out in search form.
Flexible HTML format
Format of generated HTML code is modifiable because the format is configurable at setting page.
Arbitrary section
Screenshots
Installation
Download and Install
-
Download zip archive file from this repository.
-
Login as an administrator to your WordPress admin page.
Using the “Add New” menu option under the “Plugins” section of the navigation,
Click the “Upload” link, find the .zip file you download and then click “Install Now”.
You can also unzip and upload the plugin to your plugins directory (i.e. wp-content/plugins/) through FTP/SFTP. -
Activate the “Pocket News Generator” plugin through the “Plugins” menu in your WordPress admin page.
Setting
-
Open the setting page for “Pocket News Generator”.
-
Follow the guide in the section titled “Get Access Token”.
-
At Step 1, click the “Pocket My Application” link.
In the “My Applications” page of Pocket site, click the “CREATE AN APPLICATION” button.
In the “Create an Application” page, input required information in order to
register “Pocket News Generator” and get a “consumer key” for “Pocket News Generator”.
Input “Pocket News Generator” to “Application Name” field.
Input “WordPress plugin” to “Application Description” field.
Check the “Retrieve items from a user’s list” checkbox in the “Permission” field.
Check the “Web” checkbox in the “Platforms” field.
Check the “I accept the Terms of Service” checkbox and click the “CREATE APPLICATION” button. -
Copy the published consumer key of “Pocket News Generator” in the “My Applications” page of Pocket site.
-
Proceed to Step 2.
Input the obtained consumer key to the form labled “Consumer Key”.
Click the “Get Request Code” button. -
Proceed to Step 3.
Click the “Authorize Request Toekn” button.
In the authentication page in pocket site, click the “Authorize” button. -
Proceed to Step 4.
Click the “Get Access Token” button. -
Proceed to Step 5.
Copy the given consumer key and access token and paste them into the correspondent form
in the section titled “Register New Parameter”.
Click the “Register” button. -
Copy the HTML format in the “Format Sample” area and paste it to the form labeled “HTML Format”.
Click the “Register” button again.
Pocket data retrieval and its HTML code generation
-
Open the tool page for “Pocket News Generator”.
-
Specify search condition in order to retrieve Pocket data.
Click “Generate” button. -
HTML code based on retrieved Pocket data and registered HTML format is generated in the area labeled HTML Code.
Copy the HTML code and paste it into your editing page.
FAQ
There are no questions.
Reviews
Contributors & Developers
“Pocket News Generator” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Pocket News Generator” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.0
- Added language translation for Japanese
- Improved accuracy of information retrieval for site name and its URL
- Modified page design of plugin
0.1.2
- Changed reference priority between content of og:description and excerpt contained in Pocket
0.1.1
- Reserved words are added in order to refer to web site name and its URL giving bookmarked item.
- Existing reserved words was modified. Old reserved words need to be replaced with new reserved words.
- Bug fix: search condition “Since” does not work correctly.
0.1.0
- Initial working version.