0.1.0-beta4 • Published 4 years ago

dyn-u-builder v0.1.0-beta4

Weekly downloads
24
License
-
Repository
-
Last release
4 years ago

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