Would you like to ask, is it possible to send data from the WordPress website to another website, and get the data back from another website?
I would like to make a function with text insert and a button, after a click on the button the text will be sent to another website, and that website will receive data and send another data back to the WordPress website and Wordpress website will display the message that website sent.
Would you like to ask, is it possible to send data from the WordPress website to another website, and get the data back from another website?
I would like to make a function with text insert and a button, after a click on the button the text will be sent to another website, and that website will receive data and send another data back to the WordPress website and Wordpress website will display the message that website sent.
Share Improve this question edited Jan 7, 2020 at 7:29 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked Jan 7, 2020 at 7:13 aloi testeraloi tester 11 bronze badge 1 |1 Answer
Reset to default 0Yes, it is possible, To achieve this you need to understand basic REST-API and Server-Client communication.
You need an API from your Other Website where the API will consume the input. And then your WordPress site will call that API with the parameters that contains data from your input form.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744855035a4597353.html
RSS feed
you can get post from another WordPress – Evince Development Commented Jan 7, 2020 at 7:16