Title: ProFeedWP – LinkedIn Company Feed Block &amp; Shortcode
Author: accomplicehq
Published: <strong>3 Luglio 2026</strong>
Last modified: 5 Luglio 2026

---

Ricerca i plugin

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

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

# ProFeedWP – LinkedIn Company Feed Block & Shortcode

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

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

 * [Dettagli](https://it.wordpress.org/plugins/profeed/#description)
 * [Recensioni](https://it.wordpress.org/plugins/profeed/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/profeed/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/profeed/#developers)

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

## Descrizione

ProFeedWP lets you display your company’s LinkedIn posts on any WordPress site without
setting up a LinkedIn API app. Add a native Gutenberg block or shortcode, paste 
your LinkedIn company URL, choose a layout, and your feed is ready.

Feeds are cached locally for faster loading and better reliability.

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

#### Features

 * LinkedIn company posts feed
 * Responsive Gutenberg block
 * Shortcode support for Classic Editor and popular page builders
 * Responsive layouts and theme options
 * Image, date, text, and engagement display toggles
 * Local feed caching through WordPress transients

#### Performance & Privacy

Feed requests go through WordPress and are cached with transients, so repeated page
views can use local feed data while it is fresh. When fresh data is needed, WordPress
contacts the ProFeedWP API with the configured LinkedIn company URL and basic plugin/
install metadata. Full external service details are listed below.

#### 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, Elementor, Divi, Avada, widgets, and templates that render
WordPress shortcodes.

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

## Screenshot

[⌊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.

## Blocchi

Questo plugin fornisce 1 blocco.

 *   ProFeed Display LinkedIn company posts in a customizable feed.

## Installazione

 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, a page builder, 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 ProFeedWP work with Elementor, Divi, Avada, and Classic Editor?

Yes. ProFeed includes a Gutenberg block and the `[profeedwp]` shortcode. The shortcode
can be used in the Classic Editor, Avada, widgets, templates, and page builder modules
that render WordPress shortcodes, including Elementor and Divi shortcode or text
modules.

### Can I show LinkedIn Showcase Pages?

ProFeed is built for LinkedIn company page URLs. LinkedIn Showcase Pages are not
a separate supported feed type at the moment.

### Does it work with personal LinkedIn profiles?

No. ProFeed is designed for public LinkedIn company pages, not personal LinkedIn
profile feeds.

### Can I display multiple feeds on one site?

You can place the block or shortcode more than once on the same site. If you need
to manage multiple company feeds or larger client and team setups, ProFeed Pro is
the better fit.

### Does it slow down my website?

Feed requests go through the local WordPress REST proxy and are cached with WordPress
transients. Repeated page views can use cached feed data, so visitors are not repeatedly
waiting on LinkedIn or the ProFeedWP API for every page load.

### 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.

### What data is sent to ProFeedWP?

When a feed loads or an administrator refreshes it, ProFeed sends the configured
LinkedIn company URL, site URL, generated install ID, plugin version, requested 
page and page size options, requested engagement/comment options, and optional Freemius
install/license identifiers when available. No LinkedIn API key is required from
the site owner.

### What happens if LinkedIn is temporarily unavailable?

If fresh data cannot be retrieved, ProFeed uses the local cache when available and
shows a clear unavailable or no-posts message when no usable feed data is available.
Temporary LinkedIn or API issues normally resolve when the cache refreshes again.

### Can I customize the design?

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

### What is included in the free version vs Pro?

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

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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“ProFeedWP – LinkedIn Company Feed Block & Shortcode” è un software open source.
Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di
seguito.

Collaboratori

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

[Traduci “ProFeedWP – LinkedIn Company Feed Block & Shortcode” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/profeed)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/profeed/) segui il
[repository SVN](https://plugins.svn.wordpress.org/profeed/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/profeed/)
tramite [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

 *  Versione **1.6.7**
 *  Ultimo aggiornamento **3 ore fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 5.8 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.0 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/profeed/)
 * Tag
 * [LinkedIn](https://it.wordpress.org/plugins/tags/linkedin/)[linkedin company](https://it.wordpress.org/plugins/tags/linkedin-company/)
   [LinkedIn feed](https://it.wordpress.org/plugins/tags/linkedin-feed/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/profeed/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/profeed/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/profeed/)