Copy this code and paste it in your web:
<iframe src="http://www.trabber.de/en/search_box"
scrolling="no" frameborder="0" width="520" height="200"></iframe>
It will look like this:The search box is created by this request:
http://www.trabber.de/en/search_box
It can be configured by using these parameters:
To include Trabber's offers search map, insert this code in your web, replacing [GOOGLE_MAPS_KEY] with your own key:
<div id="trabber_map" style="width: 400px; height: 300px;"> </div>
<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=[GOOGLE_MAPS_KEY]" type="text/javascript"></script>
<script type="text/javascript">
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("trabber_map"));
var trabber = new GGeoXml("http://www.trabber.de/en/feeds/offers-kml?from_city=MAD&format=kml");
var mapCenter = new GLatLng(48, 15);
map.setCenter(mapCenter, 3);
map.enableScrollWheelZoom();
map.addControl(new GSmallMapControl());
map.addOverlay(trabber);
}
</script>
The offer search is performed by this request:
http://www.trabber.de/en/feeds/offers-kml
Parameters:
You can use them to link to our site or when writing about Trabber. They are in PNG format with transparent background:
| 75 x 32 | 128 x 53 | 163 x 74 | 176 x 77 |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
If you have any question, doubt or suggestion about Trabber, please contact with us.