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 bij Apostle Social

Stefan is een ervaren, gedreven marketing- en communicatieprofessional met jarenlange expertises op het gebied van o.a. employee advocacy.

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

Thijs is met zijn enthousiasme en ervaring de go to als het gaat om advocacy binnen grotere organisaties.

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

Key Takeaways

Groeien binnen het social media volwassenheidsmodel

Verplaats je focus van ad hoc naar strategisch social media beheer.

Social Publishing als stevige basis & de voordelen van Employee Advocacy

Ontdek hoe een gestructureerde aanpak op je bedrijfskanalen de eerste stap is naar employee advocacy. Leer waarom steeds meer bedrijven deze organische strategie omarmen om hun merk te versterken en te laten groeien.

Voorbeeldcases & plan van aanpak om te starten

Leer van bedrijven die al succesvol zijn overgestapt naar employee advocacy en de resultaten die zij hiermee hebben bereikt. Ontdek hoe je binnen 6 maanden een strategische social media strategie opbouwt die direct bijdraagt aan jouw bedrijfsdoelstellingen.

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
Lead The Way: How Executive Profiling Drives Brand Success

Want to build trust in your brand and strengthen its position in the market? We’ll teach you how to showcase your leadership team as thought leaders on social media and role models within your organization. Learn how to involve them in employee advocacy from day one to create buy-in and achieve the best results.

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.

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