Title: RDP Wiki Embed
Author: Robert D Payne
Published: <strong>8 April 2016</strong>
Last modified: 8 Januari 2024

---

Search plugins

![](https://ps.w.org/rdp-wiki-embed/assets/banner-772x250.png?rev=1616426)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/rdp-wiki-embed/assets/icon-128x128.png?rev=1616428)

# RDP Wiki Embed

 Oleh [Robert D Payne](https://profiles.wordpress.org/rpayne7264/)

[Download](https://downloads.wordpress.org/plugin/rdp-wiki-embed.1.2.20.zip)

 * [Details](https://ms.wordpress.org/plugins/rdp-wiki-embed/#description)
 * [Reviews](https://ms.wordpress.org/plugins/rdp-wiki-embed/#reviews)
 *  [Pemasangan](https://ms.wordpress.org/plugins/rdp-wiki-embed/#installation)
 * [Pembangunan](https://ms.wordpress.org/plugins/rdp-wiki-embed/#developers)

 [Support](https://wordpress.org/support/plugin/rdp-wiki-embed/)

## Description

RDP Wiki Embed will pull content from any MediaWiki website (such as wikipedia.org)
and embed it in pages and posts. It strips and reformats the content, allowing you
to supply some arguments to dictate how this works.

RDP Wiki Embed can also look for all links to wiki sites listed in the Security 
section and force the content on the current page to be replaced with the content
found at the wiki site when the link is clicked. Visitors will be able to read wiki
content without leaving your site.

**RDP Wiki Embed is not coded to work with the block editor. Therefore, the shortcode
button will not work.** A plugin that restores the classic editor will need to be
installed for the shortcode button to work. Get the Classic Editor Plugin [here.](https://wordpress.org/plugins/classic-editor/)

#### Support

Posting to the WordPress.org Support Forum does not send me notifications of new
issues. Therefore, please send support requests using the [contact form on my web site.](http://www.rdptechsolutions.com/contact/)

#### Sponsor

This plug-in brought to you through the generous funding of [Laboratory Informatics Institute, Inc.](http://www.limsinstitute.org/)

### Usage

Use the shortcode [rdp-wiki-embed] for embedding MediaWiki content. The following
arguments are accepted:

 * url: (required) the web address of the wiki article that you want to embed on
   this page
 * title_show: 0 (zero) to hide title or 1 to show
 * toc_show: 0 (zero) to hide table of contents (TOC) or 1 to show
 * edit_show: 0 (zero) to hide edit links or 1 to show
 * infobox_show: 0 (zero) to hide info boxes or 1 to show
 * unreferenced_show: 0 (zero) to hide “unreferenced” warning boxes or 1 to show
 * wiki_update: number of minutes content of the wiki page will be stored on your
   site, before it is refreshed
 * wiki_links: behavior after clicking a link to wiki content – **default** or **
   overwrite**
 * wiki_links_open_new: 0 (zero) to open wiki links in same window or 1 to open 
   in new window
 * global_content_replace: 1 to apply embed overwrite behavior to all wiki links
   on the site or 0 (zero)
 * global_content_replace_template: page template to use for replaced content
 * source_show: 0 (zero) to hide attribution or 1 to show
 * pre_source: text for source label

#### Examples

Basic uasge:

[rdp-wiki-embed url=’http://en.wikipedia.org’]

Display table-of-contents and info boxes, but hide title, edit links and ‘unreferenced’
warning boxes:

[rdp-wiki-embed url=’http://en.wikipedia.org’ title_show=’0′ toc_show=’1′ edit_show
=’0′ infobox_show=’1′ unreferenced_show=’0′]

#### About Overwrite and Global Content Replace

Global content replace requires Overwrite mode to be enabled. When content is being
replaced in Overwrite mode, the Default Shortcode Settings on the plug-in’s settings
page will be applied to content that is fetched from wiki sites.

### Action Hook Reference:

#### rdp_we_scripts_enqueued

 * Param: none
 * Fires after enqueuing plug-in-specific frontend scripts

#### rdp_we_styles_enqueued

 * Param: none
 * Fires after enqueuing plug-in-specific frontend styles

### Filter Reference

#### rdp_we_scrub_remove_elements_filter

 * Param: Array of HTML elements to remove from the raw wiki content, before being
   cached
 * Return: Array of HTML elements to remove from the raw wiki content, before being
   cached

#### rdp_we_prerender_remove_elements_filter

 * Param: Array of HTML elements to remove from the wiki content, before rendering
   to browser
 * Return: Array of HTML elements to remove from the wiki content, before rendering
   to browser

## Screenshots

 * [[
 * Settings page
 * [[
 * Media button to launch shortcode embed helper form
 * [[
 * Shortcode embed helper form

## Installation

#### From your WordPress dashboard

 1. Visit ‘Plugins > Add New’
 2. Search for ‘RDP Wiki Embed’
 3. Click the Install Now link.
 4. Activate RDP Wiki Embed once it is installed.

#### From WordPress.org

 1. Download RDP Wiki Embed zip file.
 2. Upload the ‘rdp-wiki-embed’ directory from the zip file to your ‘/wp-content/plug-
    ins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
 3. Activate RDP Wiki Embed from your Plugins page.

#### After Activation – Go to ‘Settings’ > ‘RDP Wiki’ and:

 1. Set configurations as desired.
 2. Click ‘Save Changes’ button.

## Reviews

![](https://secure.gravatar.com/avatar/77e32a2719113809b4304d6dd404cef4ea885bb89bacf186cd0236bfe0f2c11a?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-38821/)󠁿

 [Harald Wenzel](https://profiles.wordpress.org/epiphanius1/) 21 April 2024

Many thanks to the author of this plugin. Initially, it did not work and gave an
error message. Cause: You have to omit the inverted commas in the URL.

![](https://secure.gravatar.com/avatar/99ce7afca2331be003b795e264370b392aa03356e9fe76b77e0e32f2379230ca?
s=60&d=retro&r=g)

### 󠀁[What a great resource](https://wordpress.org/support/topic/what-a-great-resource/)󠁿

 [Tom Palmer](https://profiles.wordpress.org/tompalmer999/) 26 Jun 2020

What a great resource. And nicely implemented. I only wish the info box and table
of contents could be set to not display on mobile devices. They don’t format properly,
so aren’t really an option to use. Perhaps in a premium version? Otherwise, perfect!

![](https://secure.gravatar.com/avatar/beba8607de9cabe14c4feb8d8dee8c24be077061b60248e3148276401f66e422?
s=60&d=retro&r=g)

### 󠀁[Plugin is not compatible with PHP 7.2 or 7.3](https://wordpress.org/support/topic/plugin-is-not-compatible-with-php-7-2-or-7-3/)󠁿

 [hwuser](https://profiles.wordpress.org/hwuser/) 16 April 2020 1 reply

Plugin is not compatible with PHP 7.2 or 7.3 Technical support does not answer… 
Update 16/04/2020 Now it works!! Thanks!!!

![](https://secure.gravatar.com/avatar/72b223d64d2d8cbfb475b5da40917691af4321eaa474eb3e8774ea0f3be6baff?
s=60&d=retro&r=g)

### 󠀁[Great plugin and support](https://wordpress.org/support/topic/great-plugin-and-support-896/)󠁿

 [lama010101](https://profiles.wordpress.org/lama010101/) 7 April 2020

Works very well: will embed the whole Wiki page + Robert quickly replied to me to
solve a problem with the URL.

![](https://secure.gravatar.com/avatar/e57d7c6f477319a115f7c4cf684b44dace805c793a8a6365bc03d3f1e36c5490?
s=60&d=retro&r=g)

### 󠀁[Works Perfectly](https://wordpress.org/support/topic/works-perfectly-1667/)󠁿

 [swamparoo](https://profiles.wordpress.org/swamparoo/) 24 April 2019

Works perfectly. Just have to enter the URL of the Wikipedia article you want. I
love how it has the feature to let visitors stay on your website. When you link 
to the article just use the wiki_links argument and set it to overwrite. When you
do that any links in the embedded Wikipedia article will load on your site on that
embedded page.

![](https://secure.gravatar.com/avatar/208094fb4880ca8767f0c5d975fa3b1630cd6de0709f6460da89bfa3485dbb50?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-5647/)󠁿

 [Picturgency](https://profiles.wordpress.org/picturgency/) 18 Disember 2018

Simple, awesome ! No conflict with visual composer, the tool is beside media insert
button in pages. Brilliant ! Thank you so much !

 [ Read all 12 reviews ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/)

## Contributors & Developers

“RDP Wiki Embed” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang
kepada pemalam ini.

Penyumbang

 *   [ Robert D Payne ](https://profiles.wordpress.org/rpayne7264/)
 *   [ Benjamin Danon ](https://profiles.wordpress.org/bndn/)

[Translate “RDP Wiki Embed” into your language.](https://translate.wordpress.org/projects/wp-plugins/rdp-wiki-embed)

### Berminat dalam pembangunan?

[Layari kod](https://plugins.trac.wordpress.org/browser/rdp-wiki-embed/), periksa
[repositori SVN](https://plugins.svn.wordpress.org/rdp-wiki-embed/), atau langgani
[log pembangunan](https://plugins.trac.wordpress.org/log/rdp-wiki-embed/) dengan
[RSS](https://plugins.trac.wordpress.org/log/rdp-wiki-embed/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.20

 * Made minor code changes so things work with PHP 8
 * Updated function **RDP_WIKI_EMBED_CONTENT->scrub()** to remove vector-* classed
   elements

#### 1.2.19

 * Added function **RDP_WIKI_EMBED_CONTENT->buildLink(()**.
 * Modified function **RDP_WIKI_EMBED_CONTENT->scrub()** to preserve red links.

#### 1.2.18

 * Fixed bug related to the remove elements process

#### 1.2.17

 * Added settings option to hide the title of fetched wiki pages.
 * Added settings option to allow a list of CSS selectors to target for removal 
   from fetched wiki pages.
 * Modified **RDP_WIKI_EMBED_CONTENT->content_get()** to use old cURL code for fetching
   wiki pages.

#### 1.2.16

 * Modified **RDP_WIKI_EMBED_CONTENT->preRender()** to check for empty white list.
 * Modified **RDP_WIKI_EMBED_CONTENT->content_get()** to use WordPress HTTP API.
 * Modified **RDP_WIKI_EMBED->shortcode()** to skip URL validation check.
 * Modified regex patterns in rdp_simple_html_dom (lines 691 and 1387) to fix parsing
   for PHP 7.3.

#### 1.2.15

 * Modified **RDP_WIKI_EMBED_CONTENT->preRender()** to use white list URLs to determine
   if a link should be treated as an external link.

#### 1.2.14

 * Minor changes

#### 1.2.13

 * Updated content parsing to remove jump links

#### 1.2.12

 * Updated content parsing to preserve line breaks in HTML

#### 1.2.11

 * Updated link overwrite script to skip menu items with the class **no-wiki-overwrite**

#### 1.2.10

 * Modified **RDP_WIKI_EMBED_CONTENT->content_get()** to use in-memory-only cookies

#### 1.2.9

 * Addressed issue where **No Caching** setting was ignored

#### 1.2.8

 * Revert shortcode to always render the book TOC button

#### 1.2.7

 * Modified shortcode to prevent rendering of the TOC button if toc_show = 0

#### 1.2.6

 * Re-worked php code and JS code to skip file pages, to leave download links for
   files and images intact

#### 1.2.5

 * Modified code to ignore headline anchors, where the class attribute contains **
   mw-headline**, when adding **rdp-we-** prefix to the id attributes of HTML elements
   coming in from MediaWiki sites

#### 1.2.4

 * Added check for array to RDP_WIKI_EMBED_CONTENT->scrub();

#### 1.2.3

 * Modified code to ignore cite anchors when adding **rdp-we-** prefix to the id
   attributes of HTML elements coming in from MediaWiki sites
 * Moved code that adds **rdp-we-** prefix to the id attributes of HTML elements
   to **RDP_WIKI_EMBED_CONTENT->preRender()**, from **RDP_WIKI_EMBED_CONTENT->scrub()**
 * Modified code section that identifies links to external files
 * Added **RDP_WIKI_EMBED_UTILITIES::leadingslashit()**
 * Added **RDP_WIKI_EMBED_UTILITIES::unleadingslashit()**
 * Modified code section that tries to convert relative image URLs to absolute URLs

#### 1.2.2

 * Modified code to make a second call to RDP_WIKI_EMBED->enqueueScripts(), to ensure
   that any overriding shortcode atts are honored
 * Modified **RDP_WIKI_EMBED->contentFilter()** for simplicity
 * Removed **RDP_WIKI_EMBED->getPageShortcode()**
 * Fixed bug in **RDP_WIKI_EMBED->handleTemplateSelection()** related to obtaining
   default settings
 * Added _math_ to the default element remove list in RDP_WIKI_EMBED_CONTENT->scrub()
 * Added filter **rdp_we_scrub_remove_elements_filter**
 * Added filter **rdp_we_prerender_remove_elements_filter**

#### 1.2.1

 * Slight modification to overwrite functionality

#### 1.2.0

 * Refactored code to leave download links for files and images intact
 * Refactored code to add **rdp-we-** prefix to the id attributes of HTML elements
   coming in from MediaWiki sites
 * Refactored overwrite code to use same shortcode attributes specified in a page’s
   original RDP Wiki Embed shortcode
 * Added WP_CRON job to clear expired content from cache

#### 1.1.3

 * Refactored code to properly parse source URL for data-href link attribute
 * Added backup routine to look for rdp_we_resource query variable

#### 1.1.2

 * Security update

#### 1.1.1

 * Updated CSS to show formulas

#### 1.1.0

 * Fix no-cache option setting
 * Add option setting to show wiki admin links
 * Add option setting to show wiki footer

#### 1.0.0

 * Initial RC

## Meta

 *  Version **1.2.20**
 *  Last updated **2 tahun lalu**
 *  Active installations **400+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **6.4.8**
 *  Language
 * [English (US)](https://wordpress.org/plugins/rdp-wiki-embed/)
 * Tags
 * [mediawiki](https://ms.wordpress.org/plugins/tags/mediawiki/)[wiki](https://ms.wordpress.org/plugins/tags/wiki/)
   [wiki embed](https://ms.wordpress.org/plugins/tags/wiki-embed/)
 *  [Paparan Lanjutan](https://ms.wordpress.org/plugins/rdp-wiki-embed/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  12 5-star reviews     ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rdp-wiki-embed/reviews/)

## Penyumbang

 *   [ Robert D Payne ](https://profiles.wordpress.org/rpayne7264/)
 *   [ Benjamin Danon ](https://profiles.wordpress.org/bndn/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rdp-wiki-embed/)