Title: Crowdcue
Author: Nicholas Mercer
Published: <strong>2022 年 4 月 14 日</strong>
Last modified: 2022 年 6 月 20 日

---

搜索插件

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

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/crowdcue/assets/icon-256x256.png?rev=2709808)

# Crowdcue

 作者：[Nicholas Mercer](https://profiles.wordpress.org/kittabit/)

[下载](https://downloads.wordpress.org/plugin/crowdcue.1.3.0.zip)

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

 [支持](https://wordpress.org/support/plugin/crowdcue/)

## 描述

Crowdcue is the _unofficial_ OccasionGenius WordPress plugin allows you to easily
output a beautiful and simple events page without any coding using the [OccasionGenius](https://occasiongenius.com/)
API.

### Carbon Fields / Options

 * og-token-key
 * og-time-format
 * og-time-zone
 * og-disabled-flags
 * og-disabled-areas
 * og-featured-flags
 * og-google-maps-api-key
 * og-design-per-page-limit
 * og-design-header-image-1
 * og-design-header-image-2
 * og-design-header-image-3
 * og-design-heading
 * og-design-subheading
 * og-design-hp-btn-text
 * og-design-hp-btn-url
 * og-developer-security-key
 * og-analytics-ua-id

### Post Types

 * og_events

### Fields

 * og-event-name
 * og-event-uuid
 * og-event-popularity-score
 * og-event-description
 * og-event-flags
 * og-event-start-date
 * og-event-end-date
 * og-event-start-date-unix
 * og-event-end-date-unix
 * og-event-event-dates
 * og-event-source-url
 * og-event-image-url
 * og-event-ticket-url
 * og-event-venue-name
 * og-event-venue-uuid
 * og-event-venue-address-1
 * og-event-venue-address-2
 * og-event-venue-city
 * og-event-venue-state
 * og-event-venue-zip-code
 * og-event-venue-country
 * og-event-venue-latitude
 * og-event-venue-longitude

### API Routes

### All Events

    ```
    /wp-json/occasiongenius/v1/events
    ```

### All Flags (Categories)

    ```
    /wp-json/occasiongenius/v1/flags
    ```

### All Areas

    ```
    /wp-json/occasiongenius/v1/areas
    ```

### Single Flag (Category)

    ```
    /wp-json/occasiongenius/v1/flag/[flag_id]?limit=X&page=X
    ```

### Single Event

    ```
    /wp-json/occasiongenius/v1/event/[slugline]
    ```

### Single Venue

    ```
    /wp-json/occasiongenius/v1/venue/[uuid]
    ```

### Nearby Locations / Events

    ```
    /wp-json/occasiongenius/v1/nearby/[uuid]<h3>React Setup</h3>
    ```

 * Layout.js
 * index.js
 * Components/
    — Breadcrumbs.js — CategoryOutput.js — EventCategorySmall.js — EventGridItem.
   js — EventSingle.js — Header.js — Loading.js — RelatedEvents.js — VenueOutput.
   js — UpcomingForYou.js — Components/ —- OGUserLogging.js
 * Pages/
    — Categories.js — EventDetails.js — Events.js — Home.js — SingleCategory.
   js — SingleVenue.js — ForYou.js

### CSS Overrides

### Global

 * og-master-container

### Home

 * og-header-container
 * og-header-container-outer
 * og-header-container-inner-inner
 * og-header-container-inner-right
 * og-header-container-inner-right-h1
 * og-header-container-inner-right-p
 * og-header-container-inner-left
 * og-home-view-all-buttons
 * og-home-view-all-categories
 * og-home-view-all-events

### Coming Soon / Todo’s

 * Popularity Score Queries/Sorting
 * Recommendation Logic (other events on this day, in the area, and personalization)
 * Pre-Defined Cookies / LocalStorage (for inner-events queries – such as booking
   dates)

## 安装

Download and active the plugin, then go to “Settings” => “Crowdcue.” From there,
input your OccasionGenius API key and save your settings (along with any design 
tweaks).

After this has been completed, you can add to an “Events” (/events/) page via either
of the follow:

 1. Shortcode: Add the `[occasiongenius_events]` Shortcode to the page.
 2. Blocks: Add the `OccasionGenius Events` Block via Gutenberg.

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

 *   [ Nicholas Mercer ](https://profiles.wordpress.org/kittabit/)

「Crowdcue」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/crowdcue/contributors)
为本插件所做的贡献。

[帮助将「Crowdcue」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/crowdcue)

### 对开发感兴趣吗?

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

## 额外信息

 *  版本 **1.3.0**
 *  最后更新：**4 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.4 或更高版本 **
 *  已测试的最高版本为 **6.0.11**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [Danish](https://da.wordpress.org/plugins/crowdcue/) 和 [English (US)](https://wordpress.org/plugins/crowdcue/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/crowdcue)
 * 标签
 * [calendar](https://cn.wordpress.org/plugins/tags/calendar/)[Event](https://cn.wordpress.org/plugins/tags/event/)
   [events](https://cn.wordpress.org/plugins/tags/events/)[organizer](https://cn.wordpress.org/plugins/tags/organizer/)
   [schedule](https://cn.wordpress.org/plugins/tags/schedule/)
 *  [高级视图](https://cn.wordpress.org/plugins/crowdcue/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/crowdcue/reviews/)

## 贡献者

 *   [ Nicholas Mercer ](https://profiles.wordpress.org/kittabit/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/crowdcue/)