Created
August 17, 2013 03:07
-
-
Save dviramontes/6255051 to your computer and use it in GitHub Desktop.
Trumba code for christian :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
part of main.min.js | |
// adds Trumba spud to Homepage events <div> | |
$Trumba.addSpud({ | |
webName: "msudenver-events-calendars", | |
spudType : "upcoming" , | |
teaserBase : "http://www.trumba.com/calendars/msudenver-events-calendars", | |
spudId : "homepage_events" | |
}) | |
// | |
<div class="col-lg-4 col-sm-6"> | |
<div class="well"> | |
<h3 class="actionHeader events clickable" data-href="/events">Events</h3> | |
<div id="homepage_events" class="container"> | |
<noscript> | |
Your browser must support JavaScript to view this content. | |
Please enable JavaScript in your browser settings then try again. | |
</noscript> | |
</div> | |
</div> | |
</div> |
Author
dviramontes
commented
Aug 17, 2013
<script src="http://www.trumba.com/scripts/spuds.js"></script>
also it requires script src="http://www.trumba.com/scripts/spuds.js"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment