I am trying to display the infobox vcard (the short bio) from a wikipedia page on my own page. This is obviously on another domain, and I'm struggling to do this. I tried using an iframe first but then I couldn't select only the infobox vcard.
I also tried using the code from here, which resulted in the "Woops, there was an error making the request" message (ie I got an onerror event).
The API for WikiMedia seems to only return data, but I want the marked-up version. Is there any other way to do this?