- Put the complete plug-in folder into your WordPress plug-in directory (if this doesn't make sense it probably isn't something you should be trying) and activate it.
- Go to your Appearance » Widgets page and include Recent Comments in your sidebar.
- Use the configuration options to set up your widget to display recent comments as you like... ;-)
- Optionally, to use the comment flag options, the following notes must be completed...
Flag installation notes
Modify your theme to show country flags in main comment loops, you must make this change to your comments.php theme template file. Change wp_list_comments(); to sa_comment_list_with_flag();.
And you must import the wp_iptocountry.sql file into your MySQL WordPress database.