Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Street View

Home / Forums / Pinnacle Theme / Street View

This topic is: Not Resolved
[Not Resolved]
Posted in: Pinnacle Theme
February 13, 2016 at 6:00 am

Nooob question. Is it posible to use google street view in “html” widget? Not sure how to use it.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Street View</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#street-view {
height: 100%;
}
</style>
</head>
<body>
<div id="street-view"></div>
<script>
var panorama;
function initialize() {
panorama = new google.maps.StreetViewPanorama(
document.getElementById('street-view'),
{
position: {lat: 37.869260, lng: -122.254811},
pov: {heading: 165, pitch: 0},
zoom: 1
});
}

</script>
<script async defer
src="
</script>
</body>
</html>

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.