WP-UserAgent Plugin WordPress, Download, Install

WP-UserAgent Plugin WordPress

A simple User-Agent detection plugin that lets you easily insert icons and/or textual web browser and operating system details with each comment.

WP-UserAgent Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/wp-useragent/

How to Install WP-UserAgent Plugin, Manually

  1. Upload the “wp-useragent” folder to /wp-contents/plugins/
  2. Login to your WordPress Admin menu, go to Plugins, and activate it.
  3. In your WordPress Admin menu, you will find a new menu under Settings called WP-UserAgent. There you can choose the displayed icons size, and select where to display the plugin. There are three options for displaying the plugin:

    • Before the comment text. User’s WebBrowser and OS will be displayed before comment text.
    • After the comment text.User’s WebBrowser and OS will be displayed after comment text.
    • Custom (Advanced). You can specify the location using the wpua_custom_output() function inside the comments loop in your template (Generally in comments.php).

      Example:
      <?php foreach ($comments as $comment) : ?>
      <?php comment_author_link() ?> <?php wpua_custom_output(); ?> says:
      <?php comment_text() ?>

    CAUTION: If you select “Custom” and don’t use <?php wpua_custom_output(); ?> in your template, you won’t get the information displayed.

Other options include the text to use when displaying the user’s web browser and operating system as well as whether or not to show the full User-Agent string.

Video

Screenshots

WP-UserAgent Plugin WordPress

WP-UserAgent Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *