Easily copy and import content from any site by spidering, scraping and then processing the text, images and meta content easily
Easy site importer makes the process of migrating from any web site a much simpler, easy and a less time consuming process.
Simply enter the URL of a site and Easy Site Importer will automatically scan the target website to find sections of the site which have content to be scraped.
Specify which main HTML content block contains the main content for the site and if required an additional start and end string within this main content block.
site-importer
folder to the /wp-content/plugins/
directory of your wordpress siteSite Importer
menu that appears in your admin menuSimply enter the web URL of the site you would like to copy and click update to automatically scan the sites HTML structure for places where you main content may be held. In addition a start and end piece of html can be entered to properly identify it
Sample scrape settings for a typical site
Filter the HTML when it is imported into the site to make adjustments to the HTML
Preview the filtered HTML so you can see which bits are being replaced or removed
Import the images into the wordpress media library and amend the HTML to the new path. You can also import the titles and meta description into Yoast if it is installed
Review the pages before importing them into wordpress
It is possible to increase this limit depending on how responsive the site is, and if your web server can deal with the extra execution time.
Increase the limit setting within the class-site-importer-admin.php file, You may need to increase the php execution time within php.ini or by adding the line set_time_limit(200);
This error is caused when using old versions of PHP which are less than version 5.3 and this plugin only works on versions of 5.3+.
You are probably using version 5.2 or older of PHP which will be well over 4 years old and has now no longer supported by PHP http://php.net/eol.php.
If you need to check your version of PHP you can try checking it by uploading the following code to the server
Added Support for All in One SEO and Add Meta plugins
Added Tutor
Added option to import into a page or a post
Visual tweaks
Display of image results lists them within the titl
Fixed issue with constructor class doing to much work
Fixed issues with warnings being displayed
Add some more text to help explain error situations
Added ability to remove text from the post/page name