Bitcoin Forum

Bitcoin => Project Development => Topic started by: anonymous2061 on January 09, 2017, 04:04:44 AM



Title: How to integrate 3rd party API in WordPress?
Post by: anonymous2061 on January 09, 2017, 04:04:44 AM
I am new to integrating API's. I want to integrate bitfinex's API into my local wordpress installation. Just to test. Here is the link to there API Doc. http://docs.bitfinex.com/reference#rest-public-ticker

Secondly I want to integrate the Ticker API. My goal is the output there ticker prices.

Thank you


Title: Re: How to integrate 3rd party API in WordPress?
Post by: Bungeebones on January 11, 2017, 02:57:35 AM
I am new to integrating API's. I want to integrate bitfinex's API into my local wordpress installation. Just to test. Here is the link to there API Doc. http://docs.bitfinex.com/reference#rest-public-ticker

Secondly I want to integrate the Ticker API. My goal is the output there ticker prices.

Thank you

I'd like to help but javascript in Wordpress stonewalled me. I've written Wordpress plugins, hacked the core files to enable remote user registration and more.

But javascript, well, it got me stumped.

I can point you in the general direction though ... you have to do wp_enque with javascript in Wordpress.

I know that's not much but maybe it will get you in the right direction.