복붙노트

[WORDPRESS] Google Maps 삭제 iframe 주소 팝업

WORDPRESS

Google Maps 삭제 iframe 주소 팝업

해결법


  1. 1.다음은 나를 위해 일합니다. iwloc = a to iwloc = a ender. iframe src 자체가 아닌 iframe 뒤에 태그에 해당 코드를 추가했습니다.

    다음은 나를 위해 일합니다. iwloc = a to iwloc = a ender. iframe src 자체가 아닌 iframe 뒤에 태그에 해당 코드를 추가했습니다.

    <iframe width="295" height="250" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=3904+Washington+Parkway,+Idaho+Falls,+Idaho&amp;aq=0&amp;oq=3904+washington+parkway+idah&amp;sll=41.833733,-87.731964&amp;sspn=0.929078,2.113495&amp;ie=UTF8&amp;hq=&amp;hnear=3904+Washington+Pkwy,+Idaho+Falls,+Bonneville,+Idaho+83404&amp;t=p&amp;ll=43.466874,-111.993513&amp;spn=0.015573,0.025406&amp;z=14&amp;iwloc=near&amp;output=embed">
    </iframe>
    <br />
    <small>
    <a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=3904+Washington+Parkway,+Idaho+Falls,+Idaho&amp;aq=0&amp;oq=3904+washington+parkway+idah&amp;sll=41.833733,-87.731964&amp;sspn=0.929078,2.113495&amp;ie=UTF8&amp;hq=&amp;hnear=3904+Washington+Pkwy,+Idaho+Falls,+Bonneville,+Idaho+83404&amp;t=p&amp;ll=43.466874,-111.993513&amp;spn=0.015573,0.025406&amp;z=14&amp;iwloc=near">
    </a>
    </small>
    
  2. from https://stackoverflow.com/questions/14512854/remove-google-maps-iframe-address-popup by cc-by-sa and MIT license