Skip to main content
All CollectionsI am an Administrator Web Widget/Prospect Interface
Can I add multiple traffic drivers to one page?
Can I add multiple traffic drivers to one page?
Ian Pierson avatar
Written by Ian Pierson
Updated this week

Yes, you can embed multiple traffic drivers onto one page.


Whilst we do recommend the use of just one of the available traffic drivers per page on your website, we do know there is no one-size-fits-all approach as each school, college and university website is unique. You therefore may choose to embed multiple traffic drivers onto one page.

In order to do this, you can get the code snippets for your chosen traffic drivers from the Integrations section of your admin dashboard. You will then need to combine the settings for each code snippet into one object.
​
For example, if you wanted to embed an area of study popcard and an area of study carousel onto the same page, you would need to combine the settings under one object as illustrated below:

<script>
window.unibuddySettings = {
universitySlug: 'your-great-college', // Replace with your university slug
uni_id: 'your-great-college', // Replace with your university ID
filters: [{
key: 'degreeId', // Example filter key
valueList: ['66ebc67996f4b27b86d01cdd'] // Example filter value
}],
colour: '034EA2',
domain: 'https://popcard.unibuddy.co/',
title: 'Unibuddy Popcard',
align: 'right',
ubLang: 'en-GB',
ubCookieConsent: 'necessary',
};
</script>

<script type="text/javascript" src="https://cdn.unibuddy.co/unibuddy-carousel.js" async defer></script>
<div data-unibuddy-carousel></div>

<script src="https://cdn.unibuddy.co/unibuddy-popcard.js" type="text/javascript"></script>
​
<script>

Did this answer your question?