Title: ProFeed &#8211; LinkedIn Company Feed Block
Author: accomplicehq
Published: <strong>July 3, 2026</strong>
Last modified: July 3, 2026

---

Search plugins

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

![](https://ps.w.org/profeed/assets/icon.svg?rev=3594631)

# ProFeed – LinkedIn Company Feed Block

 By [accomplicehq](https://profiles.wordpress.org/accomplicehq/)

[Download](https://downloads.wordpress.org/plugin/profeed.1.6.7.zip)

 * [Details](https://mri.wordpress.org/plugins/profeed/#description)
 * [Reviews](https://mri.wordpress.org/plugins/profeed/#reviews)
 *  [Installation](https://mri.wordpress.org/plugins/profeed/#installation)
 * [Development](https://mri.wordpress.org/plugins/profeed/#developers)

 [Support](https://wordpress.org/support/plugin/profeed/)

## Description

ProFeed lets you display a LinkedIn feed of LinkedIn company posts in WordPress 
using a flexible Gutenberg block or shortcode.

Feed requests go through the local WordPress REST proxy and transient cache before
contacting the ProFeedWP API. This keeps the frontend implementation simple for 
site visitors and allows WordPress to serve cached feed responses when available.

Learn more at https://profeedwp.com/.

#### Features

 * LinkedIn company posts feed
 * Responsive Gutenberg block
 * Classic Editor and Avada-compatible shortcode
 * Responsive layouts and theme options
 * Image, date, text, and engagement display toggles
 * Local feed caching through WordPress transients

#### ProFeed Pro

The free ProFeed plugin is fully usable as a LinkedIn feed block and shortcode. 
If you need more layouts, advanced styling, and priority support, ProFeed Pro includes
additional display options for teams and agencies.

View Pro features: https://profeedwp.com/pricing/

#### Source Code

The readable source for generated block assets is included in the `src/` directory.
Build output in `build/` is generated with `npm run build` using `@wordpress/scripts`.

Swiper is bundled locally from the GPL-compatible npm package declared in `package.
json`. Package source is available at https://www.npmjs.com/package/swiper.

### Shortcode Usage

Use `[profeedwp]` when Gutenberg is unavailable or disabled. The shortcode works
in the Classic Editor, Avada text/code/shortcode elements, widgets, and templates
that run `do_shortcode`.

Full shortcode guide: https://profeedwp.com/docs/use-profeedwp-with-a-shortcode/

Basic example: [profeedwp company_url=”https://www.linkedin.com/company/example/”]

Custom grid example: [profeedwp company_url=”https://www.linkedin.com/company/example/”
posts=”6″ theme=”minimal” columns=”3″]

Carousel example: [profeedwp company_url=”https://www.linkedin.com/company/example/”
posts=”9″ layout=”carousel” theme=”social” columns=”3″]

List example: [profeedwp company_url=”https://www.linkedin.com/company/example/”
posts=”6″ layout=”list” list_media_left=”true”]

### External Services

ProFeed connects to external services to retrieve and display public LinkedIn company
posts.

#### ProFeedWP API

ProFeed contacts `https://api.accomplice-dev.se` when a block, shortcode, or administrator-
triggered refresh requests feed data. It sends the configured LinkedIn company URL,
site URL, generated install ID, plugin version, page/page size options, requested
engagement/comment options, and optional Freemius install/license identifiers when
available. Responses are cached locally in WordPress transients.

Privacy policy: https://profeedwp.com/privacy-policy/

Terms: https://profeedwp.com/terms-and-conditions/

#### LinkedIn public pages

When additional public media information is needed, ProFeed may request public LinkedIn
post or media URLs from `https://www.linkedin.com/` and `https://media.licdn.com/`.
These requests send the public URL being resolved and a standard HTTP user agent.

Privacy policy: https://www.linkedin.com/legal/privacy-policy

Terms: https://www.linkedin.com/legal/user-agreement

#### Freemius

The bundled Freemius SDK connects to `https://freemius.com/` for optional account
connection, software updates, license/account handling, opt-in flows, and related
administrative actions. Freemius handles the site, user, plugin, license, and account
information needed for those actions.

Privacy policy: https://freemius.com/privacy/

Terms: https://freemius.com/terms/

### Blocks

 * profeedwp/profeedwp

## Screenshots

[⌊Configure ProFeed inside the WordPress block editor.⌉⌊Configure ProFeed inside
the WordPress block editor.⌉[

Configure ProFeed inside the WordPress block editor.

[⌊Preview and adjust feed settings from the editor sidebar.⌉⌊Preview and adjust 
feed settings from the editor sidebar.⌉[

Preview and adjust feed settings from the editor sidebar.

[⌊Display LinkedIn posts in a responsive masonry-style feed.⌉⌊Display LinkedIn posts
in a responsive masonry-style feed.⌉[

Display LinkedIn posts in a responsive masonry-style feed.

[⌊Add a LinkedIn feed section to a homepage or landing page.⌉⌊Add a LinkedIn feed
section to a homepage or landing page.⌉[

Add a LinkedIn feed section to a homepage or landing page.

## Blocks

This plugin provides 1 block.

 *   ProFeed Display LinkedIn company posts in a customizable feed.

## Installation

 1. Upload the `profeed` folder to the `/wp-content/plugins/` directory, or install
    the ZIP via Plugins > Add New > Upload Plugin.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. In the block editor, add the ProFeed block and configure its settings, or add the`[
    profeedwp]` shortcode in the Classic Editor, Avada, a widget, or a template.

## FAQ

### Do I need a LinkedIn API key?

No. The plugin retrieves public company posts via the ProFeedWP external service
and does not require you to configure LinkedIn API credentials.

### Does the plugin cache feed responses locally?

Yes. Feed requests are proxied through WordPress and cached with transients. Repeated
requests can be served from the local cache while stale entries refresh in the background.

### Can I customize the design?

Yes. The block and shortcode include layout, theme, display, and style controls.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ProFeed – LinkedIn Company Feed Block” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ accomplicehq ](https://profiles.wordpress.org/accomplicehq/)

[Translate “ProFeed – LinkedIn Company Feed Block” into your language.](https://translate.wordpress.org/projects/wp-plugins/profeed)

### Interested in development?

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

## Changelog

#### 1.6.7

 * Added modest Pro feature links in the settings page and block editor for free
   installs.
 * Improved WordPress.org title and search metadata.

#### 1.6.6

 * Improved manual refresh compatibility for WordPress.org review.
 * Expanded external service disclosure for public package review.
 * Simplified shortcode examples that depend on optional engagement fields.

#### 1.6.5

 * Updated public package metadata and external service disclosure for WordPress.
   org review.
 * Standardized local feed cache timing for all installs.
 * Replaced the shortcode guide URL with the public documentation page.

#### 1.6.4

 * Prepared the free package for WordPress.org review.
 * Improved package compatibility checks, admin refresh handling, and public release
   metadata.

#### 1.6.3

 * Improved feed loading by serving the last cached feed immediately while stale
   cache refreshes in the background.
 * Kept existing cached feed content available after manual refreshes so visitors
   do not wait for upstream refresh work.

#### 1.6.2

 * Improved admin refresh handling so refresh cooldown responses show a clear wait
   message.
 * Kept the existing feed visible when refresh cooldown or temporary feed errors
   occur.
 * Improved post media rendering for LinkedIn posts with multiple images.

#### 1.6.0

 * Added shortcode support for Classic Editor, Avada, widgets, and templates that
   run `do_shortcode`.
 * Improved shortcode asset loading so frontend styles and scripts are available
   when no Gutenberg block is present.
 * Added block compatibility for older saved content.

#### 1.5.0

 * Added the Social block style.
 * Added support for backend-provided company avatars and media items.

#### 1.4.25

 * Updated free package metadata for WordPress.org compatibility.

#### 1.4.24

 * Improved LinkedIn company URL normalization in the local REST proxy.

#### 1.4.23

 * Improved compatibility for stored account data during package updates.

#### 1.4.22

 * Improved compatibility for existing account data during package updates.

#### 1.4.21

 * Improved LinkedIn URL handling, local feed caching, settings permissions, bundled
   assets, and external service disclosure.

#### 1.3.7

 * Security update.

## Meta

 *  Version **1.6.7**
 *  Last updated **8 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.8 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/profeed/)
 * Tags
 * [block](https://mri.wordpress.org/plugins/tags/block/)[LinkedIn](https://mri.wordpress.org/plugins/tags/linkedin/)
   [LinkedIn feed](https://mri.wordpress.org/plugins/tags/linkedin-feed/)[social feed](https://mri.wordpress.org/plugins/tags/social-feed/)
 *  [Advanced View](https://mri.wordpress.org/plugins/profeed/advanced/)

## Ratings

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/profeed/reviews/)

## Contributors

 *   [ accomplicehq ](https://profiles.wordpress.org/accomplicehq/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/profeed/)