Note:
- If you're currently using custom styling code in your website, SoCast cannot guarantee this code will not interfere with other code you have placed in your website.
If you'd like your Site Background image to be a clickable element and link to an external URL follow the instructions below.
Step-by-step guide
- Click Website
- Click on Website Settings
- Copy the following code;
- <script>
$(document).ready(function() {
App.addBackgroundClick(" http://www.socastdigital.com ");
});
</script> - Paste the code into notepad or something similar, then copy and paste the code into the Custom Footer HTML Box
- Update the URL in the code (www.socastdigital.com) to your desired click through URL. Ensure you keep the brackets and quotations intact
- Click Save