Skip to main content
Embedded experiences
Updated over a month ago

Embed your portal's experiences on another website to promote your opportunities to employers in your own networks.

General

Technical Requirements

To embed your portal's experiences in another website, you will be provided with a small code snipped that you will need to put in your website. As such, you will need the ability to edit your website's code.

How to

Embed the portal's experiences widget

To embed your portal's experiences:

  1. Click "Settings" below the "Portal" group in the main navigation.

  2. Select the "Integrations" tab.

  3. Select the "Embed" option under the other section.

  4. Copy the provided code snippet

  5. Paste it into your website where you want it embedded.

Customize the embedded widget

In the provided code snippet, you will find a string which looks like:

https://subdomain.riipen.com/embed/portal/experiences.js

You can append query parameters to the end of this URL to further customize how the widget is displayed:

Parameter

Description

Values

Example

category_list[]

Filter to experiences where these categories are present.

Any list of valid categories from Riipen.

category_list[]=communications

difficulty_level

Filter the experience to only those with the desired difficulty level

0

1

2

difficulty_level=1

department_id

Filter the experience to only those in the given department

Any department ID

department_id=1

industry_list[]

Filter to experiences where these desired industries are present.

Any list of valid industries from Riipen.

industry_list[]=agriculture

height

The height of the iframe which the widget is rendered in.

Any valid CSS type for height.

height=500px

hours

Filter to experiences where the hours are within the given range

Any integer range above 0.

hours=20..50

learner_year_list[]

Filter to experiences where these learner years are present.

first_year

second_year

third_year

fourth_year

other

learner_year_list[]=second_year

sort

Order the experiences displayed in the widget.

created_at

hours

updated_at [default]

close_date

start_date

sort=created_at

subportals

Whether to include any subportal experiences.

true

false [default]

subportals=true

An example of a customized URL would look like:

https://subdomain.riipen.com/embed/portal/experiences.js?height=500px&subportals=true

Did this answer your question?