Wayback Machine
Jan FEB MAR »
Previous capture 10 Next capture
2019 2020 2021
0 captures
10 Feb 20 - 30 Apr 20
Close Minimize Help
Skip to content
Slides: Presentations with WordPress
JavaScript PHP CSS HTML
Branch: master
Clone or download
Latest commit e81feb9 on Nov 13, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
reveal Clean up speaker view on close 5 years ago
src Fix textdomain 5 years ago
.gitignore Update .gitignore 5 years ago
.svnignore
common.css Remove buggy rule to remove margin 5 years ago
default-content.html
index.css Add speaker notes editor beneath each slide 5 years ago
index.php 0.0.39 5 years ago
package-lock.json
package.json Add SVN 5 years ago
readme.md 0.0.39 5 years ago
register.php Fixes #24 5 years ago
speaker.css Slightly enlarge speaker notes in speaker view 5 years ago
speaker.js Fixes #23 5 years ago
speaker.php Remove edit presentation button in speaker view 5 years ago
template.js Fixes #23 5 years ago
template.php Less strict CSS escaping 5 years ago

readme.md

Slides & Presentations

Contributors:      ellatrix, wordpressdotorg
Tags:              presentations, slides, powerpoint, keynote
Requires at least: 5.3
Requires PHP:      5.6
Tested up to:      5.3
Stable tag:        0.0.39
License:           GPL-2.0-or-later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html

Allows you to create presentations with the WordPress block editor.

Description

This plugin requires WordPress version 5.3 or higher! It works best if you also have the Gutenberg plugin installed and up-to-date.

Report issues, or collaborate, on Github.

  • Creates a custom post type "Presentation", which will render as a presentation on the front end using Reveal.js.
  • Enables the block editor with a "Slide" block, which can be used as a container for each slide in the presentation.
  • You can add background colors, gradients, images, even iframes for the whole presentation, but also per slide.
  • You can select a font, color, and size.
  • If that's not enough, you can always add some custom CSS!
  • You can import a custom font by adding @import url('https://fonts.googleapis.com/css?family=...'); above any other rules in the CSS input field.
  • It's possible to include some notes with every slide.
  • You can enter a speaker view which will show the current slide, next slide, notes and timers.
  • A lot more options coming soon!
You can’t perform that action at this time.