Dec 1, 2025
Mastering Apostle

How To Use Announcements To Keep Your Employee Advocacy Program Active

Announcements keep your employee advocacy program active by giving colleagues clear prompts, concrete asks and simple challenges. With small, timely nudges you maintain momentum, increase participation and keep the content flow alive.

Share this blog
Subscribe to our newsletter

Stay up-to-date on best practices, research reports, and more.

Thank you! Your submission has been received!
Oops! Something went wrong.
We won't spam. We promise.

The challenge: activity drops after the launch

After the launch of an employee advocacy program, the same pattern often appears. The first weeks are full of energy, then activity slowly drops. Colleagues forget to participate or assume they have nothing relevant to share.

The solution: targeted Announcements

Announcements help you reach and activate employees in a focused way:

  • Short reminders for Social Creators, for example “Do not forget your update this week”.
  • Targeted questions around themes or campaigns, such as “Who has customer photos to share”.
  • Simple challenges that invite colleagues to involve their network.

Instead of waiting and hoping people will share, you give them a clear and timely nudge.

Why this matters for employee advocacy

✔ Continuity, you keep the content flow lively and varied.
✔ Low threshold, people receive a concrete suggestion instead of a vague request.
✔ Fast activation, in just a few minutes they can submit content or share a post.
✔ Engagement, colleagues feel that their input is seen and appreciated.

Announcements turn passive participants into active ambassadors by giving them clarity, timing and direction.

Practical tips for effective Announcements

  • Keep Announcements short and specific, with one clear ask.
  • Use visuals or examples to spark ideas and make it easy to respond.
  • Vary the format, mix reminders, questions and challenges.
  • Plan several Announcements in your content calendar each month.

Conclusion

Announcements are a simple way to keep your employee advocacy program alive and engaging. By sending timely prompts, concrete asks and inspiring examples, you make it easy for colleagues to join in and keep sharing.

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