A quick comparison of production Press This vs. feature pluginFeature Plugin A plugin that was created with the intention of eventually being proposed for inclusion in WordPress Core. See Features as Plugins Press This when inserting a sideloaded image. CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. 4.2-alpha-31382 and Press This 0.0.4.3-20150207.
Production, insert sideloaded image and publish.
#gallery-19 {
margin: auto;
}
#gallery-19 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-19 img {
border: 2px solid #cfcfcf;
}
#gallery-19 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Start. Click the Press This bookmarklet.
- Sideloaded images don’t show by default. Click the image icon next to Add. This is a slow load the first time through. Lots of spinner.
- The desired image is earlier in this list than it is in the pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. list. Click the image.
- Image inserted. There are no buttons visible. What do I do? Scroll down.
- There’s Insert Image. Click it.
- Image inserted.
- Edit title and then Publish.
- Post publish screen. View post did not work for me, so I visited the front page in a new tab.
- Result.
Plugin, insert sideloaded image and publish.
#gallery-20 {
margin: auto;
}
#gallery-20 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-20 img {
border: 2px solid #cfcfcf;
}
#gallery-20 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Start. Click Press This bookmarklet.
- Media sideloads up top. Blockquote auto pulled. This is a good pull. I’ll go with it. Now, look for an image. (Production has a border around the images. Does the lack of borders here make image selection more difficult, especially with so many black backgrounds?)
- Found the image I want after some scrolling. Click. Image inserted.
- Scroll down a bit to peep the post. Looks good. Click Publish. (I forgot to edit the title like I did in the production example.)
- Published post loaded in window.













