Jump to content

Clicking event in Promotion spud jumps to Trumba Hosted view


Jill

Recommended Posts

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" ,
</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

×
×
  • Create New...