Integrating run.events Widgets into Wix

Step-by-Step: Integrating run.events Widgets into Wix

Step 1: Get Your Widget Code from run.events

  1. Go to your event in run.events
  2. Open the "Settings" section
  3. Click on "Widgets and Links" tile
  4. Copy the code from the widget you want to embed (tickets, sponsors, speakers, or agenda)

Step 2: Add Widget to Your Wix Site

  1. Open your Wix Editor
  2. Navigate to the page where you want the widget
  3. Click "Add Elements" on the left sidebar
  4. Scroll down to "Embed Code"
  5. Click "Embed HTML"
  6. Drag the HTML element to your desired location on the page

Step 3: Insert the run.events Code

  1. Click on the HTML element you just added
  2. In the settings panel, click "Code"
  3. Paste the widget code you copied from run.events
  4. Click "Apply"

Step 4: Adjust and Style (Optional)

  1. Resize the widget using the corner handles
  2. The widget will inherit your site's styles automatically
  3. For custom styling, add another HTML element above your widget with custom CSS


Available run.events Widgets:

  • Tickets widget - for selling tickets
  • Speakers widget - display speaker information
  • Sponsors widget - showcase sponsors
  • Agenda widget - show event schedule


Custom Styling (Optional)

If you want to customize the appearance, add another HTML element above your widget with CSS like this:

html

Plain Text

<style>.re-tickets { padding: 20px !important; background-color: #f5f5f5; border-radius: 10px !important; font-family: Arial, sans-serif;}.re-tickets .btn { background-color: #your-color !important; border-radius: 5px !important;}</style>


Step 5: Publish

  1. Click "Publish" in the top right
  2. Test your widget on the live site

Note: The widgets are fully functional and will automatically sync with changes you make in your run.events dashboard. You can fine-tune widget behaviour using the additional options available in the run.events "Widgets and Links" section.

That's it! Your run.events widget should now be live and functional on your Wix site.

Is this article helpful?
0 0 0