Please see the Terms of Use for details on using the Eventful API located at http://api.eventful.com. The following are branding requirements:
(Any questions about the API or these policies? Please email us.)
Events by Eventful
<div class="eventful-badge eventful-large">
<img src="http://api.eventful.com/images/powered/eventful_139x44.gif"
alt="Local Events, Concerts, Tickets">
<p><a href="http://eventful.com/">Events</a> by Eventful</p>
</div>
Events by Eventful
<div class="eventful-badge eventful-medium">
<img src="http://api.eventful.com/images/powered/eventful_88x31.gif"
alt="Local Events, Concerts, Tickets">
<p><a href="http://eventful.com/">Events</a> by Eventful</p>
</div>
Events by Eventful
<div class="eventful-badge eventful-small">
<img src="http://api.eventful.com/images/powered/eventful_58x20.gif"
alt="Local Events, Concerts, Tickets">
<p><a href="http://eventful.com/">Events</a> by Eventful</p>
</div>
These logos are styled by the following CSS, which you may adapt to your needs, but you should not modify the HTML above.
.eventful-badge,
.eventful-badge * {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
text-align: center !important;
color: #CCC !important;
font-family: Arial !important;
text-decoration: none !important;
}
.eventful-large {
position: relative !important;
width: 140px !important;
font-size: 15px !important;
line-height: 17px !important;
font-weight: bold !important;
}
.eventful-medium {
position: relative !important;
width: 100px !important;
font-size: 12px !important;
line-height: 13px !important;
}
.eventful-small {
position: relative !important;
width: 100px !important;
font-size: 11px !important;
line-height: 11px !important;
}