INOMICS Widget
Add the INOMICS Widget to your blog or website and provide your users with relevant opportunities. Copy one of our ready-made examples below, or create your own using the instructions.
Contact us at info@inomics.com for assistance.
Example 1 — Default placement, default color, count=3
<script src="https://inomics.com/widget/v1/embed.js?color=%232c90ec&count=3&width=420px" data-inomics-widget="true"></script>
Example 2 — Target element, custom color, count=4
<div id="my-widget"></div> <script src="https://inomics.com/widget/v1/embed.js?color=%23e63946&count=4&width=460px&target=my-widget" data-inomics-widget="true"></script>
Example 3 — Single type: jobs only
<script src="https://inomics.com/widget/v1/embed.js?type=job&count=5&width=420px" data-inomics-widget="true"></script>
Example 4 — Multiple types: job + course
<script src="https://inomics.com/widget/v1/embed.js?type=job,course&count=4&width=420px" data-inomics-widget="true"></script>
Example 5 — Disciplines filter
<script src="https://inomics.com/widget/v1/embed.js?disciplines=economics,finance&count=4&width=420px" data-inomics-widget="true"></script>
Example 6 — Online only
<script src="https://inomics.com/widget/v1/embed.js?attendance=online&count=4&width=420px" data-inomics-widget="true"></script>
Example 7 — Country filter (DE)
<script src="https://inomics.com/widget/v1/embed.js?countryCode=DE&count=4&width=420px" data-inomics-widget="true"></script>
Example 8 — Offset/pagination (skip first 4)
<script src="https://inomics.com/widget/v1/embed.js?count=4&offset=4&width=420px" data-inomics-widget="true"></script>
Example 9 — No header bar (logo=0)
<script src="https://inomics.com/widget/v1/embed.js?logo=0&count=3&width=420px" data-inomics-widget="true"></script>
Example 10 — Custom header title (title=Economics%20Jobs)
<script src="https://inomics.com/widget/v1/embed.js?title=Economics%20Jobs&count=3&width=420px" data-inomics-widget="true"></script>
Example 11 — Language override (lang=de)
<script src="https://inomics.com/widget/v1/embed.js?lang=de&count=3&width=420px" data-inomics-widget="true"></script>
Example 12 — Narrow width (width=250px) — thumbnails hidden, smaller fonts
<script src="https://inomics.com/widget/v1/embed.js?count=3&width=250px" data-inomics-widget="true"></script>
Example 13 — Combined: type=job, attendance=onsite, countryCode=DE, disciplines=economics
<script src="https://inomics.com/widget/v1/embed.js?type=job&attendance=onsite&countryCode=DE&disciplines=economics&count=4&width=420px" data-inomics-widget="true"></script>
Example 14 — Target id does not exist (fallback to after script tag)
<script src="https://inomics.com/widget/v1/embed.js?target=nonexistent-id&count=2&width=420px" data-inomics-widget="true"></script>
Example 15 — Sort newest first (sortBy=lastRepostedDate&sort=desc)
<script src="https://inomics.com/widget/v1/embed.js?sortBy=lastRepostedDate&sort=desc&count=4&width=420px" data-inomics-widget="true"></script>
Example16 — Sort oldest first (sortBy=lastRepostedDate&sort=asc)
<script src="https://inomics.com/widget/v1/embed.js?sortBy=lastRepostedDate&sort=asc&count=4&width=420px" data-inomics-widget="true"></script>
Example 17 — Sort by application deadline (sortBy=applicationDeadline&sort=asc)
<script src="https://inomics.com/widget/v1/embed.js?sortBy=applicationDeadline&sort=asc&count=4&width=420px" data-inomics-widget="true"></script>
Example 18 — Conferences sorted by start date (type=conference&sortBy=startDate&sort=asc)
<script src="https://inomics.com/widget/v1/embed.js?type=conference&sortBy=startDate&sort=asc&count=4&width=420px" data-inomics-widget="true"></script>
Base URL: https://inomics.com/
Create your Own INOMICS Widget
Parameter reference
| Param | Type | Default | Notes |
|---|---|---|---|
color | string | #2c90ec | Hex color (URL-encoded) |
count | number | 4 | Max 200 |
offset | number | 0 | Pagination offset |
width | string | none | e.g. 420px or 100%; minimum enforced at 200px |
type | comma-separated | all | e.g. job,course,conference |
disciplines | comma-separated | all | e.g. economics,finance |
attendance | comma-separated | all | onsite, online, partiallyonline |
sortBy | string | none | Sort field — see sort reference below |
sort | string | none | asc or desc — must be used together with sortBy |
countryCode | string | none | ISO country code e.g. DE |
lang | string | en | Language code |
logo | 0 / 1 | 1 | Set 0 to hide the entire header bar (INOMICS logo + title + "See all") |
title | string | Latest on INOMICS | Custom text shown next to the INOMICS logo; ignored when logo=0 |
target | string | none | ID of container element; falls back to after script tag |
Sort field reference
| sortBy value | Default direction | Description |
|---|---|---|
lastRepostedDate | desc | Most recently reposted first ("newest") |
applicationDeadline | asc | Earliest application deadline first |
startDate | asc | Earliest start date first |
paperDeadline | asc | Earliest paper deadline first |
⚠️ firstPublishedDate is not a valid sort field and will be silently ignored. Use lastRepostedDate for chronological ordering.