Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

GetContentFromURL

Descriere

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”]

The XPath argument must be url encoded. You can use this tool.

Capturi ecran

  • 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.

Instalare

  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

Întrebări frecvente

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

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„GetContentFromURL” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Istoric modificări

1.0

  • Initial release