{"id":23091,"date":"2013-04-23T15:11:15","date_gmt":"2013-04-23T15:11:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/cryptocurrency-ticker\/"},"modified":"2019-01-04T19:24:25","modified_gmt":"2019-01-04T19:24:25","slug":"cryptocurrency-ticker","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/cryptocurrency-ticker\/","author":12111080,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.5","stable_tag":"trunk","tested":"5.0.25","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Cryptocurrency Ticker","header_author":"CryptoBadger","header_description":"","assets_banners_color":"","last_updated":"2019-01-04 19:24:25","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"http:\/\/www.cryptobadger.com","rating":4,"author_block_rating":0,"active_installs":30,"downloads":17151,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":"2","3":0,"4":0,"5":"4"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1615996","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1230824","resolution":"256x256","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.01","1.1","1.2","1.3","1.4","1.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"2006496","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"2006496","resolution":"2","location":"assets"}},"screenshots":{"1":"Example of the plugin running on the right sidebar of the author's own website. Colors, fonts, etc can be easily changed via .css settings.","2":"Easy setup via the Wordpress admin interface."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1886,12611,18737,8752,1247],"plugin_category":[45],"plugin_contributors":[87368],"plugin_business_model":[],"class_list":["post-23091","plugin","type-plugin","status-publish","hentry","plugin_tags-bitcoin","plugin_tags-cryptocurrency","plugin_tags-ethereum","plugin_tags-litecoin","plugin_tags-ticker","plugin_category-ecommerce","plugin_contributors-rbbrdckybk","plugin_committers-rbbrdckybk"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/cryptocurrency-ticker\/assets\/icon-128x128.png?rev=1615996","icon_2x":"https:\/\/ps.w.org\/cryptocurrency-ticker\/assets\/icon-256x256.png?rev=1230824","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/cryptocurrency-ticker\/assets\/screenshot-1.png?rev=2006496","caption":"Example of the plugin running on the right sidebar of the author's own website. Colors, fonts, etc can be easily changed via .css settings."},{"src":"https:\/\/ps.w.org\/cryptocurrency-ticker\/assets\/screenshot-2.png?rev=2006496","caption":"Easy setup via the Wordpress admin interface."}],"raw_content":"<!--section=description-->\n<p>Cryptocurrency Ticker displays current cryptocurrency prices (bitcoin, ethereum, and\/or litecoin) on your WordPress site. You may select which quotes to show, in either USD or EUR prices.<\/p>\n\n<p>Prices are fetched from coinbase.com using their API (https:\/\/developers.coinbase.com\/).<\/p>\n\n<p>Ticker prices are cached for a duration that you specify in the widget menu, to improve performance and prevent your site from making a ton of requests to coinbase.com.<\/p>\n\n<h3>Donations<\/h3>\n\n<p>If this plugin helped you, feel free to tip me some beer money. =)<\/p>\n\n<ul>\n<li>BTC:  1Gryw6P4xDgpysdtPbBDYN8Vz78uCSmN2K <\/li>\n<li>LTC:  LQGpAD5eQPXbR2NpHDzj77LBq7oQgeakqA <\/li>\n<li>ETH:  0x32FD4a5DF96Af70b0D4644Cf4dce44cFc988BEE4<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li><p>Upload the contents of the plugin .zip to the <code>\/wp-content\/plugins\/<\/code> directory<\/p><\/li>\n<li><p>Activate the plugin through the 'Plugins' menu in WordPress<\/p><\/li>\n<li><p>In the 'Widgets' menu in WordPress, place the widget where you want it to appear on your site<\/p><\/li>\n<li><p>Verify that the plugin's settings are what you want in the widget menu<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I change the look of the widget?<\/dt>\n<dd><p>Yes, simply modify the included crypto-ticker.css file, located in the plugin's \/css directory.<\/p><\/dd>\n<dt>What about support for other cryptocurrencies?<\/dt>\n<dd><p>I may add the smaller altcoins in the future if there is enough interest. If you can't wait, adding them yourself should be a trivial task; just keep in mind that because of the way the btc-e API is set up, each additional currency means an additional request, which will impact performance on cache misses. If I do decide to add the other altcoins, I'll probably re-write the widget so that the requests are asynchronous.<\/p><\/dd>\n<dt>I have a referrer ID at Coinbase. Can I use it?<\/dt>\n<dd><p>Yes! Version 1.2 and up allows you to enter your Coinbase referral ID in the widget settings. Please note that if you don't have your own referral ID, a default one will be used.<\/p><\/dd>\n<dt>The ticker is showing different prices on all of my site's pages, and\/or doesn't seem to be updating - help!<\/dt>\n<dd><p>You most likely have a Wordpress caching plugin installed that is either misconfigured or out-of-date. Make sure that you're running the latest version. Older versions of W3 Total Cache will cause this problem (the most recent release should be fine).<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.5<\/h4>\n\n<ul>\n<li>Fixed Coinbase referral URLs - Coinbase changed their format and didn't tell anyone.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Litecoin price is now fetched from Coinbase instead of btc-e.com (which has been offline for over a week).<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added support for Ethereum (ETH, fetched from Coinbase).<\/li>\n<li>Updated Coinbase requests to use their newer v2 API.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Updated PHP4-style constructor to avoid deprecation warnings in Wordpress 4.3+.<\/li>\n<li>Added support for Coinbase referral IDs. Referral IDs will be used on the ticker links. Please note that if you don't have your own referral ID, a default one will be used.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added ability to display cryptocurrency values in EUR, in addition to USD.<\/li>\n<li>Bitcoin quote is now fetched from Coinbase, instead of Mt. Gox (due to the ongoing issues at Gox, the price is unreliable).<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Fetches, caches, and displays current cryptocurrency prices (bitcoin, ethereum, and litecoin, for now).","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23091"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/rbbrdckybk"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23091"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23091"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23091"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23091"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23091"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}