Stay up-to-date on best practices, research reports, and more.
Thank you! Your submission has been received!
Oops! Something went wrong.
By signing up you agree to receive emails about relevant updates, tips features, and services. You can unsubscribe at any time. For more details, please check our privacy policy.
What You Can Expect
Every month we share knowledge and tools you need to get the most out of social media:
Practical tips and inspiration to stay consistently visible.
Industry insights on trends in employee advocacy.
Product updates and news of our software.
Customer success stories on how organizations grow with social media.
$(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;
}
Webinar: How Executive Profiling Drives Brand Success
Discover how to turn your leadership team into thought leaders on social media. Learn how to involve them in employee advocacy for maximum impact.