Why I Love Jetpack

Jetpack
  1. Blogging for Benjamin Competition
  2. Why I'm Grateful to Work on the Web
  3. 24 Pull Requests
  4. Update Downloadable Product's Expiration Date in WooCommere
  5. Get Lost in the Flow and Work for More Than a Salary
  6. Why A Plugin's Popularity Matters
  7. Why You Should (Or Shouldn't) Use Premium Plugins
  8. WooCommerce Terms & Conditions
  9. Only Ship to Continental United States with WooCommerce
  10. Just Talk
  11. Why I Love Jetpack
  12. Making Jetpack Better
  13. Remove Billing Address for Free Virtual Orders in WooCommerce
  14. Notify Admin of Customer Address Change in WooCommerce
  15. Open Your Self Up To New Possibilities
  16. 2013 Resolutions Review
  17. Create a Community
  18. Tips for Starting a Community
  19. The Intent of Goals
  20. Create The Ultimate Invoicing System Using WooCommerce
  21. Change From Address in Ninja Forms
  22. Work With People Who Inspire You
  23. Contact Form 7 & MailPoet Integration
  24. Monotasking
  25. Giving Back to The Community
  26. Adding Fuctionality to Lean Plugins
  27. Choose Stripe For a Payment Gateway
  28. A Dip Into Entrepreneurship
  29. Reward Yourself
  30. Blogging for Benjamin Plugin
  31. Blogging for Benjamin Wrap Up

One of my favorite plugins in the entire WordPress blogosphere is JetPack. JetPack is plugin built by Automattic that brings in all the features of WordPress.com to your own WordPress.org site. The thing that I love so much about this plugin is that they offer some incredible free cloud services as well as a few really great simple modules (think of them as mini plugins) built the right way.

Free Cloud Services

One of the best things from a developers perspective are the free cloud services. Once you connect Jetpack to your WordPress.com account (free) you get access to a ton of services.

Jetpack Status

Example Jetpack Stats from Jetpack.me

  • Stats – one of the most addicting modules is the Stats module. Once activated you see a nice panel on your dashboard when you login.  You can dig further down into the stats at any point by clicking around.
  • Subscriptions – this is my favorite module within the entire Jetpack plugin. It allows you to add a signup form on your site where users can subscribe to all of your posts by email. This is hugely beneficial to the non technical users who want your content but don't want to check your site everyday. I'm sure this type of service is available elsewhere but with JetPack it's completely free.
  • Photon – Automatically host your images on a CDN. This will reduce the load on your own server and will also speed up your site. There's plenty of other services that do this but once again – Jetpack does this for free.

Decisions not Options

Aside from the great (& free) cloud services that Jetpack provides there's a couple other services that they offer. The best part about these other modules is that they make decisions not options. That means that they make a solution that works perfectly for 80% of the users, give programmatic filters for another 10%, and don't clutter up the interface for the last 10%. This sounds careless but it is a valid software design philosophy that makes software better. If you need one of these features tweaked that much you should probably use a different plugin – and there's nothing wrong with that.

Publicize

Publicize settings

  • Publicize – Want to publish your blog posts to Twitter, Facebook, LinkedIn, Tumblr, and more? Activate the module and connect your services. You don't need to use the bloated Facebook plugin and create a Facebook app to do any of this. It's much easier this way.
  • Infinite Scroll – I love infinite scroll. It just makes the experience so much better for your users. And I like that by including this functionality into Jetpack Automattic has given theme developers a standard to use to add infinite scroll to their themes.
  • Custom CSS – Do you just need to tweak one line of CSS? Then instead of creating a child theme you could use the Custom CSS module.
  • Snow – One of the wonderfully superfluous modules they include is a snow module. You can tweak one setting and it will snow on your site.

Disadvantages

Jetpack isn't perfect of course. They do a couple of things that annoy me – but not to the extent that I would use anything else.

  • Autoactivation – there are several modules that are automatically activated. For example since I'm such a big fan of Ninja Forms I want to turn off the Contact Form module but have to dig into the code to do so.
  • Modules, Modules, & Modules – if you're using Jetpack for the first time it can take a bit of time to get comfortable with it. There's lots of modules. Don't be afraid to try them out and then deactivate them again.

I'll be looking into these disadvantages in a future post and am going to create a Jetpack assistant plugin (how about “Thrusters”?) that removes some of the pieces of JetPack that I don't need.

Give me My Jetpack

Jetpack does have a few disadvantages but what doesn't? The free cloud services more than make up for it. If you want to learn a bit more I highly suggest checking out the WPWatercooler episode about Jetpack (embedded below) which includes some of the Jetpack engineers.

 

2 thoughts on “Why I Love Jetpack

  1. There is a lot to like in JetPack but sometimes it seems like I spend most of my configuration time disabling modules.

    I recently ran across a solution in this great little snippet from Jeremy Herve, which turns off all modules from being enabled by default.
    add_filter( 'jetpack_get_default_modules', '__return_empty_array' );

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.