Title: Gorilla Dash Integration
Author: Gorilla Dash
Published: <strong>2025 年 11 月 6 日</strong>
Last modified: 2026 年 4 月 21 日

---

搜索插件

![](https://ps.w.org/gorilla-dash-integration/assets/icon-256x256.png?rev=3390817)

# Gorilla Dash Integration

 作者：[Gorilla Dash](https://profiles.wordpress.org/gorilladash/)

[下载](https://downloads.wordpress.org/plugin/gorilla-dash-integration.1.2.19.zip)

 * [详情](https://cn.wordpress.org/plugins/gorilla-dash-integration/#description)
 * [评价](https://cn.wordpress.org/plugins/gorilla-dash-integration/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/gorilla-dash-integration/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/gorilla-dash-integration/#developers)

 [支持](https://wordpress.org/support/plugin/gorilla-dash-integration/)

## 描述

GorillaDash Integration plugin provides seamless integration with the GorillaDash
API, offering:

 * Contact form submission capabilities
 * Google Maps integration with store locator
 * Tribe information display based on URL slugs
 * Gutenberg block support for maps
 * Shortcode support for easy integration

#### Features

 * **Contact Forms**: Submit enquiry forms to GorillaDash API
 * **Store Locator**: Interactive Google Maps with tribe search functionality
 * **Tribe Data**: Automatic tribe information retrieval based on URL structure
 * **Gutenberg Block**: Drag-and-drop map block for the block editor
 * **Multiple Display Options**: Shortcodes and blocks for flexible content integration
 * **Dynamic Number Insertion (DNI)**: Automatically display channel-specific phone
   numbers based on traffic source (paid, organic, or default)

#### About Gorilla Dash API

This plugin connects to the Gorilla Dash API to provide integrated information services,
including:

 * **Gorilla Dash Store Locator**: Display the Gorilla Dash Store Locator with address
   search and store location functionality.
 * **Gorilla Dash Store Map**: Display a specific store location on Google Maps 
   with detailed store information.
 * **Gorilla Dash Inquiry Form**: A comprehensive inquiry form solution that integrates
   the store locator and contact form functionalities.

For data submission details, please refer to the API documentation for more information.
If you have any questions, feel free to contact us.

**This service is provided by Gorilla Dash:**

 * Privacy Policy: https://gorilladash.com/privacy
 * API Documentation: https://docs.gorilladash.com/

#### Shortcodes

 * `[gorilladash_form enquiry_form_slug="slug" tribe_slug="slug"]` – Display contact
   form
 * `[gorilladash_map]` – Display interactive map with store locator
 * `[gorilla_dash_tribe_data]` – Display complete tribe information (for /locations/
   URLs)
 * `[gorilla_dash_tribe_data field="data.name"]` – Display specific tribe data field
 * `[gorilla_dash_last_segment]` – Display current URL’s last segment
 * `[gorilla_dash_test_tribe_api slug="test-slug"]` – Test API connectivity

### Configuration

 1. **API Credentials**: Get your API Key and Secret from GorillaDash
 2. **Google Maps**: Create a Google Maps API key with the following services enabled:
 3.  * Maps JavaScript API
     * Places API
     * Geocoding API
 4. **Map Settings**: Configure default map center and zoom level

## 区块

该插件提供了 2 个区块.

 *   Gorilla Dash Inquiry Form A comprehensive inquiry form solution with integrated
   store locator and contact form functionality
 *   Gorilla Dash Newsletter Signup A simple newsletter signup form with Name and
   Email fields, integrated with Gorilla Dash API

## 安装

 1. Upload the plugin files to `/wp-content/plugins/gorilladash/`
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to Settings > GorillaDash to configure API credentials
 4. Configure Google Maps API key for map functionality

## 常见问题

### How do I get GorillaDash API credentials?

Contact GorillaDash support to obtain your API Key and Secret.

### What Google Maps APIs do I need to enable?

Enable Maps JavaScript API, Places API, and Geocoding API in your Google Cloud Console.

### How do tribe data shortcodes work?

Tribe data shortcodes automatically extract the tribe slug from URLs that start 
with “/locations/” and fetch the corresponding data from the GorillaDash API.

### Can I use this plugin without a GorillaDash account?

No, you need valid API credentials from GorillaDash to use the enquiry form submission
and tribe data features. However, you can test the map functionality with just a
Google Maps API key.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Gorilla Dash Integration」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Gorilla Dash ](https://profiles.wordpress.org/gorilladash/)

[帮助将「Gorilla Dash Integration」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/gorilla-dash-integration)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/gorilla-dash-integration/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/gorilla-dash-integration/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/gorilla-dash-integration/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/gorilla-dash-integration/)。

## 更新日志

#### 1.2.19

 * Updated location card “Get Directions” and “View Location” buttons to use links
   for navigation, with improved styling

#### 1.2.18

 * Fixed “Get Directions” and “View Location” button click handlers on the all-locations
   view so each button triggers the correct action

#### 1.2.17

 * Updated location card buttons — “View Location” now appears first as the outline
   style, and “Get Directions” is shown as the primary action
 * Renamed the tribe card CTA from “Request a Quote” to “Contact Us”

#### 1.2.16

 * Updated tribe search on browser geolocation to include nearby locations, no longer
   forcibly re-centering or zooming the map

#### 1.2.14

 * Added browser geolocation support — map auto-centers on user’s location and searches
   for nearby tribes on load
 * Added status filtering for tribes API — only active tribes are loaded on the 
   map
 * Improved autocomplete Enter key behaviour — pressing Enter now selects the first
   dropdown suggestion and triggers search
 * Fixed autocomplete selected place being cleared when user types new text

#### 1.2.13

 * Added configurable default location image in admin settings
 * Made address clickable to open Google Maps in new tab across all locations and
   map views
 * Made phone numbers clickable (tel: links) in map info window popups

#### 1.2.12

 * Fixed format_time function to use PHP native strtotime() for simpler and more
   reliable time parsing

#### 1.2.11

 * Added DNI enable/disable toggle in admin settings
 * DNI script now only loads on frontend when DNI is enabled

#### 1.2.10

 * Added Dynamic Number Insertion (DNI) for automatic phone number replacement based
   on traffic source (paid, organic, default)
 * DNI uses “Once Paid, Always Paid” sticky logic with localStorage persistence
 * Integrated DNI phone numbers across map, store map, and all locations views
 * Enquiry form submissions now include DNI tracking data (channel, landing page,
   referrer)

#### 1.2.9

 * Fix Google Places js event listener

#### 1.2.8

 * Migrate to Google Places PlaceAutocompleteElement API

#### 1.2.7

 * Sync version and general improvements

#### 1.2.2

 * Added Gorilla Dash Newsletter Signup feature with automatic name splitting
 * New shortcode: [gorilla_dash_newsletter] for newsletter subscription forms

#### 1.1.1

 * Fixed and improved settings page

#### 1.1.0

 * Reorganized plugin structure for better maintainability
 * Separated functionality into modular classes
 * Added shared API functions
 * Improved code organization following WordPress standards

#### 1.0.0

 * Initial release
 * Contact form integration
 * Google Maps store locator
 * Tribe data retrieval
 * Gutenberg block support

## 额外信息

 *  版本 **1.2.19**
 *  最后更新：**2 月前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **6.8.5**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/gorilla-dash-integration/)
 * 标签
 * [api](https://cn.wordpress.org/plugins/tags/api/)[enquiry forms](https://cn.wordpress.org/plugins/tags/enquiry-forms/)
   [forms](https://cn.wordpress.org/plugins/tags/forms/)[Google Maps](https://cn.wordpress.org/plugins/tags/google-maps/)
   [Store locator](https://cn.wordpress.org/plugins/tags/store-locator/)
 *  [高级视图](https://cn.wordpress.org/plugins/gorilla-dash-integration/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/gorilla-dash-integration/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/gorilla-dash-integration/reviews/)

## 贡献者

 *   [ Gorilla Dash ](https://profiles.wordpress.org/gorilladash/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/gorilla-dash-integration/)