UserAgent-Spy WordPress Plugin (English)

Description

UserAgent-Spy is a WordPress plugin which displays the user’s Operative System and Web Browser in the comments. It uses the comment->agent property to access the UserAgent string, and through a series of regular expresions, detects the O.S. and browser. Then it shows a message with an icon of the browser and O.S.

Your feedback is very important, new features have been added by request, so if there’s something you would like to see in UA-Spy, leave a comment, and I’ll see what I can do. If you want to contribute code, images, or whatever you think may be useful to UserAgent-Spy, write a comment below or drop me an e-mail (fernando at picandocodigo.net).

Donate to the development of the plugin:



Screenshot:

UserAgent Spy on WordPress 2.6 default theme

UserAgent Spy on WordPress 2.6 default theme

Installation:

  • Upload useragent-spy folder to /wp-contents/plugins/
  • Login to your WordPress Admin menu, go to Plugins, and activate it.
  • In your WordPress Admin menu, you will find a new menu under Settings called UserAgent Spy. There you can choose the displayed icons size, and select where to display the plugin. There are three options for displaying the plugin:
  1. Before the comment text. User’s WebBrowser and OS will be displayed before comment text.
  2. After the comment text.User’s WebBrowser and OS will be displayed after comment text.
  3. Custom (Advanced). You can specify the location using the useragent_spy_custom() function inside the comments loop in your template (Generally in comments.php).
    Example:
    <?php foreach ($comments as $comment) : ?>
    <cite><?php comment_author_link() ?></cite> <?php useragent_spy_custom(); ?> says:<br />
    <?php comment_text() ?>
    CAUTION: If you select “Custom” and don’t use <?php useragent_spy_custom(); ?> in your template, you won’t get the information displayed.

Features (Check Release Notes below to see new features being added)

  • Detects most popular web browsers and Operative Systems (It’s a work in progress, many more browsers/o.s. ‘s to come)
  • Shows browser icon, name, and a link to the browser’s homepage (this will be customizable in future versions).
  • Shows browser/os in the comments management page (unless using “custom” option).
  • Customizable, has its own Options Page where you can change the size of the browser/o.s. icon, and where you want it to be displayed.
  • Published under GPLv3

Some of you may compare this to another well-known plugin named browsersniff. UserAgent-Spy is written completelly from scratch, with several improvements over browsersniff:

  • Easy standard installation, just upload to wp-plugins and activate it.
  • Customizable options.
  • No basic knowledge of PHP or editing WordPress templates required
  • Published under GPLv3.

Changelog
Download

