Changeset 3437938
- Timestamp:
- 01/12/2026 04:26:52 PM (3 months ago)
- File:
-
- 1 edited
-
dropinblog-import/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dropinblog-import/trunk/readme.txt
r3437930 r3437938 1 === DropInBlog Import===2 Tags: dropinblog, import, blog, migration1 === DropInBlog === 2 Tags: blog, blogging, seo, content, embed 3 3 Requires at least: 6.0 4 4 Tested up to: 6.9 … … 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Import your WordPress posts into DropInBlog.10 Seamlessly embed your DropInBlog into WordPress with full SEO support and automatic routing. 11 11 12 12 == Description == 13 13 14 DropInBlog Import allows you to easily migrate your existing WordPress posts to your DropInBlog account. This plugin provides a simple interface to:14 DropInBlog makes it easy to integrate your blog into WordPress. Simply connect your DropInBlog account and your blog posts, categories, and authors will automatically render within your WordPress site while maintaining full SEO capabilities. 15 15 16 * Connect to your DropInBlog account using a private API key 17 * Select which DropInBlog you want to import into 18 * Choose which post statuses to import (published, draft, private, or scheduled) 19 * See exactly how many posts will be imported before starting 20 * Track progress with a real-time progress bar during import 16 **Key Features:** 21 17 22 The plugin will transfer: 18 * Automatic routing for blog URLs 19 * Full SEO support with meta tags and structured data 20 * Seamless integration with WordPress themes 21 * Server-side rendering for optimal performance 22 * No iframe embedding - native WordPress integration 23 * Maintains your website design and formatting 23 24 24 * Post title, content, slug, and excerpt 25 * Post publish date and visibility (public or private) 26 * Author information 27 * Categories 28 * Featured images 25 **How It Works:** 29 26 30 == Frequently Asked Questions == 27 1. Install and activate the plugin. 28 2. Enter your DropInBlog API credentials in settings. 29 3. Choose the page you want to add it to. By default a page titled Blog will be created. If that page already exist then a page titled Our Blog will be created. 30 4. Choose your DropInBlog. 31 5. Your DropInBlog content automatically appears on your site 31 32 32 = What type of API key do I need? = 33 Perfect for businesses and content creators who want the power of DropInBlog with the flexibility of WordPress. 33 34 34 You need a **Private** API key from DropInBlog. You can create one at https://app.dropinblog.com/me/apikeys/create 35 == External services == 35 36 36 = Will this delete my WordPress posts? = 37 This plugin connects to the DropInBlog API to retrieve blog posts for display on the site. 37 38 38 No, this plugin only reads your WordPress posts and creates copies in DropInBlog. Your WordPress posts remain untouched.39 It sends the site’s DropInBlog Blog ID and API Token when requesting posts. No visitor personal data (such as location, IP address, or user agent) is intentionally sent as part of these requests. 39 40 40 = What post statuses can be imported? = 41 42 You can import posts with any of the following statuses: 43 44 * Published 45 * Draft 46 * Private 47 * Scheduled 48 49 Select the statuses you want before starting the import. 50 51 = What post types are imported? = 52 53 Only WordPress posts (post_type = 'post') are imported. Pages and custom post types are not included. 54 55 = Can I run the import multiple times? = 56 57 Yes, but note that each import will create new posts in DropInBlog. The plugin does not check for duplicates, so running multiple imports will result in duplicate posts. 41 This service is provided by DropInBlog: <a href="https://dropinblog.com/tos/">terms of service</a>, <a href="https://dropinblog.com/privacy/">privacy policy</a>. 58 42 59 43 == Changelog == … … 65 49 66 50 = 1.0.0 = 67 Initial release of the DropInBlog ImportWordPress plugin.51 Initial release of the DropInBlog WordPress plugin. 68 52 69 53 == Support == … … 73 57 == Installation == 74 58 75 1. Upload the plugin files to the `/wp-content/plugins/dropinblog-import` directory, or install the plugin through the WordPress plugins screen directly. 76 2. Activate the plugin through the 'Plugins' screen in WordPress. 77 3. Use the DropInBlog Import menu item to configure the plugin. 78 4. Create a Private API key at https://app.dropinblog.com/me/apikeys/create 79 5. Enter your Private API key and select your blog. 80 6. Select which post statuses you want to import. 81 7. Click "Import Posts to DropInBlog" to begin the import process. 59 = Install from the WordPress Dashboard = 60 1. Go to Plugins → Add New. 61 2. Search for “DropInBlog”. 62 3. Click Install Now, then Activate. 63 64 = Manual installation = 65 1. Download the plugin .zip file. 66 2. Go to Plugins → Add New → Upload Plugin. 67 3. Upload the .zip and click Install Now. 68 4. Activate the plugin. 69 70 = After activation = 71 1. Go to DropInBlog → Settings to configure the plugin. 72 2. Paste your API key. 73 3. Choose the assigned page where your DropInBlog content will be displayed. 74 4. Click Continue. 75 5. Choose which DropInBlog this site should connect to. 76 6. Click Save Changes.
Note: See TracChangeset
for help on using the changeset viewer.