Jill Posted April 26, 2006 Report Share Posted April 26, 2006 Issue If you embed a Trumba Promotion spud onto a page on your web site, when you click an event in the promotion spud, it opens your standalone calendar on the Trumba Hosted site at www.trumba.com. Instead, you want it to jump to the embedded calendar on your web site.Solution You can change the teaserBase URL in the code for the promotion spud. Your code may look similar to this: <script type="text/javascript" src="//www.trumba.com/scripts/spuds.js"></script> <script type="text/javascript"> $Trumba.addSpud({ webName: "calendarname", spudType : "datefinder" , teaserBase : "https://www.trumba.com/calendars/calendarname" }); </script> where calendarname is the web name of your published calendar. Change the URL of the teaserBase to point to the webpage on your website where you have embedded the main calendar spud. Here is a help topic with more details: https://www.trumba.com/help/publish/spudfaq.aspx#tbase Link to comment Share on other sites More sharing options...
Recommended Posts