Website Content in Page or Post
Fetches the content of another webpage or URL to display inside the current post or page.
The facts
- Rating
- 3★ from 5
- Active installs
- 100+
- Price
- Free
- Last updated
- 3 Dec 2025
- Added
- May 2012
- Requires WP
- 4.0.0
- Tested up to
- WP 6.9.7
- Downloads
- 12,510
Our analysis
AI-assistedWebsite Content in Page or Post is a WordPress plugin that allows you to embed content from other webpages or URLs directly into your posts or pages. It uses the wp_remote_get() and wp_remote_retrieve_body() functions for fetching content, ensuring a more reliable method than previous versions that relied on file_get_contents().
This plugin is suitable for users who want to display external content within their own website, enhancing the information available to visitors without needing to manually copy and paste content.
Best for: This plugin is best for bloggers or website owners looking to integrate external content into their posts.
What it does well
- ✓Fetches content from other webpages
- ✓Uses wp_remote_get() for improved reliability
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited information on additional features
- •No details on compatibility with all themes or plugins
Verdict
Website Content in Page or Post provides a straightforward way to embed external content, though its feature set is not extensively detailed.
From the developer
Matteo Enna's own description of Website Content in Page or Post, lightly tidied.
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