Linking text from website

Hello. Do you have any idea how I can show some text from my website? i have some diea to show users some various messages in live mode (not push messages). Do you have some idea how to connect that to my server in cpanel or something ? Sorry for bad english

You can use the Network action to send a request to a web server (web site) and receive a JSON file. The JSON file will contain the text that you want to display to your users. You will need to convert the JSON to a variable, in order to be able to access it. Also, the JSON file can be generated by a scripting language (php, perl, etc.) or be statically created on your site.

1 Like

can I find some exemple here?

Sure, have a look here: Network [GDevelop wiki]

1 Like