{"id":35265,"date":"2015-03-22T17:28:46","date_gmt":"2015-03-22T17:28:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/steam-news-widget\/"},"modified":"2015-05-07T04:31:41","modified_gmt":"2015-05-07T04:31:41","slug":"steam-news-widget","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/steam-news-widget\/","author":14324154,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"1.1.1","tested":"4.2.39","requires":"3.0.0","requires_php":"","requires_plugins":"","header_name":"Steam News Widget","header_author":"Softsultant","header_description":"","assets_banners_color":"11213c","last_updated":"2015-05-07 04:31:41","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.pcgametricks.com\/","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":20,"downloads":5057,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Nothing here yet.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1130085","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1130085","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"1130085","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1130085","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1118153","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1118153","resolution":"2","location":"assets"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1118153","resolution":"3","location":"assets"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1118153","resolution":"4","location":"assets"}},"screenshots":{"1":"Screenshot","2":"Screenshot","3":"Screenshot","4":"Widget Options"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[59017,2773,1248,5050,59016],"plugin_category":[37,43],"plugin_contributors":[87707],"plugin_business_model":[],"class_list":["post-35265","plugin","type-plugin","status-publish","hentry","plugin_tags-game-news","plugin_tags-games","plugin_tags-news","plugin_tags-steam","plugin_tags-steampowered","plugin_category-arts-and-entertainment","plugin_category-customization","plugin_contributors-softsultant","plugin_committers-softsultant"],"banners":{"banner":"https:\/\/ps.w.org\/steam-news-widget\/assets\/banner-772x250.jpg?rev=1130085","banner_2x":"https:\/\/ps.w.org\/steam-news-widget\/assets\/banner-1544x500.jpg?rev=1130085","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/steam-news-widget\/assets\/icon-128x128.png?rev=1130085","icon_2x":"https:\/\/ps.w.org\/steam-news-widget\/assets\/icon-256x256.png?rev=1130085","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/steam-news-widget\/assets\/screenshot-1.png?rev=1118153","caption":"Screenshot"},{"src":"https:\/\/ps.w.org\/steam-news-widget\/assets\/screenshot-2.png?rev=1118153","caption":"Screenshot"},{"src":"https:\/\/ps.w.org\/steam-news-widget\/assets\/screenshot-3.png?rev=1118153","caption":"Screenshot"},{"src":"https:\/\/ps.w.org\/steam-news-widget\/assets\/screenshot-4.png?rev=1118153","caption":"Widget Options"}],"raw_content":"<!--section=description-->\n<p>The plugin adds a widget that shows news for selected games.<\/p>\n\n<h4>Configuration Options<\/h4>\n\n<ul>\n<li><p>Steam Game IDs:\nGames are referenced by their steam app id.\nJust enter a comma-separated list of app ids, like \"440, 570, 730\" (without quotes).\nYou can find the full list of steam app ids at http:\/\/api.steampowered.com\/ISteamApps\/GetAppList\/v0002\/ .<\/p><\/li>\n<li><p>Maximum Number of News:\nThe maximum number of news to show.<\/p><\/li>\n<li><p>News Length:\nIt limits the length of shown news.<\/p><\/li>\n<li><p>HTML Template:\nAllows you to define HTML layout of the widget in a way you like.\nThe news data can be extracted with special tags {{some_news.some_property}}.\nJust put those in a right place. The plugin will replace them with actual data.\nTo iterate through all fetched news use <code>&lt;foreach&gt;<\/code> tag,\ne.g. <code>&lt;foreach iterator=\"{{news}}\" in=\"{{newslist}}\"&gt;{{news.text}}&lt;\/foreach&gt;<\/code>,\nwhere {{newslist}} is a predefined value and it points to the news set.<\/p>\n\n<p>Each news has following properties:<\/p>\n\n<ul>\n<li>title, e.g. {{news.title}}.<\/li>\n<li>url,   e.g. {{news.url}}.<\/li>\n<li>text,  e.g. {{news.text}}.<\/li>\n<li>date,  e.g  {{news.date}}.<\/li>\n<li>time,  e.g. {{news.time}}.<\/li>\n<\/ul><\/li>\n<\/ul>\n\n<h4>Other Notes<\/h4>\n\n<ul>\n<li><p>The date\/time format as well as the timezone of the news match the ones from Wordpress \"General Settings\".<\/p><\/li>\n<li><p>The widget's content is updated about every hour.<\/p><\/li>\n<li><p>The plugin requires PHP 5.3.3 or higher.<\/p><\/li>\n<li><p>A special requirement from the data provider:\nEach page that uses the Steam Web API must contain a link to http:\/\/steampowered.com with the text \"Powered by Steam\".\nWe suggest that you put this link in your footer so it is out of the way but still visible to interested users.<\/p><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Copy the contents of this archive to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress<\/li>\n<li>Go to the \"Appearance &gt; Widgets\" and add \"Steam News\" to the sidebar<\/li>\n<li>Choose preferred options and press \"Save\".<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>Nothing here yet.<\/p>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Multiple app id support.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Fixed a non-critical issue. The bug prevented news steam updates in rare cases.<\/li>\n<\/ul>","raw_excerpt":"The plugin adds a widget that shows news for selected games.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/35265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=35265"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/softsultant"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=35265"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=35265"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=35265"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=35265"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=35265"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=35265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}