Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Responsive iframe GoogleMap

Leírás

Responsive friendly free GoogleMap embedder using shortcode.

How to use

  1. On a post screen, enter the shortcode. For classic wysiwyg editor, you can use GoogleMap button which this plugin adds.
  2. Please set values for parameters below in your shortcode.
    • width : width of a map (px)
    • height : height of a map (px)
    • zoom : zoom of a map (1-21)
    • border : border style of a map (css)
    • address : see examples below
    • latitude : see examples below
    • longitude : see examples below
  3. By posting, the GoogleMap is displayed in the article.

example

  • set a location by „address” parameter
    [responsive_map width=860 height=500 address="Tokyo Station" zoom=16 border="1px solid #ccc"]
  • set a location by „latitude” and „longitude” parameter
    [responsive_map width=860 height=500 latitude=35.681167 longitude=139.767052 zoom=16 border="1px solid #ccc"]

Képernyőmentések

Telepítés

  1. Upload the ‘responsive-iframe-googlemap’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Responsive iframe GoogleMap” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Responsive iframe GoogleMap” 1 nyelvre lett lefordítva. Köszönet a fordítóknak az áldozatos munkájukért!

“Responsive iframe GoogleMap” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

1.0.2

  • Fixed Position setting bug.

1.0.1

  • Fixed shortcode bug.

1.0.0

  • First commit.