Wiki Embed - WordPress

From Help Wiki
Revision as of 13:58, 28 June 2016 by Ruizj (Talk | contribs) (Embed a wiki article in your WordPress site)

The RDP Wiki Embed plugin let's you embed the contents of any wiki page into a Wordpress page. To embed the contents of a wiki page in your site:

Activate and configure the plugin

  1. Go Plugins and activate the RDP Wiki Embed plugin
  2. Go to Settings > RDP Wiki and add the domain of the wiki you'd like to embed on its own line in the Security section.
    • To use and wiki at Evergreen simply add wikis.evergreen.edu on its own line

Embed a wiki article in your WordPress site

  1. Go to page (or post) where you'd like to embed the content
  2. Click the Wiki Embed shortcode button (W) and paste the url to the wiki page to embed
  3. Save your page

Remove the wiki header and footer (wikis.evergreen.edu only)

Currently wikis.evergreen.edu wikis will display the admin header and footer even if you chose to not display these in the RDP Settings page. To hide these parts of the page:

  1. Go Plugins and activate the Simple Custom CSS plugin
  2. Go to Appearance > Custom CSS
  3. Add the following css and click Update Custom CSS
#rdp-we-main .navbar, #rdp-we-main .footer {display:none}