Saltbox / wordpress-lti-consumer

Use Wordpress as an LTI Consumer to launch remote learning content
GNU General Public License v3.0
17 stars 11 forks source link

An LTI-compatible launching plugin for Wordpress.

General Wordpress plugin installation instructions can be found here: http://codex.wordpress.org/Managing_Plugins#Automatic_Plugin_Installation

After installing the plugin, add content launching with the [lti-launch] shortcode.

Some examples::

[lti-launch consumer_key=yourconsumerkey secret_key=yoursecretkey display=iframe configuration_url=http://launcher.saltbox.com/lms/configuration resource_link_id=testcourseplacement1]

[lti-launch consumer_key=yourconsumerkey secret_key=yoursecretkey display=newwindow action=link configuration_url=http://launcher.saltbox.com/lms/configuration resource_link_id=testcourseplacement1]

[lti-launch consumer_key=yourconsumerkey secret_key=yoursecretkey display=self action=button launch_url=http://launcher.saltbox.com/launch resource_link_id=testcourseplacement1]

Options:

Caution! Since shortcodes are visible to content viewers if their plugin is disabled, OAuth secret keys will become visible if this plugin is disabled.

Copyright (c) 2014 Saltbox Services. Licensed under the GPLv3. See the LICENSE.md file for details.