The events
parameter is an optional parameter that can be:
url
argument in the $Trumba.addSpud() method.trumbaEmbed
parameter in a URL-encoded query string.Specifies the number of events to display in a promotion spud, such as an Upcoming Events, Photo Upcoming, or Upcoming Events Crawler spud.
For promotion spuds such as the Upcoming Events Crawler, Upcoming Fader, and Upcoming Vertical Crawler, specifies the number of events the spud cycles through before it refreshes. Typically, for scrolling spuds, you set a relatively large number (the default is 50).
An integer greater than or equal to 1.
url
argument, $Trumba.addSpud() method, Photo Upcoming spudSets the number of events that display in a Photo Upcoming promotion spud to 5.
url
argument, $Trumba.addSpud() method, Upcoming Vertical Crawler spudSets to 30 the number of events that the spud cycles through before it refreshes.
Sets the number of events in the promotion spud(s) embedded at the target webpage to 6.
Note If a main calendar spud is also embedded in the target webpage, the events
parameter affects both the promotion and main calendar spuds.
http://www.yoursite.com/webpage.html?trumbaEmbed=events%3D6
Tip %3D is the URL-encoded equals sign (=).