wp-press-this-reloaded

An enhanced version of the PressThis bookmarklet in WordPress

Stars
7

=== Press This Reloaded === Contributors: scribu, mustela Tags: bookmarklet, press-this, pressthis Requires at least: 3.4 Tested up to: 3.5 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Press This, using the regular Add New Post screen

== Description ==

Press This is neat, but wouldn't it be a lot neater if you had access to all the functionality you have on the normal post editing screen?

With this plugin, you will have access to all the meta boxes, not just Categories and Tags.

Also, plain URLs are inserted in the post content, letting the Embeds feature do the rest.

Important: After activating the plugin, you will have to re-add the bookmarklet, from WP Admin -> Tools.

Links: Plugin News | Author's Site

== Frequently Asked Questions ==

= Error on activation: "Parse error: syntax error, unexpected..." =

Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening <?php tag):

var_dump(PHP_VERSION);

== Screenshots ==

  1. The UI

== Changelog ==

= 1.1.1 =

  • don't automatically load images from parent page

= 1.1 =

  • easily insert images/videos from page, like in original PressThis

= 1.0.3 =

  • hide admin bar in popup window

= 1.0.2 =

  • add via link when there's a text selection
  • wrap text selection in a <blockquote>

= 1.0.1 =

  • fixed redirection on subsequent saves

= 1.0 =