Do you want to offer relevant events to your finance or business community? Just integrate a Yard Calendar into your website through seamless iFrame Integration (demo) 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:
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.headline
: override the default headline text with your own text.maxwidth
: adjust the screen width, default is 100%.mode
: how to display the events: list
, tiles
, or details
- default is tiles
.topic
: filter events by one or more supported topics: web3
, fintech
, finance
, ai
, it
, realestate
, and/or sustainability
. Separate multiple topics with a comma, like so: topic:fintech,ai
.You can also combine several of the above listed parameters together, as shown below.
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 the Yard Calendar works as iFrame Integration 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.