Do you want to offer relevant events to your finance or business community? Just integrate a Yard Calendar into your website through iFrame integration and automatically show events to your audience which are contained in Yard.
Simply apply as a user of the Yard Calendar, add one line of HTML code in your website, and you're all set. And the best is: it's free!
Integrating and using the Yard iFrame is free of charge, but it requires approval by Yard. Here are the steps to get up and running:
<script src="https://www.yard.global/yard-iframe.js?code=your_activation_code" class="yard-iframe"></script>
your_activation_code
with your actual activation code you received from Yard. Note that this script will inject the Yard Calendar as iframe tag when the script is called.script
tag on your web page. To configure each iFrame, see the details in the next section "Configuration".You can configure the Yard iFrame by adding additional parameters after the code
parameter:
topic
: filter events by one or more supported topics: web3
, fintech
, finance
, ai
, it
, realestate
, and/or sustainability
. Separate multiple topics with a comma.city
: filter events by city name.country
: filter events by country name. If you define a parameter country=""
, the parameter city=""
will be disregarded in the processing of events.maxwidth
: adjust the screen width, default is 100%.mode
: how to display the events: list
, tiles
, or details
- default is tiles
.You can also combine the above listed parameters for limiting the events to be shown.
This example will show fintech events in Germany: <script src="https://www.yard.global/yard-iframe.js?code=your_activation_code&topic=fintech&country=Germany"></script>
Be sure to replace your_activation_code
with your actual activation code you received. Yard is working on creating a management interface for the parameters, so that you don't have to play around with programming code.
You can see a demostration of how you can integrate a live feed of events into your own website on the Yard iFrame demo page.
The Yard iFrame will be constantly be improved. You can view a record of the changes in the changelog.