{"id":6255,"date":"2009-07-25T14:27:41","date_gmt":"2009-07-25T14:27:41","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-google-weather\/"},"modified":"2010-08-12T09:46:45","modified_gmt":"2010-08-12T09:46:45","slug":"wp-google-weather","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-google-weather\/","author":3655384,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.5","stable_tag":"0.5","tested":"3.0.5","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"WP Google Weather","header_author":"Hendrik Will","header_description":"","assets_banners_color":"","last_updated":"2010-08-12 09:46:45","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/imwill.com\/wp-google-weather\/","header_author_uri":"http:\/\/imwill.com","rating":1,"author_block_rating":0,"active_installs":100,"downloads":55096,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.5"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1566852","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566852","resolution":"1","location":"plugin"}},"screenshots":{"1":"Widget options","2":"Frontend view"}},"plugin_section":[],"plugin_tags":[1556,4900,150,4899,162],"plugin_category":[43,59],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-6255","plugin","type-plugin","status-closed","hentry","plugin_tags-api","plugin_tags-forecast","plugin_tags-google","plugin_tags-weather","plugin_tags-widget","plugin_category-customization","plugin_category-utilities-and-tools","plugin_committers-hendrikwill"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-google-weather.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-google-weather\/trunk\/screenshot-1.png?rev=1566852","caption":"Widget options"},{"src":"https:\/\/ps.w.org\/wp-google-weather\/trunk\/screenshot-2.png?rev=1566852","caption":"Frontend view"}],"raw_content":"<!--section=description-->\n<p>WP Google Weather displays a Weather Widget in your sidebar or on single pages\/posts<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>show today's weather<\/li>\n<li>show weather forecast for next 3 days<\/li>\n<li>specifiy output language<\/li>\n<li>choose between Celsius or Fahrenheit<\/li>\n<li>supports shortcodes for single pages or posts<\/li>\n<li>comes with predefined CSS style<\/li>\n<li>valid XHTML output<\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<p>Copyright 2010 by Hendrik Will<\/p>\n\n<p>This program is free software; you can redistribute it and\/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.<\/p>\n\n<p>This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.<\/p>\n\n<p>You should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA<\/p>\n\n<h3>Todos<\/h3>\n\n<ul>\n<li>add admin_notices after install, direct link to widget page<\/li>\n<li>add translation for backend<\/li>\n<li>choose from different styles<\/li>\n<li>add caching<\/li>\n<li>add tinyMCE button<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip and upload files the files to <code>\/wp-content\/plugins\/wp-google-weather\/<\/code><\/li>\n<li>Activate the plugin<\/li>\n<li>Go to Themes &gt; Widgets and drag WP Google Weather widget to your sidebar<\/li>\n<li>Specify title, city, country (optional), temperature as Celsius or Fahrenheit and language (ISO 639-1 code)<\/li>\n<li>decide whether it should display only today's weather or also a 3 day forecast<\/li>\n<\/ol>\n\n<p>To add the widget to posts and pages use the shortcode [wp_google_weather].\nExample: [wp_google_weather city=\"new york\" temperature=\"f\" language=\"en\" forecast=\"1\"]<\/p>\n\n<!--section=faq-->\n<p>Feel free to ask!<\/p>\n\n<p>Q: What are ISO 639-1 codes?\nA: Two letter codes for the country.\nSome examples:\nUSA: us\nEngland: en\nGermany: de\nFrance: fr<\/p>\n\n<p>A complete list of the codes can be found at http:\/\/en.wikipedia.org\/wiki\/List_of_ISO_639-1_codes<\/p>\n\n<p>Q: Fatal error: Call to undefined function: simplexml_load_string()\nA: Upgrade to PHP5<\/p>\n\n<!--section=changelog-->\n<h4>0.5 - 12.08.2010<\/h4>\n\n<ul>\n<li>added UTF-8 param (thanks to Caroig)<\/li>\n<li>added centered alignment<\/li>\n<li>fixed shortcode output (thanks to Nico)<\/li>\n<li>fixed checked checkbox settings in widget options<\/li>\n<\/ul>\n\n<h4>0.4 - 13.02.2010<\/h4>\n\n<ul>\n<li>added shortcode support to use the widget on any post or page<\/li>\n<li>added wp_remote_fopen to fix curl problems (thanks ncrawford)<\/li>\n<li>fixed CSS issues<\/li>\n<\/ul>\n\n<h4>0.3 - 09.08.2009<\/h4>\n\n<ul>\n<li>added an extra div wrapper with additional css class to fix layout problems depending on the template (thanks Danny and Joe)<\/li>\n<\/ul>\n\n<h4>0.2 - 28.07.2009<\/h4>\n\n<ul>\n<li>checking unit_system param of Google weather API output to convert Fahrenheit to Celsius (thanks Mike) <\/li>\n<\/ul>\n\n<h4>0.1 - 25.07.2009<\/h4>\n\n<ul>\n<li>initial release<\/li>\n<li>fixed include path (thanks Dietmar)<\/li>\n<\/ul>","raw_excerpt":"Displays a weather widget via widget or shortcode using the unofficial Google weather API.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/6255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=6255"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/hendrikwill"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=6255"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=6255"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=6255"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=6255"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=6255"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=6255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}