Fetches the content of another webpage or URL to display inside the current post or page.
Fetches the content of another webpage or URL to display inside the current post or page.
Please note that this plugin previously used file_get_contents()
, but it’s no longer recommended.
Starting now, this plugin utilizes the wp_remote_get()
and wp_remote_retrieve_body()
functions to retrieve content from URLs.
This plugin contains code adapted from the original work by horshipsrectors
To install the plugin, please upload the folder to your plugins folder and active the plugin.
Questions can be directed to the WordPress support forums.
Once installed, you can include the shortcode [horshipsrectors_get_html URL] in a page or post to fetch and display the target URL.
Yes, use [horshipsrectors_get_html_get URL] or [horshipsrectors_get_html_curl URL] instead of the default [horshipsrectors_get_html URL]
While displaying the shortcode on WordPress, the closing bracket appears to be lost. Please ensure you’re closing the shortcode properly.