Description
Zsoogi Clipper enables administrators to create, organize, and manage wiki-style research documentation within WordPress. The plugin combines a custom post type for Zsoogi clips with a modern bookmarklet, allowing you to easily capture and curate content from anywhere on the web.
Perfect for teams building internal documentation, knowledge bases, API documentation, or any content that benefits from wiki-style organization and quick content capture from external sources.
Key Features
Zsoogi Clip Management
- Dedicated custom post type optimized for documentation
- Hierarchical taxonomy to organize clips by type/category
- Full Gutenberg block editor support with classic editor compatibility
- Support for thumbnails, comments, and revisions
- REST API ready for headless applications
Modern Bookmarklet
- Pure vanilla JavaScript with no jQuery dependency
- Smart YouTube integration with automatic title cleanup and high-quality thumbnails
- Capture selected text and images from any webpage
- Automatically set featured images from captured content
- Pre-formatted content with blockquotes and citations
- Quick publishing workflow
Administrator-Only Access
- Secure access restricted to administrator users
- Non-administrators redirected from Zsoogi clip pages
- Private documentation without public exposure
Settings & Customization
- Dedicated settings page under Zsoogi clips menu
- Auto-set featured image option
- Clean, WordPress-native admin experience
Perfect For
- Internal documentation teams
- Research projects
- Knowledge base management
- API documentation
- Content curation
- Reference libraries
Technical Details
Post Type Slug: zsoogiclips
Taxonomy Slug: zsoogi_type
REST API: Fully enabled
Text Domain: zsoogi-clipper
Plugin Constants:
* ZSOOGI_CLIPS_VERSION – Plugin version
* ZSOOGI_CLIPS_PLUGIN_FILE – Main plugin file path
* ZSOOGI_CLIPS_PLUGIN_DIR – Plugin directory path
* ZSOOGI_CLIPS_PLUGIN_URL – Plugin URL
Privacy Policy
Zsoogi Clipper does not collect, store, or transmit any personal data. All content is stored locally in your WordPress database. The bookmarklet operates entirely within your browser and only communicates with your WordPress installation.
Support
For support, feature requests, or bug reports:
* Visit the plugin page on WordPress.org
* Submit issues on GitHub: https://github.com/TheAPIGuysDev/zsoogi-clipper
* Contact: The API Guys – https://theapiguys.com
Credits
- Inspired by WordPress Press This functionality
- Built with modern vanilla JavaScript
- Developed by The API Guys and pbrocks
Screenshots




Installation
Automatic Installation
- Log in to your WordPress admin panel
- Go to Plugins > Add New
- Search for “Zsoogi Clipper”
- Click “Install Now” and then “Activate”
- Navigate to Zsoogi clips > Settings to configure
Manual Installation
- Download the plugin ZIP file
- Log in to your WordPress admin panel
- Go to Plugins > Add New > Upload Plugin
- Choose the downloaded ZIP file and click “Install Now”
- Click “Activate Plugin”
- Navigate to Zsoogi clips > Settings to configure
Setting Up the Bookmarklet
- Go to Zsoogi clips > Settings in your WordPress admin
- Drag the “Clip to Zsoogi” bookmarklet to your browser’s bookmarks bar
- Visit any webpage you want to capture
- Click the bookmarklet to capture content
- Review and publish as a Zsoogi clip
FAQ
-
Who can access Zsoogi clips?
-
Only logged-in administrators can create and view Zsoogi clips. Non-administrators are redirected to the homepage when trying to access Zsoogi clip pages.
-
Does the bookmarklet require jQuery?
-
No! The bookmarklet uses pure vanilla JavaScript with no dependencies, making it fast and compatible with all modern browsers.
-
Does the bookmarklet work with YouTube videos?
-
Yes! The bookmarklet includes smart YouTube integration that:
* Automatically cleans up YouTube titles (removes view counts and “- YouTube” suffix)
* Fetches high-quality thumbnails from YouTube
* Captures video URLs and metadata -
Can I organize my Zsoogi clips?
-
Yes! Use the hierarchical “Zsoogi Type” taxonomy to categorize and organize your clips.
-
Is the plugin compatible with Gutenberg?
-
Absolutely! The plugin fully supports the Gutenberg block editor, and captured content is pre-formatted with proper blocks.
-
Does this work with the Classic Editor?
-
Yes, the plugin works with both Gutenberg and the Classic Editor.
-
Can I use this for public documentation?
-
The plugin is designed for admin-only access. If you need public documentation, you would need to customize the access controls or use a different solution.
-
Will this work with my theme?
-
Yes! Zsoogi Clipper uses WordPress standards and works with any properly coded WordPress theme.
-
Does this require Composer?
-
No! Composer is only needed for development (PHP CodeSniffer for linting). The plugin works perfectly in production without any Composer dependencies.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Zsoogi Clipper” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Zsoogi Clipper” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release on WordPress.org
- Modern jQuery-free bookmarklet for web content capture
- Smart YouTube integration with automatic title cleanup and high-quality thumbnail capture
- Admin-only custom post type (
zsoogiclips) with hierarchical taxonomy (zsoogi_type) - Auto-set featured images from captured content
- Customizable menu label via Settings
- Gutenberg and Classic Editor support
- REST API enabled
- Translation-ready with full text domain support