I want to install reveal.js
for my website which is based on a WordPress theme. I searched for a WordPress plugin that allows me to use reveal.js
and I did not find any. I also did not find any instructions to manually install this awesome presentation maker. Can I install reveal.js
by for example copying its content to the directory of the webpage and then paste the html code of the presentation into a Raw html Element and get the presentation to work? What would be the best way of doing this?
Asked
Active
Viewed 1,095 times
0

afp_2008
- 1,940
- 1
- 19
- 46
-
1https://wordpress.org/plugins/wp-present/ but you can also create a custom page template and link the script files, – David May 15 '15 at 06:31
-
I installed it but I could not find any instructions how I can use this plugin and create a `reveal.js` presentation. – afp_2008 May 15 '15 at 06:51
-
Apparently, `wp-present` plugin has not been tested with my current version of WordPress, according to the plugin description. Because of this, I don't see the correct settings, boxes, and elements, when I try to create a presentation. It only allows me to create a blog with a simple formatted text. – afp_2008 May 15 '15 at 07:22
-
1well then create the custom template and link the files, or have a look at the errors in the plugin. – David May 15 '15 at 12:15
-
Would you share how this template should be made? Thank you. – afp_2008 May 15 '15 at 16:34
-
1just create a template in your theme https://codex.wordpress.org/Page_Templates and then code like a html page. Try it and then if you get stuck you can ask for help. – David May 15 '15 at 17:22