이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Convert Address to Google Maps Link

설명

NORMAL LINKS:
This simple plugin converts addresses in “<address></address>” tags into links that open a Google Map in a new window. It also converts any address in a “.address” class into a Google Map link that opens in a new window.

NOTE: You need to put the address inside the <address></address> html tag or within an html element with the .address class for this plugin to work. For example, you would need to write the following into your code: <address>3 Abbey Rd, London NW8 9AY, United Kingdom</address> OR <span class=“address”>3 Abbey Rd, London NW8 9AY, United Kingdom</span> OR <div class=“address”>3 Abbey Rd, London NW8 9AY, United Kingdom</div>

IFRAME LINKS:
If you want to display the Google Map in an iframe, just use the .address-iframe class in your markup. For example, <div class=“address-iframe”>3 Abbey Rd, London NW8 9AY, United Kingdom</div> (Thanks to Mike Jasper for this idea and code!)

FYI: This plugin is great for themes with custom fields that supply the address, but is probably not too useful for themes that don’t, because you’ll need to enter the text view to add the appropriate html markup. Thanks!

Finally, many many thanks to Mike Jasper , who wrote the javascript that powers this plugin. I merely repackaged his code.

스크린샷

  • Using the ‘address-iframe’ class
  • Using the html5 ‘

설치

  1. Unzip and upload the php file to your wordpress plugin directory
  2. Activate the plugin

FAQ

Where is the settings page?

There are no settings for this plugin.

This isn’t working.

Make sure you put the address inside the <address></address> html tag or inside an html element with the address class. This is required.

후기

2016년 9월 3일
Using it with Advanced Custom Fields. Works great.
2016년 9월 3일
I use this temporarily to create links to Google Maps. I place the code in a page and preview the page, I hover over the hypertext and copy the link and then I use this copied link to place into my REAL pages so that Mobile phones can prompt for either your default browser or your Google Maps App. Without this generated code...I found that the Google Maps App was not prompted.
모든 3 평가 읽기

기여자 & 개발자

“Convert Address to Google Maps Link”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Convert Address to Google Maps Link”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2

  • Added support for ‘.address-iframe’ class

1.1

  • Added support for ‘.address’ class

1.0

  • 초기 릴리즈