Book Image

WordPress Top Plugins

By : Brandon Corbin
Book Image

WordPress Top Plugins

By: Brandon Corbin

Overview of this book

Bloggers, authors, coders, photographers, moms, dads, big companies, small companies, and even kids use WordPress to manifest their personas online. WordPress is used in every market, in every country, and continues to grow everyday. This explosive growth and international open source love affair was ignited the day WordPress announced the simple idea of a 'plugin'A WordPress plugin is a collection of files (PHP, javascript, css) that creates a small feature or modification to your WordPress blog. WordPress Top Plugins will teach you to add these plugins to an already built base WordPress site, and customize them where applicable.This book will walk you through finding and installing the best plugins for generating and sharing content, for building communities and reader base, and for generating real advertising revenue.There is literally a plugin for almost anything you want to achieve in WordPress.This book will show you how plugins work, and more importantly, how to install and activate them on your blog without you having to touch a single line of code, unless of course, you want to.Content is king, and it’s pretty hard to generate. This book will cover some of the best plugins available on WordPress to generate unique and dynamic content.Once you have your blog loaded chock full of juicy content, you will learn how to turn your blog in to an overnight sensation by helping your readers to share it, using tools to retweet, post on Facebook, and so on.This book will teach you how to build a community with one single killer plugin, namely, BuddyPress—the best community building plugin available for WordPress.Once you are through with plugin basics, content, and building a community, this book will show you how to generate revenue! It will cover the top plugins for turning your blog into a money making machine!This book will also cover plugins focused on tweaking and perfecting your blog’s overall look and feel, and functionality.Nothing helps build a powerful online blog brand than a horde of talented writers to contribute their ideas and content – as well as their social network. This book will cover a bunch of plugins that will make working with multiple authors easy, efficient, and effective.Last but not the least, it will cover the best plugins for ensuring that your blog is secure, the database is running optimally, and in the case of an emergency, you have a full backup copy of your blog.While most plugins in this book are focused on a blog’s frontend, this book will also cover some great 'non-public' facing plugins that make our lives so much easier and make your WordPress site a productive powerhouse.
Table of Contents (15 chapters)
WordPress Top Plugins
Credits
About the Author
About the Reviewer
Preface

Automatic plugin installation


Out of the box, WordPress comes with its own plugin app store, which allows you to search through a huge library of free plugins. To access WordPress's built-in plugin browser, click Add New under the Plugins menu. Once inside the plugin app store, you have the option to either search by keyword or name, browse by popular tags, or see the newest plugins added.

After you search or browse by a tag, you will be presented with a list of plugins that are available for you to install from WordPress's Plugin Directory. Each will list its version number (the later the version, the more stable, usually), a community rating, a more detailed description, and an Install link.

Now is a good time to remember that you are dealing with FREE software; what you are about to install will most likely offer NO guarantees or warrantees. Never forget that a plugin runs server-side code on your website, which means that a plugin can access your database(s), can read, write, and delete files, and even send e-mails from your domain.

Note

Please read the reviews and listen to what the community has to say about the plugin you are about to install.

If a plugin is rated with 1 star by a lot of the community, it would be wise to keep your distance. But if a plugin has been installed 40,000 times and has a 3+ star rating, it's fair to say that it is trustworthy.

Clicking Install on this screen will not actually install the plugin; instead, it will launch a window that provides even more details about the specific plugin.

Plugin detail

The plugin details pop-up window provides you with a deeper look into the plugin you are about to install.

The important areas to pay attention to are as follows:

  • The number of downloads shows how popular a plugin is.

  • The average rating shows you what the community thinks about the plugin.

  • Last Updated date tells you if the project is still being actively worked upon.

  • Compatible up to tells you if the plugin has been tested on your version or not. Keep in mind that a lot of plugins might not have been "tested" with your current version, but will still work.

Many times, plugins require no additional setup or configuration, while others need a bit more tooling around to get running. If the developer provided Installation instructions, make sure to look them over to ensure that you're not getting in over your head. If you are happy with what you see, click the big red Install Now button.

Downloading, unpacking, installing

If, after clicking the Install Now button, you make it through all of the steps and see Activate Plugin, you're in for a treat! Congratulations, your web host supports the Automatic Install of WordPress.

Activating the plugin

While you have installed the plugin, you aren't done yet! We still need to activate it.

Once you click Activate Plugin, WordPress will go through the process of turning the plugin on. Depending on what the plugin does, this process could include creating new database tables or setting up new folders and files.

Once activated, you still might be required to provide more information before the plugin can run properly. For example, if you're installing Alex King's Twitter Tools plugin, you'll need to provide your Twitter credentials before it can do any of its magic.

Connection Information required

If, when you click Install Now, you see the Connection Information form, like the image in the next screenshot, then we have a little more work to do before we can start installing plugins automatically. However, you still have a chance to have "Automatic Install" if your hosting-provider allows it. Follow the next few steps to see if it's still a possibility. Don't worry if the next steps fail; we will still be able to install plugins quickly, just not as quickly as the "Automatic Install".

In this window, provide your Hostname, which will most likely be just your domain name. For example: icorbin.com (minus the http), your FTP username, and its password. Some installations might have FTP and SFTP for the connection type; if SFTP is available and it works when you click proceed, use it.

If your web host doesn't support this method, then we need to attack the problem without WordPress and instead use our own FTP client.