“I use The Influence Room because we are going to find influencers who are genuine customers of ours, massive brand advocates, and it’s a dream match made in heaven”
Morgane Brown
Social and Content Lead, O2
Our partners
Join the other brands already using The Influence Room
*script class="case-studies-slick-6868c7f0ed1d7">
jQuery(document).ready(function($) {
let slickSelector = $('.case-studies-slick-slider');
function initializeSlider() {
let arrowSvg = ``;
// Slick slider setup code here
// On slick js load
$(slickSelector).slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 3500,
adaptiveHeight: false,
infinite: false,
dots: true,
arrows: true,
prevArrow: '',
nextArrow: '',
onInit: function() {
console.log('Slider initialized');
},
responsive: [
{
breakpoint: 1336,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
},
]
});
}
function setArrowsPosition() {
let dotsWidth = $(slickSelector).find('.slick-dots').width();
let totalWidth = $(slickSelector).width();
$(slickSelector).find('.slick-prev').css('left', 'calc(100% - ' + (totalWidth / 2 + dotsWidth / 2 + 50) + 'px)');
$(slickSelector).find('.slick-next').css('right', 'calc(100% - ' + (totalWidth / 2 + dotsWidth / 2 + 50) + 'px)');
}
setArrowsPosition();
$(window).resize(function() {
setArrowsPosition();
});
// Function to retrieve a cookie by name
function getCookie(name) {
var value = "; " + document.cookie;
var parts = value.split("; " + name + "=");
if (parts.length == 2) return parts.pop().split(";").shift();
}
// Function to get an expiration date 7 days from now
function getExpiryDate() {
var date = new Date();
date.setTime(date.getTime() + (7 * 24 * 60 * 60 * 1000)); // 7 days
return "; expires=" + date.toUTCString();
}
$('.gate_btns .ct-link-button').on('click', function (e) {
e.preventDefault();
var expiryDate = getExpiryDate();
// Check for brand button click
if ($(this).hasClass('brand_btn')) {
// Set the 'gated' cookie to brand for 7 days
document.cookie = "gated=brand;path=/" + expiryDate;
$('.the_gate').slideUp();
$('.gated_content-wrapper').addClass('active');
initializeSlider();
setArrowsPosition();
}
// Check for influencer button click
else if ($(this).hasClass('influencer_btn')) {
// Set the 'gated' cookie to influencer for 7 days
document.cookie = "gated=influencer;path=/" + expiryDate;
// Redirect to the influencer page, relative to the current domain
window.location.pathname = "/influencers/";
}
});
});
"I use The Influence Room because we are going to find influencers that are genuine customers of ours, massive brand advocates, and it's a dream match made in heaven."
"User-generated content plays a huge role in everything we do, so using The Influence Room has enabled us to get quick content, at volume, really cost-effectively. As influencer marketing kind of moves towards paid it enables us to get a higher return for our investment."
Hayley Hall, Global Head of Communications
Innoverderma
“I love The Influence Room as a platform. It’s easy to use and I have seen an increase in our followers on social media since we started using it. My account manager is always happy to help with whatever I need and understands the company’s goals. I would highly recommend the platform to anyone looking for an easy way to reach and work with influencers.”