WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: cision-block (Used by 11 domains)

Cision Block

πŸ‘€ cyclonecode πŸ“¦ v4.4.0

This plugin is developed by Cyclonecode and can be used to load and expose press releases made by Cision.

To start pulling feed items from Cision you first need to add the unique identifier for you json feed at the configuration page for the plugin.
You can also change how many feed items to pull, type of feed items, enable pagination, configure caching and much more.

If you have questions or perhaps some idea on things that should be added you can also try slack.

Pro Version

There is a PRO version of this plugin, which includes extended features. For instance:

β˜… Support to fetch entire feed and not only the last 50 entries.
β˜… Custom post types. Creates a post for each item in WordPress. This means that all news have standard WordPress links.
β˜… Manually created posts can be added to the feed.
β˜… Custom taxonomies for categories and tags fetched from Cision.
β˜… Use standard article template from your active theme.
β˜… Support to create, update and delete posts based on PUSH events sent from Cision.
β˜… Support to create, update and delete posts during CRON at configurable intervals.
β˜… Calendar module.
β˜… Cron module.
β˜… Insider module.
β˜… Link Back module.
β˜… Media module.
β˜… Ownership module.
β˜… Share Graph module.
β˜… Share Calculator module.
β˜… Subscription module.
β˜… Ticker module.
β˜… Translation module.
β˜… Use normal or ajax based load more button for pagination.
β˜… Annual free support and quicker response times.
β˜… Discount for multisite licenses.

I usually have an initial meeting where I talk about the plugin, explain the different features and answer any questions.

A demo site showing some of the modules can be found here.

To get more information about the Pro version, email me at [email protected] or give me a call at +(46)-767013987.

Looking for help

I am currently in the search for someone who would like to help me with something of the following:

  • Create a dashboard icon which can be used in the admin menu.
  • Create a banner that would be displayed on the plugins homepage at wordpress.org.
  • Design a nicer and more intuitive admin interface.
  • Create a solid looking icon that can be used on multiple places.

If you would like to help with anything of the above, please do not hesitate and contact me either on Slack or by email.

Developers

I am looking for developers that would be interested in contributing to either the free or premium version of the plugin.

Would be great just to get some ideas and input from others who have some experience in WordPress plugin development.

At this point I am pretty much on my own, which will sometimes result in me just thinking around some issues in my own way; here I think it would be awesome to have others to talk to and collaborate.

If you think this sounds interesting, please drop me an email or ping me on Slack.

Widget

You can display a feed in any sidebar by adding and configure a widget.

Shortcode

The shortcode [cision-block] can either be used by adding it to the content field of any post or by using the do_shortcode function in one of your templates.

Shortcode attributes:

  • id
    Assign a specific name for a block.

  • source_uid
    A unique feed identifier.

  • language
    The language code for each feed item. For example β€˜en’ for english.

  • date_format
    The date format to use.

  • readmore
    The readmore button text.

  • count
    The maximum number of items to include in the feed.

  • view
    This states what kind of items to include:
    1 – include both regulatory and non-regulatory items.
    2 – include only regulatory items.
    3 – include only non-regulatory items.

  • start
    Sets the start date for the feed items. The format to use is 2016-12-31.

  • end
    Sets the end date for the feed items. The format to use is 2016-12-31.

  • show_filters
    Enable filtering of feed items.

  • filter_all_text
    Button text for β€˜all’ filter.

  • filter_regulatory_text
    Button text for β€˜regulatory’ filter.

  • filter_non_regulatory_text
    Button text for β€˜non-regulatory’ filter.

  • items_per_page
    Sets the number of feed items to display on each page.

  • types
    Only press releases of the specified types will be included.

  • image_style
    The image style to use:

    • DownloadUrl
    • UrlTo100x100ArResized
    • UrlTo200x200ArResized
    • UrlTo400x400ArResized
    • UrlTo800x800ArResized
    • UrlTo100x100Thumbnail
    • UrlTo200x200Thumbnail
  • show_excerpt
    Display excerpt for each feed item.

  • template
    The template file to use. If no template is set in settings and this parameter is not set then cision-block.php in either the active
    theme or in the plugin will be used as a default.
    You can either use the name of the template as given in the template header e.g β€˜Foo’ or the actual filename e.g. foo.php.

  • flush
    Clears the cache for the block.

