Maak kennis met de sprekers die dit webinar geven

Maak kennis met de spreker die dit webinar geeft

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.

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

Key Takeaways

Van activatie naar accountability

Leer hoe je collega's meetbaar bijdragen aan zichtbaarheid, leads, sollicitaties en omzet – zonder extra advertentiekosten.

Slimme data, betere beslissingen

Ontdek welke KPI’s in Apostle er écht toe doen en hoe je met UTM-tracking conversies koppelt aan individuele resultaten.

Van feedback naar bewijs

Gebruik teamfeedback en impactverhalen om intern draagvlak te creëren en je programma verder te versterken.

Aankomende live webinars

Op dit moment zijn er geen live webinars beschikbaar.

Meer on-demand webinars

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.

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