Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

GetContentFromURL

Beschreibung

Loads content from other url by using a shortcode. Full content or special container by using XPath.

Examples:

  • Displays the whole content from a page.

    [gcfu url=“https://daschmi.de“]

  • Displays the featured article from wikipedia.

    [gcfu url=“https://de.wikipedia.org/wiki/Wikipedia:Hauptseite“ xpath=“%2F%2F%2A%5B%40id%3D%22mf-tfa%22%5D“]

Das XPath-Argument muss URL-kodiert sein. Dazu kann dieses Werkzeug benutzt werden.

Screenshots

  • Grab the URL of the target page.

  • get the XPath of the target container. (for example with the chrome dev tools)

  • encode the XPath with urlencode.

  • build and use the shortcut.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Use the ‚[gcfu]‘ shortcode on your pages

FAQ

Installation Instructions
  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Use the ‚[gcfu]‘ shortcode on your pages

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„GetContentFromURL“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „GetContentFromURL“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Initial release