dyn-u-builder
v0.1.0-beta4
Published
Dyn U-Builder dynamically inserts a simple collage element into pages at specified location.
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
- Direct students to https://feh.osu.edu/nano/collage-encoder/ to create a slideshow.
