{"id":36698,"date":"2015-06-02T17:07:39","date_gmt":"2015-06-02T17:07:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/climate-tagger\/"},"modified":"2016-09-23T11:57:59","modified_gmt":"2016-09-23T11:57:59","slug":"climate-tagger","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/climate-tagger\/","author":14199323,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"4.6.30","requires":"3.7","requires_php":"","requires_plugins":"","header_name":"Climate Tagger","header_author":"Aptivate","header_description":"","assets_banners_color":"","last_updated":"2016-09-23 11:57:59","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1692,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<ul>\n<li>First version<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[18046,9987,863,9668,609],"plugin_category":[57],"plugin_contributors":[92830],"plugin_business_model":[],"class_list":["post-36698","plugin","type-plugin","status-publish","hentry","plugin_tags-climate-tagger","plugin_tags-suggestion","plugin_tags-tag-cloud","plugin_tags-tag-suggestion","plugin_tags-tags","plugin_category-taxonomy","plugin_contributors-aptivate","plugin_committers-aptivate"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/climate-tagger.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The Climate Tagger Plugin for WordPress is a simple, FREE and easy-to-use way to\nintegrate the well-known Climate Tagger API into your WordPress site. The\n<a href=\"api.climatetagger.net\">Climate Tagger API<\/a> has been helping knowledge-driven web\nsites better catalogue, categorize, contextualize and connect their data with\nthat from the broader climate knowledge community since 2011. The Climate Tagger\nis backed by an expansive Climate Compatible Development Thesaurus, developed by\nexperts in multiple fields and continuously updated to remain current.<\/p>\n\n<p>The tags suggested by the Climate Tagger are displayed in a word cloud, with the\nmost relevant tags appearing larger.<\/p>\n\n<p>The plugin is based on <a href=\"https:\/\/wordpress.org\/plugins\/thoth-suggested-tags\/\">Thoth's Suggested\nTags<\/a>. More information\nabout the Climate Tagger is available at\n<a href=\"http:\/\/www.climatetagger.net\">http:\/\/www.climatetagger.net<\/a><\/p>\n\n<p><a href=\"https:\/\/github.com\/aptivate\/climate-tagger\">Follow this project on Github<\/a><\/p>\n\n<h3>Development<\/h3>\n\n<p>This plugin uses <a href=\"http:\/\/wp-cli.org\/\">wp-cli<\/a> and <a href=\"https:\/\/phpunit.de\/\">PHPUnit<\/a> for testing.\nThe tests require <a href=\"https:\/\/github.com\/zenovich\/runkit\">runkit<\/a> for mocking functions.<\/p>\n\n<ul>\n<li><p>Grab the latest source from github:<\/p>\n\n<p>$ git clone git@github.com:aptivate\/climate-tagger.git<\/p><\/li>\n<li><p>Install <a href=\"http:\/\/wp-cli.org\/#install\">wp-cli<\/a><\/p><\/li>\n<li>Install <a href=\"https:\/\/phpunit.de\/\">PHPUnit<\/a><\/li>\n<li><p>Set up runkit:<\/p>\n\n<p>$ git clone https:\/\/github.com\/zenovich\/runkit.git\n$ cd runkit\n$ phpize\n$ .\/configure\n$ sudo make install<\/p><\/li>\n<\/ul>\n\n<p>Add the following lines to <code>\/etc\/php5\/cli\/php.ini<\/code>:<\/p>\n\n<pre><code>extension=runkit.so\nrunkit.internal_override=1\n<\/code><\/pre>\n\n<ul>\n<li><p>Install the test WordPress environment:<\/p>\n\n<p>cd climate-tagger\nbash bin\/install-wp-tests.sh test_db_name db_user 'db_password' db_host version<\/p><\/li>\n<\/ul>\n\n<p>where:\n** <code>test_db_name<\/code> is the name for your <strong>temporary<\/strong> test WordPress database\n** <code>db_user<\/code> is the database user name\n** <code>db_password<\/code> is the password\n** <code>db_host<\/code> is the database host (eg <code>localhost<\/code>)\n** <code>version<\/code> is the version of WordPress (eg <code>4.2.2<\/code> or <code>latest<\/code>)<\/p>\n\n<ul>\n<li>Run the tests\nphpunit<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate it through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Register at <a href=\"http:\/\/api.climatetagger.net\/register\">http:\/\/api.climatetagger.net\/register<\/a> to get your FREE API token (or use your exiting one)<\/li>\n<li>Enable the plugin and enter the API key (<strong>Settings<\/strong> -&gt; <strong>Climate Tagger<\/strong>)<\/li>\n<li>The <strong>Suggested Tags<\/strong> box will appear on the right hand side when you create a post (<strong>Save Draft<\/strong> to refresh tag suggestions after you added your text or made changes..<\/li>\n<li>Select any of the suggested tags from the word cloud to automatically add them to your article<\/li>\n<li>If you wish tag suggestions to appear for pages as well as posts, add <code>page<\/code> to the comma-separated list of <strong>Post types<\/strong> on the <strong>Settings<\/strong> page<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<p>Props <a href=\"https:\/\/github.com\/swc-pdi\">@swc-pdi<\/a>\n* Added the possibility to select a certain project in the Climate Tagger configuration\n* Adapted methods after ClimateTagger API changes<\/p>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Documentation updates<\/li>\n<li>Replaced references to reegle API with Climate Tagger<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Documentation updates only<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First version<\/li>\n<\/ul>","raw_excerpt":"Suggests tags for your posts based on an experts-vetted climate thesaurus, using the Climate Tagger API","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36698"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/aptivate"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36698"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36698"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36698"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36698"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36698"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}