dyn-u-builder

Dyn U-Builder dynamically inserts a simple collage element into pages at specified location.

Usage no npm install needed!

<script type="module">
  import dynUBuilder from 'https://cdn.skypack.dev/dyn-u-builder';
</script>

README

Dynamic UBuilder

This project allows students to add in the following to U.OSU sites:

  • Slideshows
  • (more coming soon)

These dynamically load into the page and can replace some of the functionality provided by WordPress plugins, which U.OSU disabled.

Installation

TAs/Staff should install this script for students. Go into Appearance > Widgets and add a Custom HTML widget to any section. Leave the title blank, and add the following code into the bottom. Replace <VERSION> with the version listed in the package.json file (e.g. 0.1.0).

<!-- Do not remove or edit -->
<script async src="https://cdn.jsdelivr.net/npm/dyn-u-builder@<VERSION>/dist/uBuilder.js"></script>

Usage