Meet the Speakers Presenting This Webinar

Meet the Speaker Presenting This Webinar

Image of speaker 1.
A microphone, indication who speaker 1 is.
Marieke Dam
HR- en recruitmentspecialist bij YODA HR & Recruitment

Met 25 jaar ervaring en projecten voor meer dan 80 bedrijven is Marieke jouw strategische HR-partner.

Image of speaker 2.
A microphone, indication who speaker 2 is.
Kitty Wilgers
Merk- en employer branding strateeg bij Arthur & Brent

Kitty helpt haar klanten hun merk weer scherp te stellen. Met enthousiasme want werken aan je merk is zonder twijfel het allerleukste dat er is.

Image of speaker 3.
A microphone, indication who speaker 3 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.

Key Takeaways

Actuele trends in recruitment

Waarom steeds meer organisaties kiezen voor werving via eigen netwerken en employee advocacy, om zo latent werkzoekenden en zzp’ers aan te trekken.

Wat is employee advocacy en waarom is dit essentieel voor jouw recruitment- en HR-strategie?

Zorg voor optimale zichtbaarheid als merk door authentieke content te delen en zo op te vallen bij potentiële nieuwe collega’s.

Voorbeeldcases en praktische aanpak

Krijg inzichten in je doelgroepen en leer van praktijkvoorbeelden van bedrijven die al succesvol met employee advocacy werken. Ontdek hoe je snel en laagdrempelig kunt starten om het juiste talent binnen te halen.

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