Exotic_Peacock
New member
Hey all,
I am so sorry to be back with yet another question I am trying to learn how to do a lot of this myself rather than relying on addons etc.
Okay so on my site I am trying to have the 'Rona stats for Australia. I was given this .js code:
I only want it to appear in forumid 29, under the title and description.
I have been trying for about 2 hours and getting no where, I don't know if it's obvious and I am tired but can someone please help me with the code and directions to get this to appear please!
I am so sorry to be back with yet another question I am trying to learn how to do a lot of this myself rather than relying on addons etc.
Okay so on my site I am trying to have the 'Rona stats for Australia. I was given this .js code:
Code:
var settings = {
"url": "https://corona.lmao.ninja/v2/all",
"method": "GET",
"timeout": 0,
};
$.ajax(settings).done(function (response) {
console.log(response);
});
I only want it to appear in forumid 29, under the title and description.
I have been trying for about 2 hours and getting no where, I don't know if it's obvious and I am tired but can someone please help me with the code and directions to get this to appear please!