openstreetmap-data: how to port over the data

hello dear openstreetmap-experts

new to openstreetmap - and all the features:

if i run the code below - on overpass-turbo.eu - which is a tool to do requests to the planet file

overpass turbo

see the code

[adiff:"2014-07-01T00:00:00Z"];
area[name="Argentina"][boundary=administrative]->.a;
(
  node
  	(area.a)
  	[amenity=school][website];
  way
  	(area.a)
  	[amenity=school][website];
);
out meta geom;

then i get back

a. a map
b. data (XML)

how to get the map into a widget in wordpress.
can i port it over somehow!?

if i need to specify my question more - just lemme know

any help is much appreciated

regards

From Overpass Turbo you can download the data in a variety of formats. Then this (static) data can be imported in other tools. It all depends which formats your widget supports.
Take a look at the “Export” button of Overpass Turbo.