We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I have a question about the code "M_6_4_01_TOOL" in generative design, which allows to visualize dynamic data interactively. Do you know how to visualize wikipedia API images in the same way as keywords?
Thank you for your help !
Answers
https://www.mediawiki.org/wiki/API:Images
This is a not-complete demo accessing the Wikipedia API.
Kf
Thank you kfrajer, this really help me!
Hey!
I have another question regarding this code, Is it possible to use images and links from another html page (not wikipage)?
Thank you again for your help.
loadImage()
can load images from valid url links. This is described in the reference. I was able to get the url links of the images as this is provided by the wikipedia API. If you have access to those links from this other website's API, then yes. If this other website does not provide you with this info, you can access the image manually. You can check you have a valid image link easily: Just copy and paste it in any browser.Kf
ok thank you I will check that :)