Plugin info

Total downloads: 743
Active installs: 40
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 1/15/2025 (355 days ago)
Added to WordPress: 1/8/2025 (0 years old)
Minimum WordPress version: 5.5
Tested up to WordPress version: 6.7.4
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Stale • Last updated 355 days ago • 1 reviews

40/100

Is Content Importer for Notion abandoned?

Likely maintained (last update 355 days ago).

Compatibility

Requires WordPress: 5.5
Tested up to: 6.7.4
Requires PHP: 7.2

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP Sync for Notion – Notion to WordPress
Rating 4.6/5 (7 reviews)Active installs 1,000
CF7 to Notion
Rating 5.0/5 (6 reviews)Active installs 400
Embed Notion Pages
Rating 0.0/5 (0 reviews)Active installs 200
Sync Content From Notion
Rating 4.0/5 (1 reviews)Active installs 0
Fulcrum Wiki
Rating 0.0/5 (0 reviews)Active installs 0

Description

Content Importer for Notion is a powerful WordPress plugin that allows you to pull content from a Notion database directly into your WordPress site. This plugin provides a flexible way to display and style Notion pages using shortcodes, manage individual page refreshes, and configure custom styles in the WordPress admin.

Key Features

  • Sync Notion Content: Pull content from any Notion database using your API Key and Database URL.
  • Content Shortcodes: Generate shortcodes for individual Notion pages to display them easily in posts or pages.
  • Flexible Styling: Customize styles for tables, lists, and list items, and add global custom CSS.
  • Local Storage: Stores Notion content locally, reducing API calls and improving performance.
  • Customizable Admin Interface: Set up tabs for easy style and custom CSS management.

Usage

  1. After setup, navigate to Content Importer for Notion > Notion Pages to see a list of pages from your connected Notion database.
  2. Copy the shortcode for a page and paste it into any WordPress post or page.
  3. Customize styles and global CSS under Content Importer for Notion > Styles.

External services

This plugin uses the Notion API to fetch content from Notion databases and display them in WordPress. It does not use the Notion API to update content in Notion. The data that is sent to the api are the Developer Integration Token and the Database URL. These are user generated and stored in the WordPress database. Content from Notion is stored locally as a custom post type. This reduces the number of API calls and improves performance and reduces the number of API calls to Notion. Content can be refreshed manually for specific pages or all pages at once.

This plugin uses the following API calls:
https://api.notion.com/v1/databases/{database_id}/query – Get list of pages in a database
https://api.notion.com/v1/blocks/{database_id}/children – Get list of blocks in a page
https://api.notion.com/v1/pages/{page_id} – Used for getting the title of a page

For more information on the Notion API, please refer to the Notion API documentation.

Privacy

This plugin does not collect any data from your site or users. It only uses the data that you provide to it. The Developer Integration Token and the Database URL are stored in the WordPress database and are not shared with any external services. The content is stored locally as a custom post type and is not shared with any external services.

License

This plugin is licensed under the GPLv2 or later. See https://www.gnu.org/licenses/gpl-2.0.html for details.

Installation

  1. Upload the content-importer-notion folder to the /wp-content/plugins/ directory or install the plugin via the WordPress Plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Content Importer for Notion > Settings to enter your Notion API key and Database URL.
  4. Use Content Importer for Notion > Notion Pages to list and manage synced pages, view shortcodes, and refresh content as needed.

Frequently Asked Questions

How do I find my Notion API Key and Database URL?

Refer to the Notion API documentation to create an integration and find the necessary keys. Make sure the integration has access to the database you want to sync.

Can I style the Notion content differently for each page?

Yes! Use the Classes section in Content Importer for Notion > Styles to customize CSS for each element. You can also add custom CSS in the Custom CSS tab.

Does the plugin cache Notion content?

Yes, it stores content locally as a custom post type. This reduces the number of API calls and improves performance and reduces the number of API calls to Notion. Content can be refreshed manually for specific pages or all pages at once.

Review feed

No reviews available

Screenshots

  1. Settings Page - Enter API Key and Database URL to connect to Notion.

    Settings Page - Enter API Key and Database URL to connect to Notion.

  2. Notion Pages Listing - View synced pages and copy shortcodes.

    Notion Pages Listing - View synced pages and copy shortcodes.

  3. Classes - Customize CSS classes for Notion content elements.

    Classes - Customize CSS classes for Notion content elements.

  4. Custom CSS - Add global CSS for all Notion content.

    Custom CSS - Add global CSS for all Notion content.

Changelog

1.0.1

  • Fixed issue with the page title not being displayed if the title property has a different name than the default “Name”

1.0.0

  • Initial release of Content Importer for Notion.
  • Sync content from Notion database to WordPress.
  • Customizable classes and custom CSS for enhanced styling.
  • Local storage for efficient page loading.