Bitcoin Forum

Other => Off-topic => Topic started by: junglist.massive on December 08, 2014, 03:14:05 PM



Title: how to add live price chart on wp page? #WEBDEV
Post by: junglist.massive on December 08, 2014, 03:14:05 PM
I want to add on one of my pages live chart but I don't know how to change api to nice looking chart. I found http://www.highcharts.com/plugin-registry/single/28/Current%20Price%20Indicator (blockchain use it also) but HTML code there does not work.

Any Ideas?


Title: Re: how to add live price chart on wp page? #WEBDEV
Post by: b!z on December 08, 2014, 03:30:10 PM
Are you trying to display the price of bitcoin?

Try one of the following: https://wordpress.org/plugins/search.php?q=bitcoin+price


Title: Re: how to add live price chart on wp page? #WEBDEV
Post by: junglist.massive on December 08, 2014, 03:34:26 PM
yes



I saw them but I want to avoid advertise and put clear chart

I found these guys https://luxstack.com/widgets but have no Idea with this code in wp. When I put code in post I see only white space


Title: Re: how to add live price chart on wp page? #WEBDEV
Post by: b!z on December 08, 2014, 03:51:58 PM
yes



I saw them but I want to avoid advertise and put clear chart

I found these guys https://luxstack.com/widgets but have no Idea with this code in wp. When I put code in post I see only white space

Do you want it on the sidebar, or in a post?

If it's the former, create a new text widget and paste the HTML code it. If it's the latter, when you're making a new post, change the editor to the HTML tab and paste it in, then preview/publish.

Let me know if you need any help. That should work.


Title: Re: how to add live price chart on wp page? #WEBDEV
Post by: junglist.massive on December 08, 2014, 05:27:55 PM
pm