Do you want to offer relevant events to your finance community? Just integrate a Yard Calendar into your WordPress website and and automatically show events to your audience which are contained in Yard. Simply apply to include the Yard Calendar, download the plugin, and activate it. And the best is: it's free!
Integrating and using the Yard Plugin is free of charge, but it requires approval by YARD. Here are the steps to get up and running:
Three simply steps to make the calendar visible on your website:
[yard_plugin code="your_activation_code" topic="web3" city="Berlin"]
- be sure to replace your_activation_code with your actual activation code.That's it: The page will now contain the desired Yard Calendar.
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.tags="xxx"
- filter events by one or more keywords (see "Tags Configuration"), where xxx
is a keyword.city="xxx"
- filter events by one or more supported city names (see "Location Configuration"), where xxx
is a city name.state="xxx"
- filter events by one or more supported state names (see "Location Configuration"), where xxx
is a state name.country="xxx"
- filter events by one or more supported country names (see "Location Configuration"), where xxx
is a country name.region="xxx"
- filter events by one or more supported formats (see "Location Configuration"), where xxx
is a region name.languages="xxx"
- filter events by one or more supported talk languages (see "Talk Language Configuration"), where xxx
is a talk language.format="xxx"
- filter events by one or more supported region names (see "Location Configuration"), where xxx
is a region namemaxwidth="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.modal="xxx"
- show or hide a modal window when clicking on an event, where xxx
turns the modal on (1
) or off (0
).headline="xxx"
- show a custom headline for your calendar integration, where xxx
is your headline text.results_per_page="xxx"
- limit the rows to be displayed, where xxx
is a number.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="blockchain"
- blockchain eventstopic="finance"
- finance eventstopic="fintech"
- fintech eventstopic="artificialintelligence"
- AI eventstopic="informationtechnology"
- IT eventstopic="business"
- business eventstopic="innovation"
- innovation eventsYou can also combine the above listed parameters for limiting the events to be shown, for example: topic="finance,fintech"
Please note that the topic web3
was renamed to blockchain
.
The tags=""
parameter is accepting one or multiple search keywords, for example: tags="bitcoin"
This filter uses an AND search combination concerning other parameters, such as topic
.
The city=""
, state=""
, country=""
, and region=""
parameters are accepting one or multiple values from this list:
city="Berlin"
- events in Berlinstate="California"
- events in Californiacountry="France"
- event in Franceregion="Europe"
- events in EuropeYou can also include several locations for a given location parameter, for example: country="Germany,Austria,Switzerland"
Currently, location names are supported using their English or German spelling.
The languages=""
parameter is accepting one or multiple talk languages, for example:
languages="english"
- events conducted in English languagelanguages="german"
- events conducted in German languagelanguages="english,german"
- events conducted in English or German languageThis filter uses an AND search combination concerning other parameters, such as topic
.
The format=""
parameter is accepting one or multiple values from this list:
format="conference"
- filter events by conferences or summitsformat="ceremony"
- filter events by ceremonies or galasformat="dinner"
- filter events by dinners, lunches, or breakfastsformat="fair"
- filter events by fairs or exhibitionsformat="hackathon"
- filter events by hackathons or technical eventsformat="leisure"
- filter events by leisure or sport eventsformat="livestream"
- filter events by live streamsformat="longterm"
- filter events by long-term events (5+ days)format="meetup"
- filter events by casual meetupsformat="panel"
- filter events expert panels, symposiums, or lecturesformat="party"
- filter events by parties or hanghoutsformat="questions"
- filter events by Q&A sessions or AMAsformat="roadshow"
- filter events by roadshows, promotions, or pitchesformat="scholarship"
- filter events by scholarships or educational programsformat="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 viewmode="list"
- show events as a listmode="tiles"
- show events including preview images of the event websiteIf you leave out the mode parameter, mode="tiles"
is used by default.
A modal is a popup window shown when you click on an event. The modal=""
parameter is accepting one value from this list:
modal="1"
- show a modal window when clicking on an eventmodal="0"
- do not show a modal window when clicking on an eventIf you leave out the modal parameter, modal="1"
is used by default.
The Yard Plugin will be constantly be improved. You can view a record of the changes in the changelog.