Audio / Social

Content blocks included on this page:

Embed: Audio

Social Follow

Social Share

Embed: HTML

Embed: Audio

INNER BLOCK

The Embed: Audio inner content block provides an audio player for your page. It can be placed wherever inner content blocks are accepted. We'd recommend the Container: Header + Inner Blocks.

Watch Video

Container: Inner Blocks

Embed: Audio can be stacked with other inner content blocks.

--:--

Container: Header + Inner Blocks

You can use any inner content block in the right column, including Embed: Audio.

--:--

Container: Media + Inner Blocks

You can use an image or a video in the left column.

--:--

Social Follow

INNER BLOCK

The Social Follow inner content block is not configurable at the content block level, but the feature will allow users to select which platform they'd like to follow you on.

You can configure the links and handles of the following platforms by going to Site Config / Socials:

  • LinkedIn
  • X (formerly Twitter)
  • YouTube
  • Facebook
  • TikTok

Social Share

INNER BLOCK

The Social Share inner content block allows users to share the page they are on. It can be aligned Left, Center or Right.

Embed: HTML

INNER BLOCK

Please reach out to the web team before embedding any HTML on your page.

For these elements to display, however, their domain will need to be white-listed by the web team.

Watch Video

Example: FRU embed

Example: Mapbox embed

Custom HTML code for map legend

const suppressList = ['/','/home','/act']; const pathname = window.location.pathname; if (!suppressList.includes(pathname)) { document.querySelector('body').insertAdjacentHTML('beforeend','
'); }