Comment Info Plugin
This plugin enables you and your visitors to see the Browser and Operating System of people who have commented you. It’s very simple to install and use.
1.Download the plugin from here, unzip it and upload it to your wp-content >> plugins folder via FTP. Alternatively you can install it by going to Plugins >> Add New on your WordPress dashboard and searching comment info plug and clicking Install.
2.Activate your plugin.
4.Go to Appearance >> Editor >> Comments.php and insert this code anywhere after where it says
<?php highlight_string('<?php foreach ($comments as $comment);?>'); ?>
Code:
<?php if (function_exists("CID_init")) { CID_print_comment_flag(); echo ' ';
CID_print_comment_browser(); } ?>
You can edit the css by going to/wp-content/plugins/comment-info-detector/comment-info-detector.css






