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.

GetContentFromURL

توضیحات

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.

عکس‌های صفحه

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

نصب

  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

سوالات متداول

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

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“GetContentFromURL” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “GetContentFromURL” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0

  • Initial release