Title: CiviEvent Widget
Author: Andie Hunt
Published: <strong>30 september 2013</strong>
Last modified: 15 juni 2018

---

Sök tillägg

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

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# CiviEvent Widget

 Av [Andie Hunt](https://profiles.wordpress.org/agh1/)

[Ladda ner](https://downloads.wordpress.org/plugin/civievent-widget.3.2.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/civievent-widget/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/civievent-widget/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/civievent-widget/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/civievent-widget/#developers)

 [Support](https://wordpress.org/support/plugin/civievent-widget/)

## Beskrivning

You can use the CiviEvent widget to add two types of widgets for upcoming public
events from CiviCRM. There’s no limit to the number of widgets you can add of either
type. You can include the widgets in the sidebar like normal, or you can include
them via shortcodes in the body of your posts.

#### CiviEvent List Widget

This widget is a basic, flexible listing of upcoming events that are marked as public.
You have options to customize the appearance and number of events. There is the 
option to add the event’s city, state, and/or country to the listing if ”Show location”
is enabled on the event.

#### Single CiviEvent Widget

This widget displays a single public event from CiviCRM. By default, it will display
the first event from the current day or the future, or you can set an offset to 
skip one or more and display the second or third upcoming event. You may display
the location if ”Show location” is enabled on the event.

#### Shortcodes

Both widgets are available to be inserted into the body of a post using a shortcode.
Use the `[civievent_widget]` shortcode for the events listing and the `[civievent_single_widget]`
shortcode for the single next (or offset) event. The available parameters for the
shortcodes are as follows:

 * **`title="Your Title"`** The widget title (default: ”Upcoming Events” for the
   list widget, or the event’s title for the single widget).
 * **`summary=1`** Display the event summary. Omit the parameter or set it to 0 
   to hide the summary. _(List widget only.)_
 * **`limit=5`** Display the specified number of events (default: 5). _(List widget
   only.)_
 * **`alllink=1`** Display ”view all” with a link to the page with a full list of
   public events. Omit the parameter or set it to 0 to hide the link. _(List widget
   only.)_
 * **`wtheme="mytheme"`** The widget theme (a class added to the widget div). Set
   a new one and handle it in your theme’s CSS. (Default for list widget: ”stripe”,
   with ”divider” as an alternative. Default for single widget: ”standard”.)
 * **`divider=" | "`** The location field delimiter (default: comma followed by 
   a space).
 * **`city=1`** Display the event’s city. Omit the parameter or set it to 0 to hide
   the city.
 * **`state="abbreviate"`** Display the event’s state/province. Default is ”none”,
   which will display nothing about the state or province. Display options are ”
   abbreviate” for the state/province abbreviation or ”full” for the full name.
 * **`country=1`** Display the event’s country. Omit the parameter or set it to 
   0 to hide the country.
 * **`offset=2`** Skip the given number of events before displaying the next one(
   default: 0). _(Single widget only.)_
 * **`admin_type="simple"`** Whether to use the ”simple” (default) or ”custom” display
   options (as appear in the widget settings). The `custom_display` and `custom_filter`
   parameters only function alongside `admin_type="custom"`. The `summary`, `alllink`,`
   divider`, `city`, `state`, and `country` parameters only function when `admin_type
   ="simple"` (or reverting to the default). _(List widget only.)_
 * **`custom_display='{"event_title_infolink":{"title":0,"prefix":null,"suffix":
   null,"wrapper":1},"description":{"title":1,"prefix":null,"suffix":null,"wrapper":
   1}}'`** Custom options for displaying results when `admin_type="custom"`. The
   value should be an object written in JSON. Each property name should be a field
   to display, and the property value should be an object with the following properties:`
   title` (1 or 0: whether to display the field name), `prefix` (`null` or a string
   with markup to precede the field), `suffix` (`null` or a string with markup to
   follow the field), and `wrapper` (1 or 0: whether to wrap the field with the 
   default wrapper elements. You may configure a widget using the standard widget
   interface, click ”Show JSON”, and copy the JSON into this parameter. If `custom_display`
   is missing, the listing will revert to displaying in the ”simple” mode despite
   the `admin_type` value. _(List widget only.)_
 * **`custom_filter='{"start_date": {">=": "2015-12-16"}, "is_public": 1, "options":{"
   sort": "start_date ASC"}}'`** Custom options for filtering results when `admin_type
   ="custom"`. The value should be an object written in JSON. The object should 
   be a valid set of parameters for the CiviCRM API. The default is to list all 
   public events starting on today’s date or later, sorted by start date ascending._(
   List widget only.)_
 * **`event_type_id=3`** Display Event with event type id 3 (default: show all event)._(
   only work with admin\_type=”simple”.)_

#### Further Notes

This plugin requires CiviCRM 4.3 or higher to function. It is only supported with
CiviCRM 4.6 or higher.

Read more at https://aghstrategies.com/civievent-widget

## Skärmdumpar

 * [[
 * An example of the CiviEvent List Widget.
 * [[
 * Widget administration for the CiviEvent List Widget in Simple mode.
 * [[
 * Widget administration for the CiviEvent List Widget in Custom mode.
 * [[
 * An example of the Single CiviEvent Widget.
 * [[
 * Widget administration for the Single CiviEvent Widget.

## Installation

 1. Upload `civievent-widget` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ’Plugins’ menu in WordPress
 3. Go to the ’Widgets’ page in WordPress to add and configure one or more widgets.
 4. Insert shortcodes into posts or pages as appropriate.

## Vanliga frågor

  Installation Instructions

 1. Upload `civievent-widget` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ’Plugins’ menu in WordPress
 3. Go to the ’Widgets’ page in WordPress to add and configure one or more widgets.
 4. Insert shortcodes into posts or pages as appropriate.

  What’s CiviCRM?

CiviCRM is the leading open-source constituent relationship management (CRM) system
for nonprofits. This plugin _is not_ CiviCRM, but you can read all about and download
CiviCRM at http://civicrm.org. Free to download, free to install and use, free to
share, and free to modify, CiviCRM is a great solution for not-for-profit and charitable
organizations looking to track donors, event participants, case clients, members,
and more.

  Why does this plugin exist?

CiviCRM provides full pages of info on single events, plus a poorly-documented page
listing all public upcoming events, but there’s no simple widget for listing the
events in the WordPress sidebar or as a shortcode that doesn’t overwhelm your page
content.

  Who’s behind this?

This plugin was developed by AGH Strategies, a CiviCRM consulting firm in Washington,
DC. The plugin is driven by our clients’ needs, and others have commissioned features
that are important for their organizations.

Read more about us at https://aghstrategies.com/

  Why are my widget’s links not working right?

Go into CiviCRM and visit the Manage Events page in the Events menu. Check out the
event links there–most likely they are identical to what the widget provides. If
the widget’s links cause you trouble, you probably have fundamental problems with
your CiviCRM installation: the widgets just use CiviCRM to provide links.

  How can I sponsor a new feature?

Like most successful open-source projects, this is a collaboration between a number
of users’ needs. If you have an idea for a feature and would like to see it happen,
please contact us at https://aghstrategies.com/contact. Even if your budget is small,
we can often combine several use cases into a unified new feature, splitting the
cost among several organizations.

  What’s all this about themes?

You might want to have different CiviEvent widgets on your site look different. 
Setting the ”theme” in the widget settings or the shortcode doesn’t pick a different
site theme, but it adds a class to your widget. Using one of the built-in theme 
options will provide a straightforward display, or you can create your own: just
type something new as the widget theme and then add CSS in your site’s theme to 
handle it. The plugin was built from the perspective that while the widget should
look reasonable out-of-the-box, most sites who care strongly about the widget’s 
appearance will already be implementing a lot of custom CSS. There’s no need for
the widget to come with a lot of heavy-handed theming.

  How does the Custom API Filter work?

You can write a bit of JSON to filter your results for the CiviEvent List Widget
in Custom mode. This uses the syntax for the CiviCRM API. For example, to only include
events with online registration enabled, enter `{"is_online_registration": 1}` in
the Custom API Filter field. By default, results have the `event_start_date` greater
than or equal to today and have `is_public` equal to 1. You can override these.

You can also adjust the limit, sort, or offset by adding items under `options`. 
For example, `{"is_online_registration": 1, "options": {"sort": "title ASC", "limit":
3, "offset": 4}}` will display the fifth, sixth, and seventh events in order of 
title.

**Note:** CiviCRM’s API takes JSON arrays in some cases. A JSON array is denoted
by square brackets. A shortcode is denoted by square brackets. If you use the `custom_filter`
shortcode parameter to set a custom API filter, you’ll have trouble if you use square
brackets for arrays. As a workaround, write arrays as objects with sequentially 
numbered properties: `{"0": "First Thing", "1": "Second Thing"}` instead of `["First
Thing","Second Thing"]`.

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”CiviEvent Widget” är programvara med öppen källkod. Följande personer har bidragit
till detta tillägg.

Bidragande personer

 *   [ Andie Hunt ](https://profiles.wordpress.org/agh1/)

[Översätt ”CiviEvent Widget” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/civievent-widget)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/civievent-widget/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/civievent-widget/) eller
prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/civievent-widget/)
via [RSS](https://plugins.trac.wordpress.org/log/civievent-widget/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 3.2

 * Fixed bug where events with no address would sometimes display the site’s default
   address
 * Added support for filtering by event type on both widgets and shortcodes

#### 3.1

 * Fixed bug where admin form tabs weren’t displaying in Chrome.

#### 3.0

 * Made widgets render with default widget wrapper elements.
 * Added ”custom” display type, with user-defined fields and filters.

#### 2.1

 * Fixed bug where shortcode echos content at the top rather than dropping it into
   place

#### 2.0

 * Both widgets are now available as shortcodes

#### 1.3

 * Cleanup for PHP strict notices
 * Compatibility for WordPress 4.3

#### 1.2

 * New single event widget for displaying the next upcoming event
 * Offset the single event widget to display the second or third upcoming event

#### 1.1

 * Suppress repetitive names for city, state, and/or country (e.g. Singapore, Singapore)
 * Wrapped all strings in translate functions
 * Option to set city, state, country divider

#### 1.0

 * Option to display City, State, and/or Country

#### 0.3

 * Solving some numbering confusion in the WP plugin directory

#### 0.2

 * New option for displaying event summary
 * Theme adjustments
 * Better handling if CiviCRM itself isn’t enabled and installed

#### 0.1

 * Initial version

## Meta

 *  Version **3.2**
 *  Senast uppdaterat **8 år sedan**
 *  Aktiva installationer **200+**
 *  WordPress-version ** 3.3 eller senare **
 *  Testat upp till **4.9.29**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/civievent-widget/)
 * Etiketter
 * [civicrm](https://sv.wordpress.org/plugins/tags/civicrm/)[crm](https://sv.wordpress.org/plugins/tags/crm/)
   [Event](https://sv.wordpress.org/plugins/tags/event/)[events](https://sv.wordpress.org/plugins/tags/events/)
   [nonprofit](https://sv.wordpress.org/plugins/tags/nonprofit/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/civievent-widget/advanced/)

## Betyg

 4 av 5 stjärnor.

 *  [  0 5-stjärniga recensioner     ](https://wordpress.org/support/plugin/civievent-widget/reviews/?filter=5)
 *  [  1 4-stjärnig recension     ](https://wordpress.org/support/plugin/civievent-widget/reviews/?filter=4)
 *  [  0 3-stjärniga recensioner     ](https://wordpress.org/support/plugin/civievent-widget/reviews/?filter=3)
 *  [  0 2-stjärniga recensioner     ](https://wordpress.org/support/plugin/civievent-widget/reviews/?filter=2)
 *  [  0 1-stjärniga recensioner     ](https://wordpress.org/support/plugin/civievent-widget/reviews/?filter=1)

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

[Se alla recensioner](https://wordpress.org/support/plugin/civievent-widget/reviews/)

## Bidragande personer

 *   [ Andie Hunt ](https://profiles.wordpress.org/agh1/)

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/civievent-widget/)