![]() |
Two methods to add sponsors - Printable Version +- Touchpoint Video Forum (https://forum.touchpoint.video) +-- Forum: Hotspot code swipes (https://forum.touchpoint.video/forumdisplay.php?fid=7) +--- Forum: Adding sponsors (https://forum.touchpoint.video/forumdisplay.php?fid=8) +--- Thread: Two methods to add sponsors (/showthread.php?tid=6) |
Two methods to add sponsors - admin - 07-27-2024 1. Compact. All sponsors appear in a single hotspot.
Modify as needed. Add inline style or create classes via the custom code icon in the bottom right. <div> <a href="sponsor1_url"><img src="sponsor1_logo_url"></a> <a href="sponsor2_url"><img src="sponsor2_logo_url"></a> <a href="sponsor3_url"><img src="sponsor3_logo_url"></a> </div> 2. Individual sponsor appears in a single hotspot.
This post may be added to over time. Add any comments, questions and your own swipe samples to the thread. |