html { -webkit-font-smoothing: antialiased; } .c-decor-container { pointer-events: none; } .c-pr-popup.show { display: block; } .pr-spec-item-w-popup { text-decoration: none; text-decoration-color: #9da7bb; text-decoration-style: none; }
var Webflow = Webflow || []; Webflow.push(function() { const CUR_EUR = 'EUR'; const CUR_USD = 'USD'; const CUR_GBP = 'GBP'; const CUR_SIGNS = { 'EUR': '€', 'USD': '$', 'GBP': '£', }; let curCurrency; let isAnnual; const basePrices = { "packages": [350], "addons": [499, 999, 7500, 997, 500, 99, 999] }; let exchangeRates = { 'EUR': 1, 'USD': 1.09, 'GBP': 0.86 }; var PRICES = { 'EUR': [ [basePrices.packages[0], basePrices.packages[1], basePrices.packages[2]], [basePrices.addons[0], basePrices.addons[1], basePrices.addons[2], basePrices.addons[3], basePrices.addons[4], basePrices.addons[5], basePrices.addons[6]] ], 'USD': [ [basePrices.packages[0]*exchangeRates.USD, basePrices.packages[1]*exchangeRates.USD, basePrices.packages[2]*exchangeRates.USD], [basePrices.addons[0]*exchangeRates.USD, basePrices.addons[1]*exchangeRates.USD, basePrices.addons[2]*exchangeRates.USD, basePrices.addons[3]*exchangeRates.USD, basePrices.addons[4]*exchangeRates.USD, basePrices.addons[5]*exchangeRates.USD, basePrices.addons[6]*exchangeRates.USD] ], 'GBP': [ [basePrices.packages[0]*exchangeRates.GBP, basePrices.packages[1]*exchangeRates.GBP, basePrices.packages[2]*exchangeRates.GBP], [basePrices.addons[0]*exchangeRates.GBP, basePrices.addons[1]*exchangeRates.GBP, basePrices.addons[2]*exchangeRates.GBP, basePrices.addons[3]*exchangeRates.GBP, basePrices.addons[4]*exchangeRates.GBP, basePrices.addons[5]*exchangeRates.GBP, basePrices.addons[6]*exchangeRates.GBP] ], }; function getExchangeRates() { var requestURL = 'https://api.exchangerate.host/latest?base=EUR&symbols=USD,EUR,GBP'; var request = new XMLHttpRequest(); request.open('GET', requestURL); request.responseType = 'json'; request.send(); request.onload = function() { var response = request.response; if(response && response.success) { exchangeRates = response.rates; } } } getExchangeRates(); function getCorrectPrices(prices) { const newPrices = {}; const currencies = ['EUR', 'USD', 'GBP']; currencies.forEach(function(currency, index) { // setPoint(Math.ceil(prices.packages[3]*exchangeRates[currency])); newPrices[currency] = [ [Math.ceil(prices.packages[0]*exchangeRates[currency]), Math.ceil(prices.packages[1]*exchangeRates[currency]), Math.ceil(prices.packages[2]*exchangeRates[currency])], [Math.ceil(prices.addons[0]*exchangeRates[currency]), Math.ceil(prices.addons[1]*exchangeRates[currency]), Math.ceil(prices.addons[2]*exchangeRates[currency]), Math.ceil(prices.addons[3]*exchangeRates[currency]), Math.ceil(prices.addons[4]*exchangeRates[currency]), Math.ceil(prices.addons[5]*exchangeRates[currency]), Math.ceil(prices.addons[6]*exchangeRates[currency])], ] }); PRICES = newPrices; } getCorrectPrices(basePrices); function setPoint(price) { if(price.toString().length > 3) { const newPrice = price.toString().replace(/(?=(?:.{3})*$)/g, '.'); const finalNewPrice = newPrice.substring(0, newPrice.length - 1); return finalNewPrice; } else { return price; } } initPricing(); function initPopup() { const popup = $('.c-pr-popup'); const calcIframe = $("#calculator-iframe"); const popupBtns = $('.pr-show-calculator'); popupBtns.on('click', (e) => { const btn = $(e.currentTarget)[0]; const calculatorType = btn.dataset.calculatorType; console.log(calculatorType); calcIframe.attr("src", `https://calculator.codigitalsite.nl?state=${calculatorType}`); showPopup(true); }); const closeBtn = $('.pr-pop__close'); closeBtn.on('click', () => { showPopup(false); }); function showPopup(st) { if (st) { popup.addClass('show'); } else { popup.removeClass('show'); } } } initPopup(); function initPricing() { const billingToggle = $('.pr-tbl-toggle'); billingToggle.on('click', () => { isAnnual = !isAnnual; if (isAnnual) billingToggle.addClass('is--annual'); else billingToggle.removeClass('is--annual'); updatePrices(); }); const currencyBtns = $('.pr-tbl-currency-btn'); currencyBtns.on('click', (e) => { const btn = $(e.currentTarget); curCurrency = btn.attr('data-currency'); currencyBtns.removeClass('is--active'); $(`.pr-tbl-ctrl__currency [data-currency='${curCurrency}']`).addClass('is--active'); updatePrices(); }); // init curCurrency = CUR_EUR; isAnnual = true; updatePrices(); } function updatePrices() { const priceNums = $('.pr-tbl-col__price__num'); const nums = PRICES[curCurrency][0]; priceNums.each((i, el) => { $(el).text(CUR_SIGNS[curCurrency] + setPoint(Math.ceil((nums[i] * (isAnnual ? 1 : 1.15))))); }); const addonNums = $('.pr-add-on__price__num'); addonNums.each((i, el) => { $(el).text(CUR_SIGNS[curCurrency] + setPoint(Math.ceil((PRICES[curCurrency][1][i] * (isAnnual ? 1 : 1))))); }); } }); var Webflow = Webflow || []; Webflow.push(function() { const buttonsPrev = $('.hp-rev-slide__details__arrows > *:nth-child(1)'); const buttonsNext = $('.hp-rev-slide__details__arrows > *:nth-child(2)'); const btnsSlider = $('.hp-reviews-slider > .hp-rev-slider__arrow'); buttonsPrev.on('click', () => { $(btnsSlider[0]).trigger('click'); }); buttonsNext.on('click', () => { $(btnsSlider[1]).trigger('click'); }); });

Discover Tailor-Made Plans

Designed to start and expand in alignment with your business's maturity and social strategy.

Ranked High Performer Summer 2024 | Best Support Summer 2024 | Best Ease of Doing Business with Summer 2024
Ranked High Performer Summer 2024

Simplify Your Social Media Management

Start with social publishing (core) and add Modules to optimize your social reach.

Core: Social Publishing

Your social media foundation.

  • Effortlessly manage your company pages and optimize your social workflow
  • Share your brands' story with your dedicated followers.
  • Grow your page follower base by implementing a structured approach and planning for your posts.

With the Core package, you'll streamline your social media efforts and ensure your brand is always active and engaging.

Growth: Employee Advocacy First Steps

Designed for a seamless start.

  • Enable colleagues to post on social media, avoiding legal complications effortlessly.
  • No account, no login, no hassle.
  • Simplify the process with email notifications and one click posting for your colleagues.

With the Growth package, you'll gain your first experience with employee advocacy, leading to increased reach, engagement, and brand credibility

Activate: Employee Advocacy Pro

Empower Your Employees as True Brand Ambassadors.

  • Employees post to their accounts by adjusting ready made suggestions or directly with one click.
  • Let your colleagues contribute to measurable goals, such as an extensive reach, more leads and attracting top candidates.
  • Utilizing a range of tools partly grounded in behavioral science, the software significantly enhances user engagement and activity.

Leverage your employees' networks to expand reach, enhance brand image, and attract top talent. Strengthen relationships with prospects and customers by allowing employees to share their experiences and knowledge.

Local Hero: Activate Local Heroes

Mobilize your local heroes to expand your regional presence.

  • Broaden your social media presence by activating your local heroes - retailers, dealers, franchisees, and other partners.
  • Empower and unburden your local vital players to represent your brand authentically in their local markets.
  • Enhance two way sales: offer marketing support for local partners to drive mutual revenue growth.

With Activate Local Heroes, you'll build stronger relationships with your partners, enhance local engagement, and drive business growth through a cohesive, scalable social media strategy.

Our Plans

Choose the best combination to achieve your business goals with social media.

Building a strong social media foundation

Effortlessly manage your company pages and optimize your social workflow in one intuitive dashboard. Share your brand’s story with your dedicated followers.

Save time and grow your reach

Combine social media publishing with your initial steps in employee advocacy. Expand your reach by not only posting on your company pages but also tapping into the networks of your colleagues.

Optimize your social strategy to a higher level

Advance your employee advocacy efforts by transforming your colleagues into true brand ambassadors. Implement effective behavioral strategies and a comprehensive onboarding process to support this transformation.

Boost regional visibility and partnerships

Incorporate your external partners, such as retailers, dealers, franchisees, members, and other business associates, into your social media strategy. This approach helps disseminate your brand message regionally while enhancing your global presence.

Ultimate Combo: the best of both worlds

We are here to help you become the most visible in your field. Manage your business pages and activate all your internal and external heroes on social media for optimized reach.

Global Suite: scalable solution for multiple locations

The Apostle Global Suite offers a powerful solution for large enterprises with multiple locations. Each branch or location benefits from its own customizable publishing environment, while the head office maintains a clear overview and centralized management. This allows your organization to grow at its own pace and efficiently activate each location without the need for global operations.

Core:
Social Publishing
Growth:
Employee Advocacy
First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
Core:
Social Publishing
Growth:
Employee Advocacy First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
Core:
Social Publishing
Growth:
Employee Advocacy First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
Core:
Social Publishing
Growth:
Employee Advocacy First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
Core:
Social Publishing
Growth:
Employee Advocacy First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
Core:
Social Publishing
Growth:
Employee Advocacy First Steps
Activate:
Employee Advocacy Pro
Local Hero:
Activate Local Heroes
+
Core per location

What Our Collaboration Will Look Like

Introduction

We'll assign a dedicated Customer Success Manager to meet and train your team using the software.

Start Experiment

Review your current social media strategy and set goals to achieve for the next few months.

Kick-off

Kick off session with the first group of internal and external heroes you d like to activate as brand ambassadors on social media.

Evaluate

Together, we continually measure and assess the effectiveness and success of your advocacy efforts.

Expand & Grow

We'll develop a plan to optimize your social reach and scale your advocacy program.

  • Bridgestone logo
  • Bridgestone logo

“Apostle provides an easy way for your employees to share content that you have pre-approved beforehand.”

Erwin Sigterman - Digital marketing coordinator at Wienerberger

“Thanks to Apostle, we now reach millions of consumers in Europe each year through regional social media accounts

Mickael Timmermans - Service Center Coordinator Europe at Shimano

“Our work with Apostle is making an impact – we had the second-most active employees on LinkedIn.”

Pili Ollés Roig - Communications Coordinator at Bridgestone Mobility Solutions

Frequently Asked Questions

Why do all plans include Core?

All plans include the Core package because it provides the essential tools for efficient social media management, such as centralized scheduling for your corporate pages, content creation, and basic analytics. It is the foundational layer upon which additional features and modules are built, ensuring a seamless and integrated social media strategy.

Why can’t I combine Core with both the Growth and Activate plans?

You cannot combine Core with both the Growth and Activate plans simultaneously because each combination is designed to address specific stages of your advocacy strategy and growth.

The Growth Package offers a straightforward introduction to employee advocacy. Employees don't need an Apostle account and receive content suggestions directly via email.

The Activate Package represents a more advanced level, placing employees at the core. They can select their preferred channels to receive suggestions, including WhatsApp or a mobile app, in addition to email. This package also incorporates various behavior change tactics and integrations designed to engage, motivate, and reward employees, transforming them into active brand ambassadors for your organization.

What is the difference between the Growth and Activate plan?

The Growth and Activate plans address your advocacy strategy and growth stages.
Growth Plan:

  • Seamless Start: Designed for a smooth introduction to employee advocacy.
  • No Apostle Account Needed: Employees do not need an Apostle account.
  • Email-Based Posting: Employees receive post suggestions via email and can post directly to LinkedIn with one click.
  • LinkedIn Only: The focus is on LinkedIn, making it simple and convenient for employees to participate.

Activate Plan:

  • Advanced Engagement: Requires employees to have an Apostle account.
  • Comprehensive Training: Employees receive training on setting up their accounts and using the mobile app for posting.
  • Behavior Change Tactics: Incorporates various tactics to engage and motivate employees, turning them into active brand ambassadors.
  • Enhanced Features: Provides tools and strategies to activate and engage employees in your advocacy efforts fully.

In summary, the Growth plan offers a basic, easy-to-implement approach to employee advocacy. In contrast, the Activate plan provides a more advanced and comprehensive strategy to engage and empower employees as brand ambassadors fully.

Is there a free trial available for any of the packages?

No, Apostle offers an experiment for two months, with all modules included. This allows you to explore the platform's full capabilities and see how it can transform your social media results. We ask for a small investment that gives our customer success team time to contribute to a successful period.

Is there a discount for an annual subscription?

Yes, discounts are available for longer term commitments.

Can I start with the Core plan and upgrade to other plans later?

Yes, you can start with the Core plan and upgrade to other plans as your needs evolve. The Core plan provides a strong foundation, and you can expand with additional modules like Growth or Activate to enhance your social media strategy.

Are there any set-up fees for the plans?

Yes, a one-time set-up fee of €499 to set up your team account and settings.

How do I get started with any of the plans?

You can start with a commitment-free experiment for a small investment to try all the features of Apostle's plans. Afterward, you can choose which plans you want to use. It is also possible to start directly with one of the combination packages or the Core package.

Can I switch plans if my business changes?

Yes, you can switch plans as your business needs change. Apostle offers flexibility to upgrade or modify your plan, ensuring it continues to meet your evolving social media strategy requirements. Please note that the ability to downgrade plans may depend on the contract you have signed, including whether you have opted for monthly or annual payments.

Can I customize my plan with additional modules?

Yes, Apostle allows you to customize your plan by adding modules such as the Activate or Local Hero plan to the Core package, tailoring the solution to your specific business needs.

How many users are included in each plan?

Each plan allows you to add unlimited users. However, the Core plan will enable you to connect only four business pages. If you want to connect more, you will need to purchase the Local Hero package.

Top-rated on G2 as a High Performer

Apostle is a leader in Social Media Management on G2
Apostle is a leader in Europe Employee Advocacy on G2
Apostle is a leader in EMEA Employee Advocacy on G2
Apostle is a leader in Mid-Market Europe Employee Advocacy on G2
Apostle is a leader in Mid-Market EMEA Employee Advocacy on G2
Apostle is a leader in Mid-Market Europe Social Media Suites on G2
Users love Apostle on G2

Witness the Power of Our All-in-One Software

Discover firsthand the efficiency and impact of having all your social media activities in one place, tailored to your business maturity and social media strategy. Don't just take our word for it—try it out and experience the difference for yourself!

Van der Velden

"We found the Apostle experiment to be very easy to start with. After the kick-off, we could start right away, and we're already seeing positive results."

Donna Visser
Crowe Foederer

''Great tool that takes us to the next level. Apostle helps us to increase our local brand awareness, by getting more colleagues involved in sharing.''

Roxanne Daris
PIDZ

"The results speak for themselves: in a month, we gained 3.6 times more organic reach than our LinkedIn page - a great addition to our channel mix!"

Carlijne Brouwers
Capterra rating 4.3
© Apostle Social 2024
Privacy Policy
Terms and conditions
GDPR
KVK: 57449104
VAT: NL852584362B01