{"id":1297,"date":"2023-10-27T09:46:04","date_gmt":"2023-10-27T09:46:04","guid":{"rendered":"https:\/\/wpshortcode.org\/?p=1297"},"modified":"2023-10-27T09:46:04","modified_gmt":"2023-10-27T09:46:04","slug":"wp-social","status":"publish","type":"post","link":"https:\/\/wpshortcode.org\/wp-social\/","title":{"rendered":"Wp Social Login and Register Social Counter Shortcodes"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Below, you&#8217;ll find a detailed guide on how to add the <strong>Wp Social Login and Register Social Counter Shortcodes<\/strong> to your WordPress website, including their <strong>parameters<\/strong>, <strong>examples<\/strong>, and <strong>PHP function code<\/strong>. Additionally, we&#8217;ll assist you with common issues that might cause the Wp Social Login and Register Social Counter Plugin shortcodes not to show or not to work correctly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before starting, here is an overview of the Wp Social Login and Register Social Counter Plugin and the shortcodes it provides:<\/p>\n\n\n<p>    <div class=\"plugin-info-box\">\n        <div class=\"top-main\">\n            <!-- SVG Image -->\n            <div class=\"plugin-image\">\n                <img decoding=\"async\" src=\"https:\/\/ps.w.org\/wp-social\/assets\/icon-128x128.png?rev=2544214\" alt=\"Plugin Icon\" \/>\n            <\/div>\n            \n            <div class=\"plugin-descriptive-part\">\n                <!-- Plugin Name with Link -->\n\n                    <a class=\"plugin-title\" href=\"https:\/\/wordpress.org\/plugins\/wp-social\" target=\"_blank\" rel=\"noopener\">\n                        Wp Social Login and Register Social Counter                    <\/a>\n\n\n                <!-- Plugin Description -->\n                <p class=\"plugin-description\">\n                    &quot;Wp Social Login and Register Social Counter is a user-friendly WordPress plugin that enables seamless social media login and registration. It also keeps track of your social interactions, making social networking management easier.&quot;                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Rating and Additional Info -->\n        <div class=\"plugin-meta\">\n            <span class=\"plugin-rating\">\n                <span class='stars'>\u2605\u2605\u2605\u2605\u2606<\/span> (49)\n            <\/span>\n            <span class=\"plugin-active-installs\">\n                <strong>Active Installs<\/strong>: 20000+\n            <\/span>\n            <span class=\"plugin-tested\">\n                <strong>Tested with<\/strong>: 6.3.2            <\/span>\n            <span class=\"plugin-php-version\">\n                <strong>PHP Version<\/strong>: 7.4            <\/span>\n        <\/div>\n\n        <!-- List of Included Shortcodes -->\n        <div class=\"plugin-shortcodes\">\n            <strong>Included Shortcodes:<\/strong>\n            <ul>\n                <li>[xs_social_login]<\/li><li>[xs_social_counter]<\/li><li>[xs_social_share]<\/li>            <\/ul>\n        <\/div>\n    <\/div>\n    <\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Wp Social Login and Register Social Counter [xs_social_login] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The &#8216;xs_social_login&#8217; shortcode from the WP-Social plugin allows users to login via various social media platforms. It accepts parameters like provider, button text, class, and style. \n\n \n\nThe &#8216;provider&#8217; parameter specifies the social media platform. If left empty or set to &#8216;all&#8217;, it enables all platforms. The &#8216;btn-text&#8217; is the login button&#8217;s text, while &#8216;class&#8217; and &#8216;style&#8217; define the button&#8217;s appearance.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[xs_social_login]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible xs_social_login shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>provider<\/code> &#8211; defines the social login provider, &#8216;all&#8217; for all providers<\/li>\n<li><code>btn-text<\/code> &#8211; sets the text to be displayed on the button<\/li>\n<li><code>class<\/code> &#8211; allows to add a custom CSS class to the button<\/li>\n<li><code>style<\/code> &#8211; enables adding inline CSS styles to the button<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; The shortcode displays the social login widget with all available providers.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_login \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Display the social login widget with only Facebook and Twitter as providers. It also customizes the button text and applies a custom CSS class and style.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_login provider=\"facebook,twitter\" btn-text=\"Log in with\" class=\"my-custom-class\" style=\"color:red;\" \/]<\/code><\/pre>\n\n\n<p>Here, the shortcode displays the social login widget with Google as the only provider and customizes the button text.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_login provider=\"google\" btn-text=\"Sign in with Google\" \/]<\/code><\/pre>\n\n\n<p>In this example, the shortcode displays the social login widget with LinkedIn as the provider and applies a custom CSS class.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_login provider=\"linkedin\" class=\"linkedin-login\" \/]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">PHP Function Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In case you have difficulties debugging what causing issues with <code>[xs_social_login]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode line<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">add_shortcode( 'xs_social_login', 'xs_create_dynamic_shortcode' );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode PHP function<\/strong>:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\nfunction xs_create_dynamic_shortcode($atts, $content = null) {\n\t\t$atts = shortcode_atts(\n\t\t\tarray(\n\t\t\t\t&#039;provider&#039; =&gt; &#039;all&#039;,\n\t\t\t\t&#039;btn-text&#039; =&gt; $content,\n\t\t\t\t&#039;class&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;style&#039;    =&gt; &#039;&#039;,\n\t\t\t), $atts, &#039;xs_social_login&#039;\n\t\t);\n\n\t\t$str = empty($atts&#91;&#039;provider&#039;]) ? &#039;all&#039; : str_replace(&#039; &#039;, &#039;&#039;, $atts&#91;&#039;provider&#039;]);\n\n\t\t$providers = explode(&#039;,&#039;, $str);\n\n\t\treturn xs_social_login_shortcode_widget($providers, $atts&#91;&#039;btn-text&#039;], &#039;show&#039;, $atts&#91;&#039;class&#039;], $atts&#91;&#039;style&#039;]);\n\t}\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Code file location<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">wp-social\/wp-social\/inc\/admin-create-shortcode.php<\/code><\/pre>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Wp Social Login and Register Social Counter [xs_social_counter] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The WP-Social plugin shortcode &#8216;xs_social_counter&#8217; displays social media counters. It accepts options for &#8216;provider&#8217;, &#8216;class&#8217;, &#8216;style&#8217;, and &#8216;hover&#8217;. \n\n\n\nThis shortcode allows customization of the social counter&#8217;s appearance and the specific social media platforms displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[xs_social_counter]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible xs_social_counter shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>provider<\/code> &#8211; Specifies the social media platform(s) to display.<\/li>\n<li><code>class<\/code> &#8211; Adds a custom CSS class to the shortcode output.<\/li>\n<li><code>style<\/code> &#8211; Applies a specific style to the social counter.<\/li>\n<li><code>hover<\/code> &#8211; Defines a hover effect for the social counter.<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; A simple usage of the shortcode to display the social counter for all providers.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter \/]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Displaying the social counter for specific providers, in this case, Facebook and Twitter.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter provider=\"facebook,twitter\" \/]<\/code><\/pre>\n\n\n<p>Adding a custom class to the social counter. This can be used for custom styling in your CSS.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter class=\"my-custom-class\" \/]<\/code><\/pre>\n\n\n<p>Changing the style of the social counter. The style parameter allows you to select a predefined style from the plugin.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter style=\"style-2\" \/]<\/code><\/pre>\n\n\n<p>Adding a hover effect to the social counter. The hover parameter can be used to add a predefined hover effect from the plugin.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter hover=\"hover-2\" \/]<\/code><\/pre>\n\n\n<p>Combining multiple parameters. This example shows a social counter for Facebook and Twitter, with a custom class, style, and hover effect.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_counter provider=\"facebook,twitter\" class=\"my-custom-class\" style=\"style-2\" hover=\"hover-2\" \/]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">PHP Function Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In case you have difficulties debugging what causing issues with <code>[xs_social_counter]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode line<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">add_shortcode('xs_social_counter', [$this, 'social_counter_shortcode']);<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode PHP function<\/strong>:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\nfunction social_counter_shortcode($atts, $content = null) {\n\n\t\t$atts = shortcode_atts(\n\t\t\t&#91;\n\t\t\t\t&#039;provider&#039; =&gt; &#039;all&#039;,\n\t\t\t\t&#039;class&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;style&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;hover&#039;    =&gt; &#039;&#039;,\n\t\t\t],\n\t\t\t$atts,\n\t\t\t&#039;xs_social_counter&#039;\n\t\t);\n\n\t\tif(isset($atts&#91;&#039;provider&#039;]) &amp;&amp; $atts&#91;&#039;provider&#039;] != &#039;all&#039;) {\n\t\t\t$provider = explode(&#039;,&#039;, $atts&#91;&#039;provider&#039;]);\n\t\t} else {\n\t\t\t$provider = &#039;all&#039;;\n\t\t}\n\n\t\t$config = &#91;];\n\t\t$config&#91;&#039;class&#039;] = trim($atts&#91;&#039;class&#039;]);\n\t\t$config&#91;&#039;style&#039;] = trim($atts&#91;&#039;style&#039;]);\n\t\t$config&#91;&#039;hover&#039;] = trim($atts&#91;&#039;hover&#039;]);\n\n\t\treturn $this-&gt;get_counter_data($provider, $config);\n\t}\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Code file location<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">wp-social\/wp-social\/inc\/counter.php<\/code><\/pre>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Wp Social Login and Register Social Counter [xs_social_share] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The WP-Social plugin shortcode, &#8216;xs_social_share&#8217;, allows users to customize social share buttons. \n\n\n\nIt accepts parameters like &#8216;provider&#8217; (to specify social media platforms), &#8216;class&#8217;, &#8216;style&#8217;, &#8216;hover&#8217;, &#8216;layout&#8217; (for button arrangement), &#8216;count&#8217; (to display share count), and &#8216;box_only&#8217;. This shortcode generates share buttons according to the provided configurations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[xs_social_share]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible xs_social_share shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>provider<\/code> &#8211; Chooses the social media platform for sharing<\/li>\n<li><code>class<\/code> &#8211; Specifies the CSS class of the share button<\/li>\n<li><code>style<\/code> &#8211; Determines the visual style of the share button<\/li>\n<li><code>hover<\/code> &#8211; Configures the hover effect of the share button<\/li>\n<li><code>layout<\/code> &#8211; Sets the orientation of the share button<\/li>\n<li><code>count<\/code> &#8211; Decides whether to show the share count or not<\/li>\n<li><code>box_only<\/code> &#8211; Defines if only a box is displayed without any content<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; The shortcode below is a basic usage of the wp-social plugin. It will display all the social share buttons with a default style and layout.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_share]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Below is an example of the shortcode used to display only specific social share buttons. The &#8216;provider&#8217; attribute is used to specify the social media platforms to be included. In this case, it will display buttons for Facebook and Twitter.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_share provider=\"facebook,twitter\"]<\/code><\/pre>\n\n\n<p>Another advanced usage of the shortcode is to customize the appearance of the social share buttons. The &#8216;class&#8217; attribute is used to add a custom CSS class, &#8216;style&#8217; attribute to add inline CSS styles, &#8216;layout&#8217; to specify the layout orientation, and &#8216;count&#8217; to show or hide the share count. In the example below, it will display all social share buttons with a custom class &#8216;my-social-buttons&#8217;, in a vertical layout, with a custom style and without showing the share count.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[xs_social_share class=\"my-social-buttons\" style=\"background-color: blue; color: white;\" layout=\"vertical\" count=\"No\"]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">PHP Function Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In case you have difficulties debugging what causing issues with <code>[xs_social_share]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode line<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">add_shortcode('xs_social_share', [$this, 'social_share_shortcode']);<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode PHP function<\/strong>:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\nfunction social_share_shortcode($atts, $content = null) {\n\n\t\t$atts = shortcode_atts(\n\t\t\tarray(\n\t\t\t\t&#039;provider&#039; =&gt; &#039;all&#039;,\n\t\t\t\t&#039;class&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;style&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;hover&#039;    =&gt; &#039;&#039;,\n\t\t\t\t&#039;layout&#039;   =&gt; &#039;horizontal&#039;,\n\t\t\t\t&#039;count&#039;    =&gt; &#039;No&#039;,\n\t\t\t\t&#039;box_only&#039; =&gt; &#039;&#039;,\n\t\t\t),\n\t\t\t$atts,\n\t\t\t&#039;xs_social_share&#039;\n\t\t);\n\n\t\tif(empty(trim($atts&#91;&#039;provider&#039;])) || $atts&#91;&#039;provider&#039;] == &#039;all&#039;) {\n\t\t\t$provider = &#039;all&#039;;\n\t\t} else {\n\t\t\t$provider = explode(&#039;,&#039;, strtolower($atts&#91;&#039;provider&#039;]));\n\t\t}\n\n\t\t$config = &#91;];\n\t\t$config&#91;&#039;class&#039;] = trim($atts&#91;&#039;class&#039;]);\n\t\t$config&#91;&#039;style&#039;] = trim($atts&#91;&#039;style&#039;]);\n\t\t$config&#91;&#039;hover&#039;] = trim($atts&#91;&#039;hover&#039;]);\n\t\t$config&#91;&#039;hv_effect&#039;] = trim($atts&#91;&#039;layout&#039;]);\n\t\t$config&#91;&#039;show_count&#039;] = ucfirst(strtolower(trim($atts&#91;&#039;count&#039;])));\n\t\t$config&#91;&#039;show_count&#039;] = in_array($config&#91;&#039;show_count&#039;], &#91;&#039;Yes&#039;, &#039;No&#039;]) ? $config&#91;&#039;show_count&#039;] : &#039;No&#039;;\n\t\t$config&#91;&#039;conf_type&#039;] = &#039;shortCode&#039;;\n\n\t\treturn $this-&gt;get_share_data($provider, $config);\n\t}\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Code file location<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">wp-social\/wp-social\/inc\/share.php<\/code><\/pre>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you&#8217;ve learned how to embed the <strong>Wp Social Login and Register Social Counter Plugin shortcodes<\/strong>, understood the parameters, and seen code examples, it&#8217;s easy to use and debug any issue that might cause it to &#8216;not work&#8217;. If you still have difficulties with it, don&#8217;t hesitate to leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Below, you&#8217;ll find a detailed guide on how to add the Wp Social Login and Register Social Counter Shortcodes to your WordPress website, including their parameters, examples, and PHP function code. Additionally, we&#8217;ll assist you with common issues that might cause the Wp Social Login and Register Social Counter Plugin shortcodes not to show or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"name":"Wp Social Login and Register Social Counter","slug":"","version":"2.2.5","author":"<a href=\"https:\/\/wpmet.com\/\">Wpmet<\/a>","icons":"https:\/\/ps.w.org\/wp-social\/assets\/icon-128x128.png?rev=2544214","plugin_tags":"{\"social\":\"social\",\"social-counter\":\"social counter\",\"social-login\":\"social login\",\"social-share\":\"social share\",\"wordpress-social-login-and-register\":\"WordPress Social login and register\"}","author_profile":"https:\/\/profiles.wordpress.org\/xpeedstudio\/","requires":"4.6","tested":"6.3.2","requires_php":"7.4","rating":94,"num_ratings":49,"active_installs":20000,"downloaded":352557,"last_updated":"2023-09-27 7:30am GMT","added":"2010-08-19","homepage":"https:\/\/wpmet.com\/","short_description":"Wp social lets you add social login, social counter, and social share buttons of different styles to your WordPress website.","description":"\"Wp Social Login and Register Social Counter is a user-friendly WordPress plugin that enables seamless social media login and registration. It also keeps track of your social interactions, making social networking management easier.\"","shortcodes":"[\"xs_social_login\",\"xs_social_counter\",\"xs_social_share\"]","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1297","post","type-post","status-publish","format-standard","hentry","category-plugins"],"_links":{"self":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1297","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/comments?post=1297"}],"version-history":[{"count":1,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1297\/revisions"}],"predecessor-version":[{"id":1575,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1297\/revisions\/1575"}],"wp:attachment":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/media?parent=1297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/categories?post=1297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/tags?post=1297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}