I've just added an embed handler for Screencast-o-matic: https://github.com/cuny-academic-commons/cac/commit/ce86929f34f3b28c5d06240e54510a152a03aee8. This will be ready after next Tuesday's maintenance release.
When the release is deployed, tell the user to put the Screencast-o-matic URL on its own line. URL must begin with https://screencast-o-matic.com/watch/
. By default, the seekbar controls will be shown and the title will be hidden.
To hide the seekbar controls, you can add controls=0
to the URL. So for the example URL, that would be:
https://screencast-o-matic.com/watch/c3X2DpVUjbh?controls=0
To show the Screencast-o-matic title, you can add title=1
to the URL. So for the example URL, that would be:
https://screencast-o-matic.com/watch/c3X2DpVUjbh?title=1
You can also combine the two parameters together like so:
https://screencast-o-matic.com/watch/c3X2DpVUjbh?controls=0&title=1