Here is an example using all of the above attributes:

[cision-block id=example_block source_uid=A275C0BF733048FFAE9126ACA64DD08F language=sv date_format=m-d-Y readmore="Read more" show_excerpt=0 view=1 count=6 items_per_page=2 types="PRM, RDV" start=2016-01-12 end=2019-06-12 image_style=UrlTo400x400ArResized show_filters=1 filter_all_text=*none* filter_regulatory_text=Regulatory filter_non_regulatory_text=Non-regulatory template=foo.php flush=true]

Notice that all shortcode attributes are optional and that they must be on a single line.
Default values is taken from the plugins settings page.

Here is a complete list of the different kind of press releases:

  • KMK – Annual Financial statement
  • RDV – Annual Report
  • PRM – Company Announcement
  • RPT – Interim Report
  • INB – Invitation
  • NBR – Newsletter

More than one block in a page

To use more than one block in a single page you will need to set a unique id for each block or else they will both share the same cache entry.

Filter feed items

On the β€˜Filters’ tab you can enable filtering on you feed and add a text for the different kind of filters or use the default ones.
If for some reason you would like to hide a specific filter button you can enter the special value *none* in the corresponding text field.

Template

The template used to render the feed is cision-block/templates/cision-block.php, you can override
this template by copying it to either the root or under a templates folder in your theme.

You can also select a specific template which will be used to render the feed under the plugins settings page.
To create a new template, you can follow the steps as described in this link: Page Templates:

For instance adding a file with the following header comment would create a new β€˜Foo’ template:


Display single press releases in WordPress

Since version 2.0.0 it is possible to fetch and display press releases directly from within WordPress.
The template used in this case is cision-block/templates/cision-block-post.php, you can override
this template by copying it to either the root or under a templates folder in your theme.

The $CisionItem feed object that is available in the template contains all raw data fetched from Cision.
Under the Resources section there is a link that explains all the different fields that is available.
For example if you use the $CisionItem->HtmlBody to display content from the feed item you might have to add custom
css since this contains pre formated html which may include inline css and so on.

Fields

By default, only the following fields are collected for each feed item:

  • Title
  • Intro
  • Body
  • PublishDate
  • CisionWireUrl
  • IsRegulatory
  • Images[0]
    • DownloadUrl
    • Description

Filters

Add more fields to each feed item:

add_filter('cision_map_source_item', function($item, $data, $block_id) {
  $item['Header'] = sanitize_text_field($data->Header);
  $item['LogoUrl'] = esc_url_raw($data->LogoUrl);
  $item['SocialMediaPitch'] = sanitize_text_field($data->SocialMediaPitch);

  return $item;
}, 10, 3);

Customize the sorting of the feed items:

add_filter('cision_block_sort', function($items, $block_id) {
  usort($items, function($a, $b) {
    return $a->PublishDate > $b->PublishDate;
  });

  return $items;
}, 10, 2);

Add custom attributes to the pager:

add_filter('cision_block_pager_attributes', function(array $attributes, $block_id) {
  return array_merge(
    $attributes,
    array(
      'class' => 'custom-class',
      'id' => 'custom-id',
    )
  );
}, 10, 2);

Set a custom class for active pager item:

add_filter('cision_block_pager_active_class', function($class, $block_id) {
  return 'custom-class';
}, 10, 2);

To add attributes to the section wrapper in the template:

add_filter('cision_block_wrapper_attributes', function(array $attributes, $block_id) {
  return array(
    'class' => array(
      'custom-class',
    ),
  );
}, 10, 2);

To add attributes to the article wrapper in the template:

add_filter('cision_block_media_attributes', function(array $attributes, $block_id) {
  return array(
    'class' => array(
      'custom-class',
    ),
  );
}, 10, 2);

Add a prefix that will be displayed at the start of the wrapper:

