Blog

Distributor plugin: Share content between your WordPress sites

Meet the newest addition to 10up’s suite of powerful, open source tools for content creators and managers: Distributor.

Distributor is a WordPress plugin that empowers content managers to safely reuse and syndicate content across their websites, supporting sites within a WordPress multisite network and across the web using the REST API. Designed with an intuitive user experience at the forefront, Distributor integrates “push” and “pull” use cases.

The sharing interface is accessible from the admin bar when viewing a single piece of content in the editor or on the front end. Without leaving the content – and with just a couple of clicks – content managers can “push” the content to any other sites where he or she has permission to publish. Think of it as a “retweet” feature for your WordPress sites.

Shares posts across a network

Read More on Distributor plugin: Share content between your WordPress sites

Meet ElasticPress

We are proud to announce the release of a new plugin, ElasticPress, to the WordPress community. The project started as an internal initiative to meet a particularly common yet difficult client request: improved WordPress search.

ElasticPress

ElasticPress integrates WordPress search with Elasticsearch which has become increasingly prominent powering search on major enterprise websites such as Github and WordPress.com. Elasticsearch is a scalable, peformant, and open source standalone search server based on a technology from Apache called Lucene. Besides being fast and scalable, Elasticsearch can do things like relevant results, autosuggest, geographic search, fuzzy matching, data weighting, and more.

ElasticPress ties your Elasticsearch instance to WordPress. It is a lightweight plugin that overrides the WP_Query object to return posts from Elasticsearch instead of MySQL. There are a number of special WP_Query parameters that the plugin supports to do things like meta, taxonomy, and author searches. ElasticPress can also handle cross-blog search on WordPress multi-site installations.

Full documentation and usage instructions for the plugin are on Github. ElasticPress requires WP-CLI as it is preferable to handle things like bulk indexing through PHP CLI.

Please reach out on Github with any questions. We are happy to help and greatly appreciate contributions.

Team Collaboration: Tweet by Category

When I first joined 10up, one of my first challenges was building a Twitter plugin for a client who wanted to automatically tweet based on category. Luckily, I work with an amazing team. I lamented in our team IRC room, and to my surprise, discovered that we already had a plugin that did exactly what I needed. Well, almost exactly.

The existing module, built for another client, was all but abandoned before it was fully polished for non-specific use cases. It also used Twitter’s deprecated v1 API, so I had to swap out the communication layer. Still, I had a starting point thanks to the inventiveness of the team, and our consistent application of coding standards.

A few weeks later, we had a solid, polished release using the v1.1 API ready for a new client. We released the project (it was still not fully abstracted, but complete enough for their purposes) and pushed it to the back burner (read: all but abandoned it again). Last month, yet another client requested the same feature. I dusted off our Git repository and started smoothing out the still rough edges so we could launch an even more refined version for a third client.

That’s when it hit me: this plugin only exists as a result of the way our team collaborates. It has been gradually improved and iterated over time across multiple developers and disparate project requirements. Yet we had never released the source outside of our company.

A couple of emails and about 10 minutes later, Publish to Twitter went public on both GitHub and WordPress.org. I’d personally like to invite you to join the growing team of collaborators on this project to help make it even more flexible and useful for our entire community.

Read More on Team Collaboration: Tweet by Category