Meet the Speakers Presenting This Webinar

Meet the Speaker Presenting This Webinar

Image of speaker 1.
A microphone, indication who speaker 1 is.
Stefan Kapteijns
Customer success manager at Apostle Social

Stefan is a highly skilled and dynamic marketing and communications professional with extensive expertise in employee advocacy and related fields.

Image of speaker 2.
A microphone, indication who speaker 2 is.
Thijs van Doorn
Customer success employee at Apostle Social

Thijs is the go-to expert for advocacy within large organizations, combining enthusiasm with extensive experience to deliver impactful results.

Image of speaker 3.
A microphone, indication who speaker 3 is.

Key Takeaways

Why Executive Profiling is Essential:

Understand why engaging your leadership team is a crucial part of a strong employee advocacy strategy.

The Power of Relevant Content:

Get practical tips for creating and sharing content that drives real engagement.

Behavioral Science in Action:

Learn how to activate leaders and employees using insights from behavioral psychology.

Upcoming Live Webinars

No live webinars available at this moment. Please check back soon.

More On Demand Webinars

Icon of a webinar
EN
NL
Measuring ROI in Apostle: What Are the Actual Benefits?

In this webinar, you'll learn how to prove the real ROI of employee advocacy beyond likes and impressions. Discover how to set meaningful KPIs, use UTM tracking to link activity to business outcomes, and turn feedback into internal support. Ideal for marketing, HR, and communications teams looking to lead with data and accountability.

Icon of a webinar
EN
NL
ZZP-wetgeving: benut de sociale netwerken van collega’s en maak van ZZP'ers vaste collega's

De krappe arbeidsmarkt vraagt om creatieve oplossingen. Zeker nu de handhaving van de zzp-wet in 2025 nadert en de angst voor handhaving toeneemt. Dit is hét moment om via de netwerken van je collega’s zzp’ers én latent werkzoekenden aan je te binden.

Icon of a webinar
EN
NL
Groei van Social Publishing naar een Employee Advocacy Strategie binnen 6 Maanden

Ontdek hoe je binnen 6 maanden van Social Publishing naar een employee advocacy strategie groeit. Leer over het social media volwassenheidsmodel, de voordelen van employee advocacy en hoe je social media strategisch inzet.

$(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; }