Plugin info

Total downloads: 53,792
Active installs: 6,000
Total reviews: 16
Average rating: 4.7
Support threads opened: 1
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 8/30/2019 (2315 days ago)
Added to WordPress: 4/12/2016 (9 years old)
Minimum WordPress version: 4.5
Tested up to WordPress version: 5.2.20
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2315 days ago • Support resolved 0% • 16 reviews

14/100

Is User Shortcodes Plus abandoned?

Possibly abandoned (last update 2315 days ago).

Compatibility

Requires WordPress: 4.5
Tested up to: 5.2.20
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Shortcoder — Create Shortcodes for Anything
Rating 4.9/5 (224 reviews)Active installs 100,000
Column Shortcodes
Rating 4.8/5 (134 reviews)Active installs 70,000
Sidebar Widgets by CodeLights
Rating 4.7/5 (35 reviews)Active installs 50,000
Shortcodes by Angie Makes
Rating 4.8/5 (30 reviews)Active installs 30,000
ND Shortcodes
Rating 3.1/5 (14 reviews)Active installs 20,000
Meks Flexible Shortcodes
Rating 4.2/5 (10 reviews)Active installs 20,000

Description

Add simple user shortcodes to WordPress for displaying information, including custom meta and avatars, for any user.

Available Shortcodes:
– [user_id]
– [user_login]
– [user_email]
– [user_firstname]
– [user_lastname]
– [user_nicename]
– [user_display]
– [user_display_name] (alias)
– [user_registered]
– [user_avatar] (image)
– [user_avatar_url]
– [user_url]
– [user_website] (alias)
– [user_description]
– [user_bio] (alias)

Displaying userdata for another user:

ex. [user_email id=2]

Installation

This section describes how to install the plugin and get it working.

  1. Upload the user-shortcodes-plus directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add shortcodes to the content of any post type.

Frequently Asked Questions

What shortcodes are supported?

  • [user_id]
  • [user_login]
  • [user_email]
  • [user_firstname]
  • [user_lastname]
  • [user_nicename]
  • [user_display]
  • [user_display_name] (alias)
  • [user_registered]
  • [user_avatar] (image)
  • [user_avatar_url]
  • [user_url]
  • [user_website] (alias)
  • [user_description]
  • [user_bio] (alias)

Review feed

No reviews available

Screenshots

  1. Shortcodes can be added to any post type via the content editor.

    Shortcodes can be added to any post type via the content editor.

  2. Each shortcode is replaced with the user's data, when available.

    Each shortcode is replaced with the user's data, when available.

  3. Shortcodes can be inserted using the 'Add User Shortcode' button on the TinyMCE editor.

    Shortcodes can be inserted using the 'Add User Shortcode' button on the TinyMCE editor.

  4. A specific user cna be specified by adding the 'id' attribute to the shortcode.

    A specific user cna be specified by adding the 'id' attribute to the shortcode.

  5. Any user metadata can be displayed using the [user_meta] shortcode with a specified 'key' attribute.

    Any user metadata can be displayed using the [user_meta] shortcode with a specified 'key' attribute.

Changelog

2.0.2

  • Add autocomplete support for the Block Editor (Gutenberg).

2.0.1

  • Fixed a bug with showing the TinyMCE Button on new posts/pages.

2.0.0

  • Add support for [user_url] and [user_website] shortcodes.
  • Add support for [user_description] and [user_bio] shortcodes.
  • Add TinyMCE editor button for easily adding shortcodes.
  • Restructure plugin for extendability.

1.0.1

  • Add support for [user_avatar] and [user_avatar_url].

1.0.0

  • Initial Commit