Get content from almost any site to your WordPress blog, automatically!
FOR WHAT IT CAN BE USED
- Create a personal site which collects news, posts, etc. from your favorite sites to see them in one place
- Use it with WooCommerce to collect products from shopping sites
- Collect products from affiliate programs to make money
- Collect posts to create a test environment for your plugin/theme
- Collect plugins, themes, apps, images from other sites to create a collection of them
- Keep track of competitors
- You can imagine anything. The internet is full of contents
Demo: https://codecanyon.net/item/wp-cont...t-from-almost-any-site-automatically/1598301816.1. v1.12.0 - 15 May 2022
Important
This version requires at least PHP 7.3
New
Improvements
- Adds Disable SSL verification? setting to the general settings. When this is checked, the plugin does not verify the SSL certificates of the target sites.
- Adds Protected attachments setting to the general settings
- Adds Headers setting to the site settings. With this, you can define HTTP request headers that will be sent with every request made to the target site.
- Adds Trigger save_post hook setting to the site settings
- Adds Remove attributes and Exchange attributes action commands to the Element subject
- Adds Stop action command to the Crawling subject. Please see Stop for more information.
- Adds Set featured image action command. Please see Assigning a featured image from media library guide to learn how to use this command.
- Adds Attribute value and Numeric attribute value properties to the Element subject for the action commands. This makes it possible to change the values of attributes of the elements conditionally.
- Adds HTML property to the Element subject for the action commands. This makes it possible to change the HTML code of the elements conditionally.
Fix
- For the paginated posts, adds the “next page” separator as a Gutenberg block definition. By this way, the themes that render the page navigation via blocks (such as Twenty Twenty-Two theme) can display the page navigation.
- Displays a notice in Dashboard Page page when the scheduling is not active
- Updates the languages available for Amazon Translate API. More than 40 new languages are added.
- Updates the regions available for Amazon Translate API. More than 10 regions are added.
- Updates the default user agent. The existing HTTP User Agent setting is not updated. The default user agent is
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36
- Marks Site URL and Category URLs settings as required, by adding a red star next to their labels
- Displays the options of category selects in hierarchical format. Also, the names of the categories are not escaped. This fixes the issue of HTML special chars used in the category names not being displayed properly.
Requirements
- Trying to remove an element multiple times causes a fatal error
- The dismiss button of the notices do not work
- Notifications should be placed correctly in the page
- When the browser is re-opened in mobile devices, the auto-starting guides should not start after cancellation
- The secure URL for TurkceSpin API should be used. Also, the error message retrieved from the API should be displayed.
- When saving files, the file name is not retrieved from Content-Disposition header
Other
- Requires at least PHP 7.3
- Tested and works with WordPress 6.0, 5.9, 5.8, 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, with PHP 8.1, 8.0, 7.4, 7.3, with Chrome, Firefox, Opera, with WooCommerce 6.5, 6.4, 6.3, 6.2, 6.0, 5.7, 5.5, 5.0, 4.9, 4.5
- Minor fixes and improvements
- Code quality improvements