58 comentarios para “UserAgent-Spy WordPress Plugin (English)”


  1. Debian IceWeasel 3.0.1Debian GNU/Linux

    You can see the plugin at work right here!


  2. Firefox 3.0.1GNU/Linux

    Just trying it on Firefox / Ubuntu Linux


  3. Firefox 3.0SuSE

    mmmm, nice work


  4. Firefox 2.0.0.16Kubuntu

    I’m a Broswer Sniff user; just testing my Kubuntu/Firefox UA with UA-Spy. I think Browser Sniff uses a lot of memory, so I’m always open to something more lightweight!


  5. Debian IceWeasel 3.0.1Debian GNU/Linux

    Chip:
    Hope you like UA-Spy. I’m really open for feature requests, ideas, and opinions.

    Tell me if you made the switch!

    Regards


  6. Firefox 2.0.0.16Kubuntu

    Hola Fernando!

    One thing I would *really* like to see, is the ability to display *only* the icons (that is, no text, just icons).

    That feature alone would get me to switch in a heartbeat!

    I’ve installed the plugin, but haven’t had time to play around with it yet. I’ll try it out shortly, though.


  7. Firefox 2.0.0.16Kubuntu

    Hola Fernando,

    I’m trying out the plugin, but have two issues:

    1) The images are not displaying. I have the icon size set to 16, but the SRC string being printed by the function is 40 – that is, the function returns an image SRC like *siteurl*/plugins/useragent-spy/image/40/net/firefox.png – and of course, the /image/40/ directory doesn’t exist.

    I can’t find anything in the plugin or options files that would be causing this behavior.

    (Side note: reading through the code in the plugin’s PHP file, there is a comment that useragent_spy_custom() is deprecated, and that useragent_spy() should be used instead. Your instructions still indicate to use the former function. Both seem to work identically. Which is correct?)

    2) Can you add an option *not* to display the full UA string in the comment when logged in as administrator? It breaks my comment layout. (Perhaps add it as hover text, instead?)


  8. Firefox 2.0.0.16Kubuntu

    Another update – I have it working, but with a couple of ugly-hack fixes:

    1) I have copied the 16px icons into a “40″ directory, in order to make the SRC printed by the function to be valid.

    (Please take a look at the source for one of my posts with comments, in order to see what I’m talking about on this one.)

    2) I have commented out the line that prints the UA string if logged in as administrator.

    Another thing (though I notice it is commented as “TO DO”) – saved settings are not displayed on the settings page.


  9. Debian IceWeasel 3.0.1Debian GNU/Linux

    Chip:
    I’m rolling out 0.5 version of UserAgent-Spy today. It’s a major update, with several fixes, including the option to not display full UA string among others.

    I’ll update this page as soon as it’s up.
    Thanks for your feedback, the ability to display *only* the icons has been implemented!

    Regards


  10. Debian IceWeasel 3.0.1Debian GNU/Linux

    Version 0.5 is out, with some major changes :D


  11. Firefox 2.0.0.16Kubuntu

    I just updated to Version 0.5; great stuff!

    I still have the issue, though, of the plugin trying to set the icon IMG SRC as /plugins/useragent-spy/image/40/ directory, when it should be /plugins/useragent-spy/image/16/ (I have the icon size option set to 16.)

    Any clue what might be causing that?

    Otherwise, everything is great! It displays exactly the way I’ve been wanting it to!

    Thanks!


  12. Firefox 2.0.0.16Kubuntu

    Fernando,

    Still trying to figure out why UA Spy seems to think that I’m setting the icon size to “40″.

    Could it be an issue with the global variable $size? Could something else (perhaps another plugin?) be using the same global variable?

    I might try more ugly hacking, and change $size to $uasize, or something, and see if the correct icon size setting gets passed to the function.


  13. Firefox 2.0.0.16Kubuntu

    Fernando,

    Changing $size to $uasize seems to have worked.

    Now, when I have the setting at “16″, the function correctly links to the 16px icon directory (likewise with the “24″ setting).

    (By the way, those 24px icons are gorgeous!)


  14. Debian IceWeasel 3.0.1Debian GNU/Linux

    Chip:
    Thanks a lot.
    I’ll change the name of the variable for future releases, as it’s pretty generic, and the same problem could happen again. That was my bad. I’ll commit 0.5.1 with that fix, and anyother bug that comes up these days.

    Glad you liked the new stuff. Your idea of displaying icons only was great, I’m using it on my blog as well as you can see.


  15. Google Chrome 0.2.149.27Windows Vista

    Google Chrome, Google’s browser, was just released – it would be nice to see this plugin dectecting it too.


  16. Debian IceWeasel 3.0.1Debian GNU/Linux

    giovanealex:
    Check for an update tonight.
    I’ll upload a new version with Chrome detection.

    Regards


  17. Debian IceWeasel 3.0.1Debian GNU/Linux

    Done, the plugin now detects Google Chrome.

    Your WordPress should ask you to update the plugin soon, since it was just uploaded.


  18. Opera 9.52GNU/Linux

    La version 0.5.1 no contiene imagenes ( el “upgrade automatic” borra la carpeta img/ )

    solo basta copiar la carpeta img de la version anterior

    Saludos


  19. Debian IceWeasel 3.0.1Debian GNU/Linux

    Gracias albertux, ya está arriba la versión 0.5.2, con ese bug y otro fix arreglados.

    Saludos


  20. Debian IceWeasel 3.0.1GNU/Linux

    Thank you! It works as a charm! ;)


  21. Debian IceWeasel 3.0.1GNU/Linux

    Tried to switch user-agent. Delete this comment if you wish.


  22. Debian IceWeasel 3.0.1Kubuntu

    Trying with Kubuntu.


  23. Firefox 3.0b5Windows XP

    Nice work! So easy to install unlike the other plug in that I saw awhile ago. However, I hope you could make it more specific. Meaning what version of browser (eg: Mozilla Firefox 3.0, Internet Explorer 7.0, etc etc.) And what version of OS (eg: Windows XP, Windows Vista, etc etc.)

    Just like in this plug in: http://priyadi.net/archives/2005/03/29/wordpress-browser-detection-plugin/

    Too bad, the author of that plug in didn’t make easier installation as you did.

    Also, please make the icons transparent. It looks awkward on my black background when using Internet Explorer.

    Thank you so much.


  24. Debian IceWeasel 3.0.1Debian GNU/Linux

    kirksydney:
    Version numbers will be included in a future release. As soon as I get the time to implement it.

    The icons ARE transparent, they are transparent PNG. Internet Explorer doesn’t support transparency for PNGs on version 6, which pretty much sucks, so you just shouldn’t use Internet Explorer, for your own good. And for everyone else’s good. Update your browser.

    Thanks!
    Regards


  25. Firefox 3.0b5Windows XP

    I hope that “future release” would be anytime soon. Thank you for replying and for this awesome plug in. Looking forward to that update. More power.

    By the way, why am i getting this on my previous comments:

    Using [Unidentified browser (yet)] Unidentified browser (yet) on [Unknown O.S.] Unknown O.S.

    Example link: http://kirksydney.com/2008/09/ang-epektibong-suob/

    Please take a look at it. :D


  26. Firefox 3.0b5Windows XP

    Hi,

    What I did instead was I assigned Firefox and Windows as the default browser and OS so I got my problem resolved.

    I hope the version numbers coming out very soon, though. ;D


  27. Firefox 1.5Windows XP

    Just revisiting here to say that I appreciate the little update you did. Although the changes that I can only see is the Internet Explorer version numbers. Hope you could do the same with the rest of the browsers, and with the Operating Systems as well. Thank you so much.


  28. Debian IceWeasel 3.0.3Debian GNU/Linux

    kirksydney:
    Great decision to make Firefox your default web browser.

    Other browsers and O.S.’s versions will be included too. I just need some time to dedicate to my other WordPress Plugin which hasn’t been updated for a while.

    Thanks for using UserAgent-Spy.


  29. Firefox 1.5Windows XP

    Great! I’ll look forward to that. :D


  30. Firefox 2.0.0.18Kubuntu

    Fernando,

    I’m still loving this plugin; thanks again for your great work.

    I just updated to WP 2.7, but haven’t yet implemented the new commenting features. One of the main reasons is that I’m unsure how to incorporate your plugin into the new wp_list_comments function.

    Any thoughts/ideas? Do you have UA-spy working with wp_list_comments in WP 2.7?


  31. GNU IceCat 3.0.3Debian GNU/Linux

    Chip:
    I haven’t yet updated the plugin to be compatible with the new version of comments. Apparently there’s some new work to do to support the new threaded comments.

    That’s one of the reasons why I haven’t yet updated my blog to WP 2.7.

    But I’ll get to it any time soon.

    Regards


  32. Firefox 3.0.5Gentoo

    nice plugin fernando, better if it support x/html & accessibility too :)


  33. GNU IceCat 3.0.3Debian GNU/Linux

    dani:
    I’ve already fixed support for xhtml on version 0.6, I think it’s working fine now. What do you mean by accesibility?

    Regards


  34. Debian IceWeasel 3.0.5Debian GNU/Linux

    Hello Fernando, I really like this plugin, and I really appreciate that you took the time to write it, but unfortunately it does not work with WP 2.7, so I am unable to use it. Are you planning on trying to fix it, or is this now a dead project?


  35. GNU IceCat 3.0.5Debian GNU/Linux

    Igneous:
    This project is far from abandoned. I just haven’t had the time to make it work with WordPress 2.7. It’s really demotivating, since a lot was changed in 2.7, but I’ll get to it soon.

    Glad you like the plugin, I’ll try to get it to work with new WordPress.

    Regards


  36. Debian IceWeasel 3.0.5Debian GNU/Linux

    Fernando: Thank you! I would be greatly endebted to you if you were to get it working with WP 2.7. Also, if you ever need a beta tester before you take it public, be sure to send me an email, I’d be more than happy to help :)


  37. Firefox 3.0.6GNU/Linux

    Really nice plugin! I like it very much, thanks!
    But I’m also curious about support for CentOS recognition, I found it not working on my site (using a CentOS from my university).


  38. Firefox 3.0.6GNU/Linux

    Back to previous comment:
    The user-agent string for CentOS (that was not recognized) was like:
    Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.4 (like Gecko) CentOS/3.5.4-13.el5.centos


  39. GNU IceCat 3.0.5Debian GNU/Linux

    New version is out: 1.0rc1. That’s release candidate 1. If everything works fine, version 1.0 final won’t be too far away.

    CentOS detection included.

    Still needing to port it to WP 2.7 thought, that’s the next milestone on my book…

    Regards!


  40. GNU IceCat 3.0.5Debian GNU/Linux

    Version 1.0rc2 is out. Working perfectly on WordPress 2.7.1 (this blog)…


  41. BonEcho 2.0.0.14GNU/Linux

    Nice work, Fernando! :-)

    ..now testing from Bon Echo.


  42. GNU IceCat 3.0.7Debian GNU/Linux

    Thanks V-Teq, BonEcho being detected and shown with its logo…
    By the way, you should update your browser!

    Regards


  43. Firefox 3.0.10Gentoo

    fernando,
    it sounds ugly if screen reader/voice browser users must hear the inline UA string too.


  44. Google Chrome 3.0.183.1GNU/Linux

    Just testing Google Chrome 3 (unstable) for Linux.


  45. Internet Explorer 6.0Windows XP

    Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.


  46. Konqueror 3.5SuSE

    Thank’s for share. I must learn how that plugins work..


  47. Camino 2.0.1Mac OS

    I love your plugin. I have been using k2 and wp since 2005. When I updated to k2-rc8 a few months ago your plugin hides all the comments and does not show the browser feedback.

    I would like to continue using your plugin if possible.
    Using WP 2.9

  1. WordPress 2.6 WordPress Plugin Releases for 08/19 »   Weblog Tools Collection » Blog Archive | 19 agosto. 2008 - 4:10 pm

    [...] UserAgent-Spy [...]

  2. WordPress 2.6.1 WordPress Plugin Releases for 08/19 | Wordpress Blog NL | 19 agosto. 2008 - 6:50 pm

    [...] UserAgent-Spy [...]

  3. WordPress 2.6.1 Weblog Tools Collection: WordPress Plugin Releases for 08/19 : AllFeedz | 21 agosto. 2008 - 8:30 am

    [...] UserAgent-Spy [...]

  4. WordPress 2.5.1 [17] ???? ??????? ??? WordPress (2) | 21 agosto. 2008 - 11:32 am

    [...] UserAgent-Spy ?? ???? ????? – “????” ???? ??????? ? ?? ? ?????? ?????, ? ???? ?? ? ?????????, ????? ? ???? ??????. ??????? – ????? ? ?????? ?? ????????, ??? ???? ? ??? ?????????? ???? – ??????? ????? ????????. [...]

  5. WordPress 2.5 Weblog Tools Collection: WordPress Plugin Releases for 08/19 | Life Journey | 21 agosto. 2008 - 11:38 am

    [...] UserAgent-Spy [...]

  6. WordPress 2.6.1 Tarde programando PHP para WordPress | Picando Código | 23 agosto. 2008 - 11:59 pm

    [...] PHP. Se ha vuelto bastante entretenido la programación para WordPress. Tengo los dos plugins: UserAgent-Spy y List Category Posts en [...]

  7. WordPress 2.5.1 WordPress Plugin Releases for 08/19 · Softonix.com | 26 agosto. 2008 - 2:27 am

    [...] UserAgent-Spy [...]

  8. WordPress 2.3.1 WordPress Plugin Releases for 08/19 | BlogBroker24-7 | 27 agosto. 2008 - 5:49 pm

    [...] UserAgent-Spy [...]

  9. WordPress 2.5.1 WordPress: Posts of Note, August 2008 | BlogWell | 2 septiembre. 2008 - 5:10 am

    [...] UserAgent Spy WordPress plugin UserAgent-Spy is a WordPress plugin which displays the user’s Operative System and Web browser in the comments section. [...]

  10. WordPress 2.6.2 ?WordPress???Google Chrome | 14 septiembre. 2008 - 5:39 am

    [...] ?????????????????Chome???UserAgent-Spy??????????????????????????????????????????????????????????????????????????????????? [...]

  11. WordPress abc Browser Sniff Plugin Detects more Browsers and Operating Systems - Dani Iswara .Net | 9 mayo. 2009 - 4:38 am

    [...] UserAgent-Spy WordPress Plugin (English) by picandocodigo.net. [...]

Dejar un comentario