add_filter('cision_block_prefix', function($prefix, $block_id) {
  return '

Prefix

'; }, 10, 2);

Add a suffix that will be displayed at the end of the wrapper:

add_filter('cision_block_suffix', function($suffix, $block_id) {
  return '

Suffix

'; }, 10, 2);

Resources

A complete list of fields can be found at: https://websolutions.ne.cision.com/documents/P2_Feed.pdf

The following Feed identifier can be used for testing: A275C0BF733048FFAE9126ACA64DD08F

Improvements

If you have any ideas for improvements, don’t hesitate to email me at [email protected] or send me a message on slack.

Support

If you run into any trouble, don’t hesitate to add a new topic under the support section:
https://wordpress.org/support/plugin/cision-block

You can also try contacting me on slack.

DomainExposuresHeadersLast Checked
g*n*t*c*a*a*y*i*.com (WP 6.1.1) ⚠️ F 2026-05-03 10:16:45
l*p*m.se (WP 6.9.4) πŸ”“ F 2026-05-02 14:47:40
a*o*o*i*e*a*s.w*e*g*n*.com βœ… F 2026-04-22 16:47:23
r*c*i*t*n*i*n.com (WP 6.9) βœ… F 2026-04-22 09:44:57
b*i*g*f*.com βœ… F 2026-04-17 04:28:22
e*p*e*2*o*b*o.com βœ… F 2026-04-15 19:13:29
o*s*r*e*e*i*a*.com (WP 6.2.9) ⚠️ F 2026-04-15 00:19:21
a*o*o*i*e*a*s.com βœ… F 2026-04-08 10:51:55
c*n*i*e*t*l*p*h*t*l*.com (WP 6.1.10) ⚠️ F 2026-04-06 21:43:51
l*p*m*h*r*a.com (WP 6.9.4) βœ… F 2026-04-06 04:56:41
a*r*u*.com (WP 6.9) βœ… F 2026-03-31 22:26:08

Top 50 Plugins

Plugin Count
elementor 1,875,532
contact-form-7 1,779,128
elementor-pro 1,074,952
woocommerce 868,172
revslider 645,412
jetpack 452,788
js_composer 438,071
wp-rocket 328,852
essential-addons-for-elementor-lite 291,674
gravityforms 257,139
complianz-gdpr 233,452
header-footer-elementor 229,770
instagram-feed 229,176
google-analytics-for-wordpress 222,702
cookie-law-info 220,254
google-site-kit 218,586
elementskit-lite 215,698
gutenberg-core 213,741
sitepress-multilingual-cms 207,223
bluehost-wordpress-plugin 197,566
gutenberg 153,110
wpforms-lite 152,154
astra-sites 144,672
litespeed-cache 134,714
cookie-notice 132,576
gtranslate 128,082
the-events-calendar 122,940
coblocks 118,985
popup-maker 115,143
woocommerce-payments 102,337
tablepress 97,535
astra-addon 95,905
bb-plugin 95,367
LayerSlider 94,369
wp-smushit 94,121
premium-addons-for-elementor 90,350
mailchimp-for-wp 88,725
honeypot 88,565
duracelltomi-google-tag-manager 88,497
akismet 85,982
cleantalk-spam-protect 85,844
all-in-one-seo-pack 84,383
woocommerce-gateway-stripe 83,211
megamenu 81,481
fusion-builder 79,549
formidable 77,759
smart-slider-3 76,735
creative-mail-by-constant-contact 76,448
ewww-image-optimizer 75,322
creame-whatsapp-me 74,510

Top 50 Themes

Theme Count
hello-elementor 625,758
Divi 524,345
astra 466,421
pub 145,751
Avada 123,569
flatsome 119,802
generatepress 117,450
oceanwp 85,885
kadence 78,977
h4 78,540
enfold 70,137
salient 67,134
bb-theme 58,964
twentytwentyfour 57,742
twentyseventeen 55,857
cocoon-master 54,485
blocksy 52,858
betheme 52,658
twentytwentyfive 49,673
dt-the7 45,127
neve 39,230
woodmart 36,626
Avada-Child-Theme 35,539
twentytwentyone 34,073
bridge 33,380
gox 33,160
twentytwenty 30,426
lightning 29,744
swell 28,527
twentytwentythree 26,863
Impreza 25,130
bricks 25,084
Newspaper 22,317
twentytwentytwo 21,763
epik-redesign 20,426
pro 18,461
uncode 18,293
twentysixteen 18,266
storefront 18,119
extendable 17,893
sydney 16,519
yith-wonder 15,780
Total 14,597
themify-ultra 14,338
hestia 12,909
twentynineteen 12,554
twentyfifteen 12,547
porto 12,429
yootheme 12,278
thrive-theme 12,062