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 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.

Aankomende live webinars

Op dit moment zijn er geen live webinars beschikbaar.

Meer on-demand webinars

Icon of a webinar
EN
NL
De ROI meten in Apostle: wat levert het nou eigenlijk op

In dit webinar leer je hoe je de echte ROI van employee advocacy aantoont, verder dan alleen likes en weergaven. Ontdek hoe je zinvolle KPI’s instelt, UTM tracking inzet om activiteiten te koppelen aan zakelijke resultaten en hoe je feedback omzet in interne steun. Ideaal voor marketing, HR en communicatieteams die willen sturen op data en verantwoordelijkheid.

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