close
The Wayback Machine - https://web.archive.org/web/20160422151206/https://wordpress.org/plugins/presenpress/

WordPress.org

Plugin Directory

!This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

PresenPress

Presentation with WordPress + Leap Motion.

  • This plugin allows you to craete presentation.
  • You are able to control these presentations by gestures of the Leap Motion.
  • JavaScript for slide are supported by reveal.js.

This Plugin published on GitHub.

Some Feature

  • Allow you to create mutiple presentation.
  • Custom style sheet support.
  • Some themes alredy included.
  • cube, page, linear and other transition support.
  • Convert gallery shortcode to the presentation automatically.

Supported Gestures

  • swipe left - Move to next slide.
  • swipe right - Move to previous slide.
  • point - normal pointer
  • touch - Highlighted pointer

How to create presentation

  • Click Add New link in Presenation on the WordPress admin menu.
  • If you want to add next slide, please place <!--nextpage--> tag in the editor.

How to add your custom theme

  • Create your theme CSS. See documentation.
  • Please place the code like following in your functions.php or your custom plugin.
<?php

add_filter('presenpress_themes', function($themes){

    $themes['your_theme_name'] = array(
        'url' => 'http://example.com/your_theme.css',
        'version' => '1.0.0'
    );

    return $themes;
});

Translators

Requires: 3.6 or higher
Compatible up to: 3.8.13
Last Updated: 2 years ago
Active Installs: 30+

Ratings

5 out of 5 stars

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.

100,1,1