Bootstrap and iFrame google map -
i've used bootstrap template ("stylish portfolio" - http://startbootstrap.com/stylish-portfolio ) make simple portfolio page friend of mine.
i should say, enjoy coding in spare time, , such not professional in way, apologize newbieness! :-)
anyway, can't figure out how change location of iframe google map embedded in template's html. default set locate twitters hq. that's not want.
i need show philadelphia on map, cant work! more specific, exact view map need provide: https://www.google.com/maps/place/philadelphia,+pa/@40.002498,-75.1180329,11z/data=!3m1!4b1!4m2!3m1!1s0x89c6b7d8d4b54beb:0x89f514d88c3e58c1
when @ html code map, have this:
<!-- map --> <div id="contact" class="map"> <iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=twitter,+inc.,+market+street,+san+francisco,+ca&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=utf8&hq=twitter,+inc.,+market+street,+san+francisco,+ca&t=m&z=15&iwloc=a&output=embed"></iframe> <br /> <small> <a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=twitter,+inc.,+market+street,+san+francisco,+ca&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=utf8&hq=twitter,+inc.,+market+street,+san+francisco,+ca&t=m&z=15&iwloc=a"></a> </small> </iframe> </div> <!-- /map -->
that's all. use assistance here since first thought coordinates, aren't in fact that. have no idea how change location of map! or small box current twitter information.
anybody has experience this?
change iframe one,
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d195601.04562769792!2d-75.11803295!3d40.002497999999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1401521095201" width="100%" height="100%" frameborder="0" style="border:0"></iframe>
Comments
Post a Comment