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" defer></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 Plugin through these optional parameters:
&topic=xxx
- filter events by one or more supported topics (see "Topic Configuration"), where xxx
is a topic.&city=xxx
- filter events by one or more supported city names (see "Location Configuration"), where xxx
is a city name.&country=xxx
- filter events by one or more supported country names (see "Location Configuration"), where xxx
is a country name.®ion=xxx
- filter events by one or more supported formats (see "Event Format Configuration"), where xxx
is an event format name.&format=xxx
- filter events by one or more supported region names (see "Location Configuration"), where xxx
is a region name&maxwidth=xxx
- override the default width of 100% to a specific value, where xxx
is a width like '1200px' or '80%'.&mode=xxx
- override the default mode tiles
, where xxx
is a mode name.&headline=xxx
- show a custom headline for your calendar integration, where xxx
is your headline text.You can also combine the listed parameters as shown in the example above.
The &topic=
parameter is accepting one or multiple values from this list:
&topic=web
- Web3 and blockchain events&topic=finance
- finance events&topic=fintech
- fintech events&topic=ai
- AI (artificial intelligence) events&topic=it
- IT (information technology) events&topic=business
- business events&topic=innovation
- innovation eventsYou can also combine the above listed parameters for limiting the events to be shown, for example: topic="finance,fintech"
The &city=
, &country=
, and ®ion=
parameters are accepting one or multiple values from this list:
&city=Berlin
- events in Berlin&country=Germany
- events in Germany®ion=Europe
- events in EuropeYou can also include several locations for a given location parameter, for example: &country=Germany,Austria,Switzerland
The &format=
parameter is accepting one or multiple values from this list:
&format=conference
- filter events by conferences or summits&format=ceremony
- filter events by ceremonies or galas&format=dinner
- filter events by dinners, lunches, or breakfasts&format=fair
- filter events by fairs or exhibitions&format=hackathon
- filter events by hackathons or technical events&format=leisure
- filter events by leisure or sport events&format=livestream
- filter events by live streams&format=longterm
- filter events by long-term events (5+ days)&format=meetup
- filter events by casual meetups&format=panel
- filter events expert panels, symposiums, or lectures&format=party
- filter events by parties or hanghouts&format=questions
- filter events by Q&A sessions or AMAs&format=roadshow
- filter events by roadshows, promotions, or pitches&format=scholarship
- filter events by scholarships or educational programs&format=seminar
- filter events by workshops or seminarsYou can also combine the above listed parameters for limiting the events to be shown, for example: &format=conference,longterm,panel
The &mode=
parameter is accepting one value from this list:
&mode=details
- show events in the detailed view&mode=list
- show events as a list&mode=tiles
- show events including preview images of the event websiteIf you leave out the mode parameter, &mode=tiles
is used by default.
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.