Title: Action Network
Author: Concerted Action
Published: <strong>June 29, 2017</strong>
Last modified: April 10, 2026

---

Search plugins

![](https://ps.w.org/wp-action-network/assets/banner-772x250.jpg?rev=1688408)

![](https://ps.w.org/wp-action-network/assets/icon-256x256.png?rev=1688408)

# Action Network

 By [Concerted Action](https://profiles.wordpress.org/concertedaction/)

[Download](https://downloads.wordpress.org/plugin/wp-action-network.1.8.3.zip)

 * [Details](https://ewe.wordpress.org/plugins/wp-action-network/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/wp-action-network/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/wp-action-network/#installation)
 * [Development](https://ewe.wordpress.org/plugins/wp-action-network/#developers)

 [Support](https://wordpress.org/support/plugin/wp-action-network/)

## Description

A free WordPress plugin for the [Action Network](https://actionnetwork.org) online
organizing tools maintained by [Concerted Action](http://concertedaction.consulting/).

Features:

 * Create a WordPress shortcode or widget from any Action Network embed code.
 * Manage your saved embed codes using the WordPress backend. Supports sorting by
   title, type and last modified date, and provides a search function.
 * Modify Action Network’s default “thank you for your support” and “help us by 
   using sharing tools” messages, and control which sharing options (social, email&
   embed codes) are displayed, using shortcode options or widget controls.
 * Use `[actionnetwork_list]` shortcode or Action Network List widget to show a 
   list of current actions.
 * Use `[actionnetwork_calendar]` shortcode or Action Network Calendar widget to
   show a list of upcoming events. Optionally outputs upcoming events in JSON. Development
   of this feature was supported by [The People’s Lobby](http://www.thepeopleslobbyusa.org/)–
   if you like it, please consider [making a donation to them](https://actionnetwork.org/fundraising/donate-to-the-peoples-lobby).
 * If you are an [Action Network Partner](https://actionnetwork.org/partnerships),
   use your API key to sync all of your actions from Action Network to WordPress.
 * Create signup widgets which allow visitors to your site to sign up for your email
   list _without_ using Action Network javascript embeds. This allows you to place
   a signup form on every page (for example in the sidebar), and still load Action
   Network embed codes for actions on particular pages (since Action Network’s scripts
   will only load one embed code per page). This feature does require the API key,
   so you have to be an [Action Network Partner](https://actionnetwork.org/partnerships)
   to use it.

Detailed specs for shortcode attributes, widget options, etc. are available on the
Help menu for the Action Network page on the backend.

## Screenshots

 * [[
 * Provides a Wordpress-like interface for managing embed codes and shortcodes

## Blocks

This plugin provides 1 block.

 *   Action Network

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. If you have an [Action Network API Key](https://actionnetwork.org/partnerships),
    go to the Action Network section and click on the “Settings” tab to enter your 
    API key. Your actions will automatically be synced from Action Network to your 
    WordPress site.

## FAQ

### My ticketed events aren’t showing up on the list

Action Network does not currently provide access to Ticketed Events through its 
API. This plugin has ended support for ticketedevents.

## Reviews

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

### 󠀁[Great plugin does exactly what its supposed to](https://wordpress.org/support/topic/great-plugin-does-exactly-what-its-supposed-to/)󠁿

 [harryrobbins](https://profiles.wordpress.org/harryrobbins/) May 29, 2019

Provides a much more accessible way for people to manage their events/actions and
get them listed on their WordPress site. Many thanks to the developers!

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

### 󠀁[Easy to use with basic functionality](https://wordpress.org/support/topic/easy-to-use-with-basic-functionality/)󠁿

 [James Bradach](https://profiles.wordpress.org/jbradach/) March 13, 2018

Works well to quickly allow users to embed actions on your site without needing 
to log into Action Network themselves. Basic functionality.

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/wp-action-network/reviews/)

## Contributors & Developers

“Action Network” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ Concerted Action ](https://profiles.wordpress.org/concertedaction/)

[Translate “Action Network” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-action-network)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-action-network/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-action-network/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-action-network/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-action-network/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.8.3

 * Bug fix: Removed server-to-self (loopback) HTTP requests that were blocked by
   WAF/ModSecurity rules on some hosting configurations (e.g. OpenLiteSpeed, XCloud)
 * Bug fix: Manual sync button and daily cron sync now run directly instead of relying
   on wp_remote_post() to admin-ajax.php
 * Bug fix: Cron sync now logs actual inserted/updated counts instead of stale request
   parameters
 * Enhancement: Replaced “Cron Updates” tab with “Sync Status” tab showing queue
   status, last sync results, and cron history
 * Enhancement: Added “Reset Stuck Sync” button to recover from stuck sync states
 * Enhancement: Added copyable support/debug information panel for troubleshooting
 * Tested with WordPress 6.9

#### 1.8.2

 * Bug fix: Fixed issue where API sync button would get stuck disabled if sync failed
 * Bug fix: Added error handling to prevent infinite polling when AJAX requests 
   fail
 * Enhancement: Added comprehensive debugging information for sync failures
 * Enhancement: Added “Show error details” link in error messages for troubleshooting
 * Enhancement: Added timeout protection (30 minutes) for sync polling
 * Enhancement: Improved error recovery – sync button now re-enables on errors
 * Enhancement: Added server-side error logging when WP_DEBUG is enabled

#### 1.8.1

 * Code quality: Prefixed helper functions to satisfy WordPress naming rules
 * Security: Replaced raw SQL string concatenation with prepared statements where
   needed
 * Housekeeping: Removed hidden macOS metadata file from the plugin root

#### 1.8.0

 * Code quality: Resolved all remaining plugin checker warnings
 * Tested with WordPress 6.8

#### 1.7.0

 * Performance improvements: Added version parameters to all enqueued scripts and
   styles
 * Performance improvements: Scripts now load in footer where appropriate
 * Code quality: All assets now properly enqueued using WordPress functions
 * Security: Fixed all XSS and CSRF vulnerabilities
 * Security: Plugin checker compliant with all security and performance warnings
   resolved

#### 1.6.0

 * Security: Fixed all XSS vulnerabilities with proper escaping
 * Security: Fixed CSRF vulnerability in admin filter form
 * Code quality: All outputs properly escaped
 * Code quality: Plugin checker compliant

#### 1.5.0

 * Security: Fixed CSRF vulnerability in admin actions filter form
 * Security: Fixed multiple XSS vulnerabilities in admin pages and widget controls
 * UI: Replaced alert popup with inline shortcode options editor
 * Removed “Add Action” tab (actions should be synced via API)
 * Improved input sanitization and escaping throughout admin interface

#### 1.4.4

 * Security updates.
 * Updated and tested with latest WordPress version.

#### 1.4.3

 * Security updates.
 * Updated and tested with latest WordPress version.

#### 1.4.2

 * Bug fix for to support embedded Action Network URLs up to version 4.

#### 1.4.1

 * Bug fix for widget hCaptcha protection when hCaptcha keys are not provided. The
   hCaptcha verification will require both hCaptcha keys in the plugin settings 
   and the “Spam protection” checkbox be enabled. If either are not provided, hCaptcha
   protection will be disabled, allowing the form to be submitted without verification.

#### 1.4.0

 * Fixed hCaptcha checkbox.

#### 1.3.0

 * Updated automatic syncing of data from Action Network.
 * Added record of sync results.

#### 1.2.2

 * Revert of SVN issue.

#### 1.2.1

 * Added Gutenberg Editor button.
 * Bug fix related to hCaptcha.

#### 1.2

 * This major update includes the following updates:
 * hCaptcha ability added for API based forms.
 * Bug fixes related too multiple embeds on a single page, and the API sync.
 * shortcode button for tinymce WYSIWYG.
 * additional documentation on setting page.

#### 1.1.3

 * Updating developer information.

#### 1.1.2

 * Fixed problem where Action Network dates (both for events and modified_date for
   all actions), which are in local time, were being compared to UTC time. Now they
   are compared to the local timezone of the website.

#### 1.1.1

 * Fixed problem which would cause updates from wordpress.org to crash

#### 1.1.0

 * Added AJAX submission for signup form, new shortcode attributes to control thank-
   you displays, new widget to display actions, and new shortcode and widget to 
   display lists of actions.

#### 1.0.1

 * Updated to recognize Action Network’s v3 widgets

#### 1.0

 * First release on wordpress.org

Previous development versions can be found on [github](https://github.com/jkissam/actionnetwork/)

## Meta

 *  Version **1.8.3**
 *  Last updated **3 hours ago**
 *  Active installations **400+**
 *  WordPress version ** 4.6 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-action-network/)
 * Tags
 * [action network](https://ewe.wordpress.org/plugins/tags/action-network/)[events](https://ewe.wordpress.org/plugins/tags/events/)
   [signup](https://ewe.wordpress.org/plugins/tags/signup/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/wp-action-network/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/wp-action-network/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wp-action-network/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wp-action-network/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wp-action-network/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/wp-action-network/reviews/?filter=1)

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

[See all reviews](https://wordpress.org/support/plugin/wp-action-network/reviews/)

## Contributors

 *   [ Concerted Action ](https://profiles.wordpress.org/concertedaction/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-action-network/)