Title: Embed Webmap
Author: gavinr
Published: <strong>2014년 8월 8일</strong>
Last modified: 2019년 1월 28일

---

플러그인 검색

![](https://ps.w.org/embed-webmap/assets/banner-772x250.png?rev=962765)

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

![](https://s.w.org/plugins/geopattern-icon/embed-webmap_ffffff.svg)

# Embed Webmap

 작성자: [gavinr](https://profiles.wordpress.org/gavinr/)

[다운로드](https://downloads.wordpress.org/plugin/embed-webmap.2.0.4.zip)

 * [세부사항](https://ko.wordpress.org/plugins/embed-webmap/#description)
 * [평가](https://ko.wordpress.org/plugins/embed-webmap/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/embed-webmap/#installation)
 * [개발](https://ko.wordpress.org/plugins/embed-webmap/#developers)

 [지원](https://wordpress.org/support/plugin/embed-webmap/)

## 설명

Easily and quickly embed ArcGIS Online Webmaps into WordPress!

_Usage_

Get your webmap ID (see screenshots for help) of a public webmap in ArcGIS Online,
then in any page or post in WordPress include this shortcode:

    ```
    [webmap id="52475e6edb18471780858627b40460c2"]
    ```

… replacing the ID section with the webmap ID that you got from your map.

You can add many different options to the shortcode. See “Other Notes” above for
details.

### Shortcode Options

 * **id** – The webmap ID of the map you wish to embed. Get this from the URL bar
   on arcgis.com. See the “Screenshots” page for help. Example: [webmap id=”52475e6edb18471780858627b40460c2″]
 * **extent** – in the “shortened” form. Use http://psstl.esri.com/apps/extenthelper/
   for help. Example: [webmap extent=”-159.3635,7.093,-45.8967,63.7401″]
 * **height** – specify the height, in pixels. Example: [webmap height=”600″]
 * **width** – specify the width, in pixels. Example: [webmap width=”230″]
 * **zoom** – Include zoom buttons. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   zoom]
 * **home** – Include a home button. If this is included, the zoom buttons will 
   automatically be included. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   home]
 * **scale** – Include a scale bar. Example: [webmap scale id=”52475e6edb18471780858627b40460c2″]
 * **legend** – Include a legend button. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   legend]
 * **search** – Include a location search textbox. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   search]
 * **searchextent** – When using ‘search’ (above), only search the current extent.
   Example: [webmap id=”52475e6edb18471780858627b40460c2″ search searchextent]
 * **basemap_toggle** – Show a basemap toggle. Must also include ‘alt_basemap’ to
   indicate alternate basemap that will show when the toggle button is clicked. 
   Example: [webmap id=”52475e6edb18471780858627b40460c2″ basemap_toggle alt_basemap
   =”streets”]
 * **basemap_gallery** – Include a basemap menu. [webmap id=”52475e6edb18471780858627b40460c2″
   basemap_gallery]
 * **view-larger-link** – Include a link below the map to view the map in a larger
   window. Example: [webmap id=”52475e6edb18471780858627b40460c2″ view-larger-link]
 * **disable_scroll** – When the mouse is over the map, the scroll will not zoom
   the map if this is added. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   disable_scroll]
 * **details** – Show the map details pane. Example: [webmap id=”52475e6edb18471780858627b40460c2″
   details]

Depricated Options:

 * **description** – DEPRICATED. PLEASE USE ‘DETAILS’ INSTEAD.
 * **basemaps** – DEPRICATED. PLEASE USE BASEMAP_GALLERY INSTEAD.

## 스크린샷

[⌊Get webmap ID from Arcgis.com details page.⌉⌊Get webmap ID from Arcgis.com details
page.⌉[

Get webmap ID from Arcgis.com details page.

[⌊Or, get webmap ID from Arcgis.com map page.⌉⌊Or, get webmap ID from Arcgis.com
map page.⌉[

Or, get webmap ID from Arcgis.com map page.

[⌊Then, embed the ID in your WordPress page or post using the shortcode.⌉⌊Then, 
embed the ID in your WordPress page or post using the shortcode.⌉[

Then, embed the ID in your WordPress page or post using the shortcode.

[⌊Your map appears!⌉⌊Your map appears!⌉[

Your map appears!

[⌊The shortcode has many options, including legend and zoom.⌉⌊The shortcode has 
many options, including legend and zoom.⌉[

The shortcode has many options, including legend and zoom.

## 설치

#### Using The WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Search for ’embed-webmap’
 3. Click ‘Install Now’
 4. Activate the plugin on the Plugin dashboard

#### Uploading in WordPress Dashboard

 1. Navigate to the ‘Add New’ in the plugins dashboard
 2. Navigate to the ‘Upload’ area
 3. Select `embed-webmap.zip` from your computer
 4. Click ‘Install Now’
 5. Activate the plugin in the Plugin dashboard

#### Using FTP

 1. Download `embed-webmap.zip`
 2. Extract the `embed-webmap` directory to your computer
 3. Upload the `embed-webmap` directory to the `/wp-content/plugins/` directory
 4. Activate the plugin in the Plugin dashboard

## FAQ

  What is Arcgis.com and how do I create a webmap?

Go to http://www.arcgis.com. If you have an account, login. If not, sign up for 
an account. Then create a new map, add some content, save, then share the map publicly.
Then use the webmap ID (see the “Screenshots” page for help) to embed the map in
WordPress in the format `[webmap id="MyWebmapId"]`

  Does my webmap need to be publicly shared?

Yes. Share your webmap with the public, copy the webmap ID (from the URL bar when
you’re on the ArcGIS Online map page) and paste it into the shortcode!

  What options are available in the shortcode?

Height, width, zoom, scale, and many more! Please see the “Shortcode Options” page
for more details.

  Feedback, Problems, Questions?

File issues on the github page: https://github.com/gavreh/embed-webmap. Also, you
can find more resources at http://www.gavinr.com/embed-webmap-plugin.

## 후기

![](https://secure.gravatar.com/avatar/1d95946f7c8e66265445d0e55209833acbcb6baf0e624c347e9805f41062b01c?
s=60&d=retro&r=g)

### 󠀁[Still works! 5⭐](https://wordpress.org/support/topic/still-works-5%e2%ad%90/)󠁿

 [photoMaldives](https://profiles.wordpress.org/photomaldives/) 2023년 4월 10일

Yesterday I was using the official plugin (why are links no longer allowed?) – Web
Maps for WordPress By GEO-Jobe GIS Consulting.It worked well in itself, but broke
functionality on my site that I was unable to fix (I use Divi page builder and some
custom plugins). I was apprehensive installing this old unofficial plugin, but it
works very well and does not seem to break anything else on my site. (In fact, even
my old shortcode worked, out of the box!) It would be nice to get a plugin update
to officially confirm WP compatability and remove the soft warning:”Version: 2.0.4
Last updated: 4 years ago.This plugin hasn’t been tested with the latest 3 major
releases of WordPress. It may no longer be maintained or supported.” But other than
that, many thanks to the author @gavinr for providing this option. 5⭐

![](https://secure.gravatar.com/avatar/fb4564f196476a9c7d2fa120dba239b32e255c50e9e3a838c6130e369ba741e7?
s=60&d=retro&r=g)

### 󠀁[Working in WordPress 5.8.2!](https://wordpress.org/support/topic/working-in-wordpress-5-8-2/)󠁿

 [jaapsmitadvies](https://profiles.wordpress.org/jaapsmitadvies/) 2021년 11월 24
일

Great Plugin, Not working: basemap_toggle view-larger-link Jaap

![](https://secure.gravatar.com/avatar/ba0044c3d2ad1d51b4e314932a5165480a989f0a1d9bcbe56409c8a4144e610b?
s=60&d=retro&r=g)

### 󠀁[Added ERSI ARCGis map](https://wordpress.org/support/topic/added-ersi-arcgis-map/)󠁿

 [dgrimes](https://profiles.wordpress.org/dgrimes/) 2020년 3월 31일

I had to jump to HTML mode to make sure the correct double-quotes got add, but that
was easy. The plugin works great. Thanks for developing.

![](https://secure.gravatar.com/avatar/59af28a5a89fd00ba7f384981532074581afd774b8574c6a4f08a9ec7bebb711?
s=60&d=retro&r=g)

### 󠀁[Easy way to embed ESRI webmap](https://wordpress.org/support/topic/easy-way-to-embed-esri-webmap/)󠁿

 [rsheaks](https://profiles.wordpress.org/rsheaks/) 2017년 7월 20일

This is easy to use shortcode to embed a web map into your wordpress site. I have
little experience with WP and coding and I was able to go into the text portion 
of my frontpage and add [webmap id=”????f8926afa4?????ed2dc80e6b????” height=”650″]
to get mey ESRI web map at the correct height for my site. There are many other 
custom short-code options in the description that you simply type between the brackets.
This plugin works great!

![](https://secure.gravatar.com/avatar/ed39e72c2448f05ce448ce61f0dd313b5c0eb21309bd9d0d1fff326b2a1d8fca?
s=60&d=retro&r=g)

### 󠀁[Simple Straightforward Plug-in that saves a ton of coding](https://wordpress.org/support/topic/simple-straightforward-plug-in-that-saves-a-ton-of-coding/)󠁿

 [Hepburn](https://profiles.wordpress.org/thomas-hepburn/) 2016년 9월 3일 답글 1
개

An Excellent Plug-in for Version 1.0 I wanted to give 4 and-a-half stars but decided
to round up. There is a bit of confusion with using the ‘extent’ option. The author
gives a link for help, which I used, but the helper site gave the wrong info…. I
think. Just a wee bit more help with Options in shortcodes, but truly awesome. Thanks.

 [ 모든 6 평가 읽기 ](https://wordpress.org/support/plugin/embed-webmap/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ gavinr ](https://profiles.wordpress.org/gavinr/)

“Embed Webmap”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/embed-webmap/contributors)
님께 감사드립니다.

[자국어로 “Embed Webmap”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/embed-webmap)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/embed-webmap/)는, [SVN 저장소](https://plugins.svn.wordpress.org/embed-webmap/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/embed-webmap/)
을 [RSS](https://plugins.trac.wordpress.org/log/embed-webmap/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.0.4

 * 2019-01-27
 * Fixing bug where on some servers the widget would not show.

#### 2.0.3

 * 2018-01-18
 * Sanitize shortcode parameters
 * Localize ‘View larger map’ string

#### 2.0.2

 * 2018-01-14
 * Removed unnecessary activation/deactivation/uninstall of the widget. https://
   github.com/gavinr/embed-webmap/issues/1

#### 2.0.1

 * 2017-11-09
 * Supports WordPress 4.9

#### 2.0

 * 2016-04-10
 * Updating to work with WordPress 4.5
 * ‘description’ and ‘basemaps’ are now depricated. See the readme for alternatives.
   They should still work in this version but may not in the future.
 * New shortcode options! Added ‘searchextent’, ‘basemap_toggle’, ‘alt_basemap’,‘
   basemap_gallery’, ‘disable_scroll’, ‘details’ options.
 * Misc code cleanup.

#### 1.0

 * 2014-08-08
 * 초기 릴리즈

## 기초

 *  버전 **2.0.4**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **200+**
 *  워드프레스 버전 ** 3.5.1 또는 그 이상 **
 *  다음까지 시험됨: **5.0.27**
 *  언어
 * [English (US)](https://wordpress.org/plugins/embed-webmap/) 및 [Spanish (Colombia)](https://es-co.wordpress.org/plugins/embed-webmap/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/embed-webmap)
 * 태그:
 * [arcgis](https://ko.wordpress.org/plugins/tags/arcgis/)[gis](https://ko.wordpress.org/plugins/tags/gis/)
   [maps](https://ko.wordpress.org/plugins/tags/maps/)
 *  [고급 보기](https://ko.wordpress.org/plugins/embed-webmap/advanced/)

## 평점

 별 5점 만점에 4.6점.

 *  [  5/5-별점 후기     ](https://wordpress.org/support/plugin/embed-webmap/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/embed-webmap/reviews/?filter=4)
 *  [  1/3-별점 후기     ](https://wordpress.org/support/plugin/embed-webmap/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/embed-webmap/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/embed-webmap/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/embed-webmap/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/embed-webmap/reviews/)

## 기여자

 *   [ gavinr ](https://profiles.wordpress.org/gavinr/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/embed-webmap/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.gavinr.com/donate)