Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

GetContentFromURL

Descripción

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.

Capturas

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

Instalación

  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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«GetContentFromURL» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «GetContentFromURL» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial release