Google link with http
s not working.
Anyone know what to change in code so Google link with SSL protocol works too?
Here is example Google link location on Google map with http and with https:
HTTPS
Code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=45.811572,15.961533&num=1&t=h&ie=UTF8&z=10&ll=45.814912,15.978514&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?q=45.811572,15.961533&num=1&t=h&ie=UTF8&z=10&ll=45.814912,15.978514&source=embed" style="color:#0000FF;text-align:left">Prikaz veće karte</a></small>
HTTP
Code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.hr/maps?q=45.554449,16.295471&num=1&t=h&hl=hr&ie=UTF8&z=10&ll=45.411948,16.408081&output=embed"></iframe><br /><small><a href="http://maps.google.hr/maps?q=45.554449,16.295471&num=1&t=h&hl=hr&ie=UTF8&z=10&ll=45.411948,16.408081&source=embed" style="color:#0000FF;text-align:left">Prikaz veće karte</a></small>