{"id":43149,"date":"2016-04-12T20:12:25","date_gmt":"2016-04-12T20:12:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/user-shortcodes-plus\/"},"modified":"2019-08-30T21:25:21","modified_gmt":"2019-08-30T21:25:21","slug":"user-shortcodes-plus","status":"closed","type":"plugin","link":"https:\/\/cor.wordpress.org\/plugins\/user-shortcodes-plus\/","author":14221791,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0.2","stable_tag":"2.0.2","tested":"5.2.24","requires":"4.5","requires_php":"","requires_plugins":"","header_name":"User Shortcodes Plus","header_author":"Kyle B. Johnson","header_description":"","assets_banners_color":"bad5b4","last_updated":"2019-08-30 21:25:21","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/kylebjohnson.me\/plugins","header_plugin_uri":"http:\/\/kylebjohnson.me\/plugins","header_author_uri":"http:\/\/kylebjohnson.me","rating":4.7,"author_block_rating":0,"active_installs":2000,"downloads":54632,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.0.2":"<ul>\n<li>Add autocomplete support for the Block Editor (Gutenberg).<\/li>\n<\/ul>"},"ratings":{"1":1,"2":0,"3":0,"4":1,"5":14},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1393331","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1393331","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1393316","resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1393316","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","2.0.0","2.0.1","2.0.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1427244","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1427244","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1427244","resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1427244","resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1427244","resolution":"5","location":"assets","locale":""}},"screenshots":{"1":"Shortcodes can be added to any post type via the content editor.","2":"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.","4":"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."}},"plugin_section":[],"plugin_tags":[683,357,2153],"plugin_category":[43],"plugin_contributors":[77650],"plugin_business_model":[],"class_list":["post-43149","plugin","type-plugin","status-closed","hentry","plugin_tags-meta","plugin_tags-shortcodes","plugin_tags-user","plugin_category-customization","plugin_contributors-kbjohnson90","plugin_committers-kbjohnson90","plugin_support_reps-kbjohnson90"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/user-shortcodes-plus_bad5b4.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/user-shortcodes-plus\/assets\/screenshot-1.png?rev=1427244","caption":"Shortcodes can be added to any post type via the content editor."},{"src":"https:\/\/ps.w.org\/user-shortcodes-plus\/assets\/screenshot-2.png?rev=1427244","caption":"Each shortcode is replaced with the user's data, when available."},{"src":"https:\/\/ps.w.org\/user-shortcodes-plus\/assets\/screenshot-3.png?rev=1427244","caption":"Shortcodes can be inserted using the 'Add User Shortcode' button on the TinyMCE editor."},{"src":"https:\/\/ps.w.org\/user-shortcodes-plus\/assets\/screenshot-4.png?rev=1427244","caption":"A specific user cna be specified by adding the 'id' attribute to the shortcode."},{"src":"https:\/\/ps.w.org\/user-shortcodes-plus\/assets\/screenshot-5.png?rev=1427244","caption":"Any user metadata can be displayed using the [user_meta] shortcode with a specified 'key' attribute."}],"raw_content":"<!--section=description-->\n<p>Add simple user shortcodes to WordPress for displaying information, including custom meta and avatars, for any user.<\/p>\n\n<p>Available Shortcodes:\n- [user_id]\n- [user_login]\n- [user_email]\n- [user_firstname]\n- [user_lastname]\n- [user_nicename]\n- [user_display]\n- [user_display_name] (alias)\n- [user_registered]\n- [user_avatar] (image)\n- [user_avatar_url]\n- [user_url]\n- [user_website] (alias)\n- [user_description]\n- [user_bio] (alias)<\/p>\n\n<p>Displaying userdata for another user:<\/p>\n\n<p>ex. [user_email id=2]<\/p>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<ol>\n<li>Upload the <code>user-shortcodes-plus<\/code> directory to your <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add shortcodes to the content of any post type.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>What shortcodes are supported?<\/p>\n\n<ul>\n<li>[user_id]<\/li>\n<li>[user_login]<\/li>\n<li>[user_email]<\/li>\n<li>[user_firstname]<\/li>\n<li>[user_lastname]<\/li>\n<li>[user_nicename]<\/li>\n<li>[user_display]<\/li>\n<li>[user_display_name] (alias)<\/li>\n<li>[user_registered]<\/li>\n<li>[user_avatar] (image)<\/li>\n<li>[user_avatar_url]<\/li>\n<li>[user_url]<\/li>\n<li>[user_website] (alias)<\/li>\n<li>[user_description]<\/li>\n<li>[user_bio] (alias)<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Add autocomplete support for the Block Editor (Gutenberg).<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Fixed a bug with showing the TinyMCE Button on new posts\/pages.<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Add support for [user_url] and [user_website] shortcodes.<\/li>\n<li>Add support for [user_description] and [user_bio] shortcodes.<\/li>\n<li>Add TinyMCE editor button for easily adding shortcodes.<\/li>\n<li>Restructure plugin for extendability.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Add support for [user_avatar] and [user_avatar_url].<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial Commit<\/li>\n<\/ul>","raw_excerpt":"Add simple user shortcodes to WordPress for displaying information, including custom meta and avatars, for any user.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/43149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=43149"}],"author":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kbjohnson90"}],"wp:attachment":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=43149"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=43149"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=43149"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=43149"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=43149"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=43149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}