Essentials plan

The Easiest Way To Start With Employee Advocacy

Essentials is designed for organisations that want to activate employees on social media with minimal friction. No new tools. No logins. No complex onboarding. It is the fastest way to test participation, build confidence internally and create consistent brand visibility through people.

Essentials

The Easiest Way To Start With Employee Advocacy

Essentials is designed for organisations that want to activate employees on social media with minimal friction. No new tools. No logins. No complex onboarding. It is the fastest way to test participation, build confidence internally and create consistent brand visibility through people.

Trusted by top brands worldwide to activate brand ambassadors
Logo BridgestoneLogo CanonLogo dpdLogo CapgeminiLogo Crowe

When essentials is the right choice for you.

This plan is often used as a first step before moving to a more advanced license. Essentials works best if you want to:

  • Start employee advocacy without changing daily workflows.
  • Avoid new logins or software adoption for employees.
  • Test willingness to participate before scaling.
  • Combine company page publishing with light employee activation.
  • Keep implementation simple and low-risk

How it works for you and your team.

With Essentials, employees do not log into a platform. Instead, they:

  • Receive ready-to-share post suggestions by email.
  • With one click, they can share content on their personal LinkedIn profile.
  • Meanwhile, communication and marketing teams manage everything centrally.

What Essentials does not include.

Essentials is intentionally lightweight. These elements become available when scaling to higher plans.

Employee logins

Personal dashboards for employees to access and manage shared content.

Advanced analytics

In depth insights into participation, reach and performance.

Onboarding flows

Structured, behaviour driven journeys that guide employees step by step.

Gamification

Reward mechanisms that stimulate engagement and consistency.

Activation help

Structured programs to support and scale employee participation.

Adoption level and pricing

Adoption level: ●○○○

Essentials focuses on participation, not behaviour change.

It helps organisations test engagement before investing in deeper activation. All plans include a mandatory technical setup to guarantee governance, integrations and long-term adoption.

The Essentials plan costs:

€368/mo

billed yearly

How organisations typically grow from here.

Many organisations start with Essentials to:

  • Prove internal willingness to participate.
  • Build trust with stakeholders.
  • Establish a consistent content rhythm.

From there, they often scale to a license that includes employee logins, activation programs and behaviour-driven adoption.

Start simple. Prove participation. Scale when ready.

$(document).ready(function() { // Only execute if the URL contains the Dutch slug '/nl' // if(window.location.href.indexOf('/nl') > -1) { // Check if the URL does not contain the word 'webinars' if(window.location.href.indexOf('webinars') === -1) { const modal = $('#webinar-modal'); function webModal(){ hasSeenBanner = getCookie("hasSeenWebinarBanner"); if (hasSeenBanner == "") { modal.addClass('active'); } } function closeModal(){ setCookie('hasSeenWebinarBanner', '1', '20'); modal.removeClass('active'); } $('#close-webinar-modal').click(function() { closeModal(); }); setTimeout(() => { webModal(); }, 15000); // Below you find three function for setting a cookie, getting a cookie and eventually checking whether the cookie exists function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i #webinar-modal.active { z-index: 1000; opacity: 1; } #modal-wrapper { transition-property: opacity, z-index; transition-duration: 200ms, 0; transition-delay: 0, 200ms; } .geek-frame-holder { margin: 0 auto; }