Installation

If you run into any problems during the installation, please refer to the plugin’s homepage: http://www.ifeelweb.de/wp-plugins/post-status-notifier/

Or read the article on the WordPress codex about “Installing Plugins”: http://codex.wordpress.org/Managing_Plugins#Installing_Plugins

Installing via WordPress Backend

Log in your WordPress Backend as administrator. Switch to menu “Plugins” and click “Add new”. On the next page (“Install Plugins”) select “Upload”.

Upload via Backend

Now use the file browser to select the file “amazon-simple-affiliate.zip” from your computer. Then click the button “Install Now”. After the plugin was installed successfully, click the link “Activate Plugin”. You will be redirected to the plugins overview page. Now you will find a new page “ASA 2” in your main menu.

Installing via FTP

Installing via FTP (File Transfer Protocol) means, that you upload the plugin files manually from your computer to your webserver.

At first you need to extract the plugin archive file “amazon-simple-affiliate.zip”. If you can not extract the file, then you will need additional software like 7-Zip, Winzip, or StuffIt. After extracting the file you will find a directory called “amazon-simple-affiliate”.

Now start the FTP client of your choice. For example for Windows you can use FileZilla, for Mac OS X you can use Cyberduck. Connect with your webserver and change into the plugins directory of your WordPress installation. This would typically be something like [wordpress-path]/wp-content/plugins/. Upload the “amazon-simple-affiliate” directory from you computer to the plugins directory on your server.

Upload via FTP

When the upload is complete log in your WordPress Backend as administrator. Switch to menu “Plugins”. In the list of plugins click “Activate” on the new entry “Amazon Simple Affiliate”. Now you will find a new page “ASA 2” in your main menu.

Installing via SSH

If you have a SSH account for your webserver, you should unzip the plugin archive directly on your webserver. This is much faster, because you do not have to upload every single extracted file.

As explained above, use your FTP client to upload the file “amazon-simple-affiliate.zip” to your WordPress plugins directory. Connect with your SSH account to the server and change to the plugins directory. Run the following command to extract the plugin archive:

unzip amazon-simple-affiliate.zip

Then log in your WordPress Backend as administrator. Switch to menu “Plugins”. In the list of plugins click “Activate” on the new entry “Amazon Simple Affiliate”. Now you will find a new page “ASA 2” in your main menu.