Press This for WordPress Plugin Directory
Press This is the #32 ranked post app on WordPress, with a 3.7 average rating from 25 reviews, as of Aug 31, 2026.
Press This is a WordPress Plugin Directory app by WordPress.org. With a rating of 3.7★ from 25 reviews, it currently ranks #32 in the Post category.
AppRanks data: Press This ranks #32 in Post on WordPress Plugin Directory, placing it in the top 6% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Press This is a mixed-rating WordPress app with a limited review volume. It is listed in the Post category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 25 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by WordPress.org — established developer track record
Cons
- −Average rating below 4.0 (3.7★) — read recent low-star reviews before committing
- −Limited review base (25) — ratings can shift significantly with new feedback
Looking to switch from Press This?
See Press This's alternatives ranked by audit score, rating, and review velocity.
How Press This works
Show full descriptionShow less
Press This is a little tool that lets you grab bits of the web and create new posts with ease.
It will even allow you to choose from images or videos included on the page and use them in your post.
Use Press This as a quick and lightweight way to highlight another page on the web.
Version 2.0 – Gutenberg Block Editor Press This 2.0 brings the modern WordPress block editor experience to the bookmarklet popup. You can now compose posts using familiar blocks like Paragraph, Heading, Image, Quote, List, and Embed.
New Features:
Gutenberg Block Editor – Full block editor integration for a consistent WordPress editing experience
Smart Post Format Suggestions – Automatically suggests Video, Quote, or Link formats based on content
Enhanced Content Extraction – Improved scraping with JSON-LD structured data support
Client-Side Only Scraping – All content extraction happens in your browser for better privacy and security
Featured Image Support – Set any scraped image as your post’s featured image
Improved Media Grid – Better thumbnail display with support for video and audio embeds
Filters for Developers Press This 2.0 includes new filters for customization:
press_this_allowed_blocks – Customize which blocks are available in the editor
press_this_post_format_suggestion – Modify the auto-suggested post format
See the Developer Documentation section below for details.
Contributing Bugs and PRs can be submitted via https://github.com/WordPress/press-this .
Developer Documentation New Hooks and Filters in 2.0 press_this_allowed_blocks
Customize which blocks are available in the Press This editor.
add_filter( 'press_this_allowed_blocks', function( $blocks ) { // Add the gallery block $blocks[] = 'core/gallery';
// Remove the embed block $blocks = array_filter( $blocks, function( $block ) { return $block !== 'core/embed'; } );
return $blocks; } );
Default blocks: core/paragraph, core/heading, core/image, core/quote, core/list, core/list-item, core/embed
press_this_post_format_suggestion
Modify or override the auto-suggested post format based on content.
add_filter( 'press_this_post_format_suggestion', function( $suggested_format, $data ) { // If the URL contains 'podcast', suggest audio format if ( ! empty( $data['u'] ) && strpos( $data['u'], 'podcast' ) !== false ) { return 'audio'; }
return $suggested_format; }, 10, 2 );
The $data array contains scraped content including:
– u – Source URL
– s – Selected text
– t – Page title
– _images – Array of image URLs
– _embeds – Array of embed URLs
– _meta – Meta tag data
– _jsonld – JSON-LD structured data
Preserved Hooks from 1.x All existing hooks continue to work:
press_this_redirect_in_parent – Control post-save redirect behavior
press_this_save_post – Filter post data before saving
press_this_save_redirect – Filter redirect URL after save
enable_press_this_media_discovery – Toggle media scraping
press_this_data – Filter the complete scraped data array
press_this_suggested_html – Filter default content templates
shortcut_link – Customize the bookmarklet URL
History WordPress, from the earliest days, included some way to bring in snippets from other websites for you to post on your own.
The original “Press It” was removed from WordPress 2.5 and a new “Press This” added in 2.6. It existed pretty much unchanged until WordPress 4.2, which completely refreshed Press This.
In WordPress 4.9, Press This was spun out to a “canonical plugin” — an official plugin from WordPress.org so sites who wanted to use it could, but streamline more niche functionality out of Core. This was previously done with the Importers.
In version 2.0, Press This was modernized to use the Gutenberg block editor, bringing it in line with the modern WordPress editing experience while maintaining backward compatibility with existing installations.
Category rankings
As of Sep 9, 2026See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Press This doesn't have curated competitor matchups yet. Other tracked post apps on WordPress:
Where Press This stands in the Post category
Press This ranks #32 of 585 apps in the Post category, placing it in the top 6% of the listing.
Frequently asked questions
What is Press This?
Press This is an app for WordPress. It currently holds a 3.7-star rating from 25 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. It is listed under the Post category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by WordPress.org.
Who uses Press This?
Currently around 5,000 active stores have installed Press This. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Post category on WordPress.
Where does Press This rank on WordPress?
Press This currently sits at position #32 in the Post category on WordPress. That places it in the top 5% of 585 apps tracked in the same category. Category positions are read from the live marketplace ranking and refresh on each scrape, so the number you see here reflects the most recent crawl rather than a long-running average.