I am interested in bringing text from Wikipedia and displaying it in a popup. (This is a map of the world and I want a country summary from Wikipedia to appear in a popup). I am able to get the text via the Wikipedia API reasonably successfully (eg "https://en.wikipedia.org/w/api.php?action=query&titles="+ CountryNameField +"&prop=extracts%7Cpageimages%7Cinfo&pithumbsize=400&inprop=url&redirects=&format=json&origin=*") however, I can only create a link to this text and not bring it in to the popup for display.
If anyone can point me to information that will enable me to do that, I would appreciate it.