All Collections
Advanced Settings
Customization Scripts
Customization script: Sponsor banner
Customization script: Sponsor banner

You can add sponsor logo's in a banner into your website

Updated over a week ago

Adding banners to your event by using the below js script below. Note: we do have to approve your changes so let us know via the chat when you updated your js/css file.

Update only the links in bold:

$(function(){
if(location.pathname.indexOf('/')>-1){

$('<div class="panel panel-default hidden-xs"><div class="panel-heading text-center">Partner</div><div class="panel-body"><div class="user-image"><div class="user-circle" style=" background-image: url(https://i.imgur.com/---.jpg);"></div></div><div class="clearfix"></div><div class="text-center m-t-md"><a href="https://www.-----.com/" target="_blank">www.vwn.nu</a><br></div></div></div></div>').appendTo('.sidebar');
}
});


The parts you can update yourself:
1. Partner > you can change this word in whatever you like (for example sponsor or the name sponsor)
2. https://i.imgur.com/---.jpg > The URL of your image. Note: Upload image dimensions and size: (Only images, 13MB max): Use a rounded picture! For example the LinkedIn profile picture of the company. See instructions on how to upload your banner below.
3 https://www.-----.com/" > The website where number 4 (below) needs to be linked to.
4. www.vwn.nu > The text in this case an website below the image, but you can also change it to a company name

How to upload your picture:

To easily embed your preferred banner, make sure it’s a rounded picture in .jpg or .jpeg format and upload it using https://imgur.com/upload or a similar free tool. Copy the URL (and add .jpg if it’s not there already) and insert it into the script as described above.

Did this answer your question?