|
Post by Scott Lake on Aug 24, 2017 8:55:09 GMT -7
Code for Embedding Eventbrite in Wordpress
Here is the code to do it. It displays best on the full page template.
<iframe src="https://www.eventbrite.com/e/2018-new-mexico-state-master-gardener-conference-sustainable-gardening-tickets-36597715753?ref=eweb" width="100%" height="1000" frameborder="0" marginwidth="5" marginheight="5" scrolling="auto"></iframe>
<div style="font-family: Helvetica, Arial; font-size: 12px; padding: 10px 0 5px; margin: 2px; width: 100%; text-align: left;"><a class="powered-by-eb" style="color: #adb0b6; text-decoration: none;" href="http://www.eventbrite.com/" target="_blank" rel="noopener">Powered by Eventbrite</a></div>
CSS Code to Remove Site Info (Copyright) and Other WordPress Options/Setting
.site-info { visibility: hidden; }
WordPress Theme - Ascent
Theme Option Settings - Under "Home Page Slider" make sure the "Enable header static banner" is checked and other options are not. Do not add images.
|
|
|
Post by Eileen Welch on Aug 24, 2017 14:36:08 GMT -7
Scott,
That looks good. Seems to work on your mock site.
That looks good.
Here's the code that I got from the eventbrite widget generator. The first one, event page, is slightly different from what you used. So all's good.
I also include the code for a button, which you already have so I'm not sure you need it. And the last one is to add the ticket form only to the conf website. Might be interesting to see If we can use the form only one on registration.
Event Page – Add your Eventbrite page with event details to your site. Promote ticket sales and registration directly on your website or blog.
<div style="width:100%; text-align:left;" ><iframe src="2018-new-mexico-state-master-gardener-conference-sustainable-gardening-tickets-36597715753?ref=eweb" frameborder="0" height="1000" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe>
<div style="font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:100%; text-align:left;" ><a class="powered-by-eb" style="color: #ADB0B6; text-decoration: none;" target="_blank" href="http://www.eventbrite.com/">Powered by Eventbrite</a></div></div>
Button – Add a custom buttoned to your website or blog directing people to register or buy tickets on your Eventbrite event page.
<a href="https://www.eventbrite.com/e/gardener-conference-sustainable-gardening-tickets-36597715753?ref=ebtnebregn" target="_blank"><img src="https://www.eventbrite.com/custombutton?eid=36597715753" alt="Eventbrite - Gardener Conference - Sustainable Gardening" /></a>
Ticket Form – Add ticket purchases to your site using the ticket forum. Promote ticket sales and registration directly on your website or blog.
<div style="width:100%; text-align:left;"><iframe src="//eventbrite.com/tickets-external?eid=36597715753&ref=etckt" frameborder="0" height="275" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe><div style="font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:100%; text-align:left;" ><a class="powered-by-eb" style="color: #ADB0B6; text-decoration: none;" target="_blank" href="http://www.eventbrite.com/">Powered by Eventbrite</a></div></div>
|
|