{"id":27207,"date":"2016-05-07T09:54:33","date_gmt":"2016-05-07T09:54:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/jqueryfacebookwallwplight\/"},"modified":"2014-02-15T23:53:58","modified_gmt":"2014-02-15T23:53:58","slug":"jqueryfacebookwallwplight","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/jqueryfacebookwallwplight\/","author":13236146,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"","stable_tag":"1.0","tested":"3.7.41","requires":"3.5.1","requires_php":"","requires_plugins":"","header_name":"","header_author":"","header_description":"","assets_banners_color":"","last_updated":"2014-02-15 23:53:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2356,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"tags":[],"upgrade_notice":{"":"<p>Getting Data from Facebook\njQueryFacebookWallWPLight use the Facebook&#039;s graph API to retrieve your Facebook account data. Facebook needs to know who is asking for and retrieving their data; consequently, they have an authentication system to manage these needs. One way to retrieve data in this authentication system is via a Facebook App. The App in turn can request an access token, and once an access token has been acquired it can make requests for data from the graph API. Long story short, jQueryFacebookWallWPLight needs three things to get your Facebook account data:<\/p>\n\n<ol>\n<li>Your Facebook User Name (Id)<\/li>\n<li>A Facebook App associated with your Facebook account<\/li>\n<li>An Access Token for your Facebook App<\/li>\n<\/ol>\n\n<h4>Get your Facebook Username Name<\/h4>\n\n<p>Your Facebook username appears after the www.facebook.com\/ in your browser URL. Usually it looks something like this: www.facebook.com\/<em>yourUserName<\/em>. In other words, if you are Rick James, your Facebook URL looks something like: www.facebook.com\/RickJames. Sometimes you have to look at your timeline to get your account name in the URL.\n<a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbAccountName.png\">IMAGE<\/a><\/p>\n\n<p>Once you have your username <strong>yourUserName<\/strong> you add it to yourplugin settings on the jQueryFacebookWall settings page  in  the Facebook User field.<\/p>\n\n<h4>Create \/ Get your Facebook Account App Id\/Key and Secret<\/h4>\n\n<ol>\n<li>Log into your Facebook Account.<\/li>\n<li>Go to https:\/\/developers.Facebook.com\/apps\n\n<ol>\n<li>If you have not registered with Facebook as a developer, do so.<\/li>\n<li>Click the Create New App button in the upper right hand corner to create a Facebook App.<\/li>\n<li>Fill out your App info, name, etc. The name is the only necessary field.<\/li>\n<\/ol><\/li>\n<li>Make note of your App Id\/API key and App Secret they will be used to generate you Facebook Access Token.<\/li>\n<li>Use your App Id\/API key for &#039;yourAppId&#039; in the plugin call.\n<a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbApp.png\">Image<\/a><\/li>\n<\/ol>\n\n<h4>Get your Facebook Access Token<\/h4>\n\n<p>You should be able to retrieve an Access Token via the setting page, if you cant your can try running the jQueryFacebookWallWPLight php access token retrieval script by hand. To use it:<\/p>\n\n<ol>\n<li>Open fb_get_app_token.php and enter your Facebook App Id and Secret on lines 19&amp;20.<\/li>\n<\/ol>\n\n<p>15  $app_id = &#039;----------------&#039;;\n16 $app_secret = &#039;----------------&#039;;<\/p>\n\n<ol start=\"2\">\n<li>Save and exit the file.<\/li>\n<li>Generate a Facebook access token for your Facebook App by running fb_get_app_token.php in your browser. If you have unzipped the plugin and put it in, say, yourDomainWebRoot\/jQueryFacebooWall\/, then in your browser open www.yourdomain.com\/fb_get_app_token.php<\/li>\n<li>fb_get_app_token.php will retrieve an access token from Facebook and write it to the fb_app_token.php file. Make sure that fb_app_token.php has full write permissions.<\/li>\n<li>Open fb_app_token.php - it should contain something that looks like this: {&quot;appToken&quot;:&quot;2450 blahblahblahblahblah|fkLcyxj6C-_blahblahblahblahblah&quot;}<\/li>\n<li>If it doesn&#039;t, you didn\u00e2\u20ac\u2122t get an access token from Facebook. An alternative method of retrieving an App access token is running www.yourdomain.com\/fb_get_app_token.php?debug=true This will show debugging information for the script. If it returns an access token, copy and paste it into fb_app_token.php\n[Image](http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbAccessToken.png&quot; style=&quot;width:750px&quot;&gt;<\/li>\n<\/ol>\n\n<ul>\n<li>To generate an App access token via the fb_get_app_token.php script, php must have https wrapper enabled. In your php.ini ;extension=php_openssl.dll must be uncommented. If you can\u00e2\u20ac\u2122t do this you may have to contact your hosting provider or system administrator.<\/li>\n<\/ul>\n\n<h4>Get your Facebook Access Token - Without php<\/h4>\n\n<p>If your host doesn&#039;t support php, you don&#039;t have php&#039;s https wrappers enabled, or you just like doing things by hand, you can retrieve a Facebook access token by the following means:<\/p>\n\n<ol>\n<li>In the URL below, replace app_secret and app_secret with the App Id and App Secret you retrieved from Facebook in the previous step<\/li>\n<li>https:\/\/graph.facebook.com\/oauth\/access_token?client_id=app_id&amp;client_secret=app_secret&amp;grant_type=client_credentials<\/li>\n<li>Copy and past the URL in your browser and Facebook will return an App access token to you. It will be something like: access_token=256518697824517|nLKpMxbgiABaYfjhSSHf1GJj<\/li>\n<li>Open the fb_app_token.html The contents look like this:\n{&quot;appToken&quot;:&quot;If you see this you haven&#039;t generated your App token yet&quot;} \nReplace the &quot;If you see this you haven&#039;t generated your App token yet&quot; with the access_token you retrieved from Facebook. Make sure to leave the quotes. \nIt should looks like this when your done: \n{&quot;appToken&quot;:&quot;256518697824517|nLKpMxbgiABaYfjhSSHf1GJj&quot;}<\/li>\n<li>Save and close fb_app_token.html<\/li>\n<\/ol>\n\n<h4>Facebook Pages vs. Facebook User Accounts<\/h4>\n\n<p>jQueryFacebookWallWPLight plugin makes use of Facebook\u00e2\u20ac\u2122s open graph API, which has various levels of authentication requirements. Facebook pages have looser restrictions than user accounts; therefore, the plugin can retrieve more info (posts and album data) for pages than normal accounts. jQueryFacebookWallWPLight will work with normal accounts, but you will not be able to retrieve album data and you will have to edit the permissions of your posts and photos in your Facebook account. If you don\u00e2\u20ac\u2122t have a Facebook page, you should consider creating one. You can do so by logging into Facebook and going here: https:\/\/www.Facebook.com\/pages\/create\/<\/p>\n\n<p>Here are the caveats imposed by Facebook&#039;s authentication requirements:<\/p>\n\n<ul>\n<li>Pages can have albums.<\/li>\n<li>Pages can show all posts.<\/li>\n<li>User accounts can\u00e2\u20ac\u2122t have albums.<\/li>\n<li>User accounts don\u00e2\u20ac\u2122t include all posts.<\/li>\n<\/ul>","1.0":"<p>Go Pro! You deserve it! Here is what you get:\n* Posts, Events, Likes, Albums, Photos sections\n* Options to adjust order, show\/hide sections\n* Language translations\n* Facebook style Light Box to view photos and albums\n* Like and Comment on posts, photos, and albums\n<a href=\"http:\/\/ironlasso.com\/jqueryfacebookwall-wordpress-plugin\/\">Get the Pro Version Now!<\/a><\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"838449","resolution":"1","location":"assets"}},"screenshots":{"1":"This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the \/assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the \/assets \ndirectory take precedence. For example, <code>\/assets\/screenshot-1.png<\/code> would win over <code>\/tags\/4.3\/screenshot-1.png<\/code> \n(or jpg, jpeg, gif).","2":"This is the second screen shot"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-27207","plugin","type-plugin","status-closed","hentry","plugin_committers-lorenzogangi"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/jqueryfacebookwallwplight.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/jqueryfacebookwallwplight\/assets\/screenshot-1.png?rev=838449","caption":"This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from the \/assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the \/assets \ndirectory take precedence. For example, <code>\/assets\/screenshot-1.png<\/code> would win over <code>\/tags\/4.3\/screenshot-1.png<\/code> \n(or jpg, jpeg, gif)."}],"raw_content":"<!--section=description-->\n<p>jQuery Facebook Wall WP Light (JQFW-WPL) is a light version of jQueryFacebookWallWP a wordpress plugin that will build a Facebook timeline or wall style post feed on your worpress website \npost or page with the Facebook account data of your choosing. jQuery Facebook Wall WP has settings to show events, likes, photos, and albums. It also includes a Facebook style lightbox to browse photo galleries. And best of all, it has user interactions so photos, posts, and comments can be liked or commented on. See it in action at <a href=\"http:\/\/ironlasso.com\/jqueryfacebookwall-wordpress-plugin\/\" rel=\"nofollow\">http:\/\/ironlasso.com\/jqueryfacebookwall-wordpress-plugin\/<\/a> \nJQFW-WPL doesnt have the photos, albums, events and likes and limits the number of posts and comments you can retrieve from facebook to 5.<\/p>\n\n<!--section=installation-->\n<p>Follow these instructions to get your Facebook feed on your website. When you downloaded JQFW-WPL you got a file called jQueryFacebookWallWPLight_download.zip<\/p>\n <ol>\n<li><strong>unzip jQueryFacebookWallWPLight_download.zip<\/strong> <\/li>\n<li><p><strong>Its contents should look this<\/strong>: \n\/docImages readme.html readme.txt \/jQueryFacebookWallWPLight.ZIP \/css \/images \/js \/licensing \/template fb_app_token.php fb_get_app_token.php uninstall.php jQueryFacebookWallLight.php<\/p><\/li>\n<li><p><strong>Install your plugin<\/strong> - Go to the Plugins page of your wordpress admin.<\/p>\n <ol>\n<li>Click the \"Add New\" button this wil take you to the Intall Plugins page.<\/li>\n<li>Click the \"Upload\" link on the Install Plugins page.<\/li>\n<li>Choose the jQueryFacebookWallWPLight.zip and click the \"Install Now\" button. You should see a message about unpacking and installing your plugin.<\/li>\n<li>Click the \"Activate Plugin\" Link this should take you back to your plugins page.<\/li>\n<\/ol><\/li>\n<li><p><strong>Configure your plugin<\/strong> - Click the <em>settings<\/em> link in the jQueryFacebookWallLight row.<\/p><\/li>\n<li><strong>Enter the Domain name of the website<\/strong> where the plugin is installed in the field labeled Domain.<\/li>\n<li><strong>Get your Facebook Account Name<\/strong> (see below) and enter it in the field labeld <strong>Facebook User<\/strong>.<\/li>\n<li><strong>Get \/ Create your Facebook Account App Id\/Key and Secret<\/strong> (see below)  <ol>\n<li>Find App ID and App Secret fields and Retrieve Button <a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/wpAppTokenForm.png\">Image<\/a><\/li>\n<li>Enter your App ID and App Secret and click the \"Retrieve Facebook App Access Token\" Button. <a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/wpAppTokenFormDone.png\">Image<\/a>\n3.If your app token retrieval fails see <strong>Get your Facebook Access Token<\/strong><\/li>\n<\/ol><\/li>\n<li><strong>Save your settings<\/strong>. Click the button on the bottom of the settings page that says <strong>\"Save jQueryFacebookWall Settings\"<\/strong> settings example - this will show the National Geographic facebook feed. <a href=\"http:\/\/ironlasso.com\/jQueryFcebookWallWPLightZip\/docImages\/generalSettings.png\">Image<\/a><\/li>\n<li><strong>Add a Facebook feed to a page or post<\/strong>. In the wp-admin navigate to the page or post you would like to JQFW-WPL to. Paste the short code [jfw_light show=jQueryFacebookWallLight] in the content editor. Save and navigate to the page. You should see your facebook feed. \n<a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/wpShortCode.png\">Image<\/a><\/li>\n<li>Adjust Plugin Settings - At this point your plugin is ready to go, however you can adjust the the other plugin settings as needed. See the <a href=\"http:\/\/ironlasso.com\/jqueryfacebookwallwp-documentation\/\">Plugin Settings<\/a> on ironlasso.com for details on settings function.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>Using the plugin on Windows IIS<\/h4>\n <p>Yes can use the pluging with ASP and IIS! It takes few extra set up steps. You'll need to add .ejs mime types to IIS.<\/p>\n <p>IIS doesn\u2019t like the file extension of the ejs javascript templateing engine used by the plugin (.ejs). You need to add a MIME extension for .ejs with type :text\/html in your IIS administration panel. If you do that everything should work . Here is an blog I found on the subject<\/p>\n <p>The problem: <a href=\"http:\/\/forums.asp.net\/t\/1442319.aspx\/1\" rel=\"nofollow\">http:\/\/forums.asp.net\/t\/1442319.aspx\/1<\/a><\/p>\n <p>How to add a mime type in IIS: <a href=\"http:\/\/technet.microsoft.com\/en-us\/library\/cc725608(v=ws.10)\" rel=\"nofollow\">http:\/\/technet.microsoft.com\/en-us\/library\/cc725608(v=ws.10)<\/a>.aspx<\/p>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n <ul>\n<li>12\/12\/14 Initial Release.<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>Getting Data from Facebook<\/h3>\n <p>jQueryFacebookWallWPLight use the Facebook's graph API to retrieve your Facebook account data. Facebook needs to know who is asking for and retrieving their data; consequently, they have an authentication system to manage these needs. One way to retrieve data in this authentication system is via a Facebook App. The App in turn can request an access token, and once an access token has been acquired it can make requests for data from the graph API. Long story short, jQueryFacebookWallWPLight needs three things to get your Facebook account data:<\/p>\n <ol>\n<li>Your Facebook User Name (Id)<\/li>\n<li>A Facebook App associated with your Facebook account<\/li>\n<li>An Access Token for your Facebook App<\/li>\n<\/ol>\n <h4>Get your Facebook Username Name<\/h4>\n <p>Your Facebook username appears after the <a href=\"http:\/\/www.facebook.com\/\" rel=\"nofollow\">http:\/\/www.facebook.com\/<\/a> in your browser URL. Usually it looks something like this: <a href=\"http:\/\/www.facebook.com\/\" rel=\"nofollow\">http:\/\/www.facebook.com\/<\/a><em>yourUserName<\/em>. In other words, if you are Rick James, your Facebook URL looks something like: <a href=\"http:\/\/www.facebook.com\/RickJames\" rel=\"nofollow\">http:\/\/www.facebook.com\/RickJames<\/a>. Sometimes you have to look at your timeline to get your account name in the URL. <a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbAccountName.png\">IMAGE<\/a><\/p>\n <p>Once you have your username <strong>yourUserName<\/strong> you add it to yourplugin settings on the jQueryFacebookWall settings page  in  the Facebook User field.<\/p>\n <h4>Create \/ Get your Facebook Account App Id\/Key and Secret<\/h4>\n <ol>\n<li>Log into your Facebook Account.<\/li>\n<li>Go to <a href=\"https:\/\/developers.Facebook.com\/apps\" rel=\"nofollow\">https:\/\/developers.Facebook.com\/apps<\/a>\n <ol>\n<li>If you have not registered with Facebook as a developer, do so.<\/li>\n<li>Click the Create New App button in the upper right hand corner to create a Facebook App.<\/li>\n<li>Fill out your App info, name, etc. The name is the only necessary field.<\/li>\n<\/ol><\/li>\n<li>Make note of your App Id\/API key and App Secret they will be used to generate you Facebook Access Token.<\/li>\n<li>Use your App Id\/API key for 'yourAppId' in the plugin call. <a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbApp.png\">Image<\/a><\/li>\n<\/ol>\n <h4>Get your Facebook Access Token<\/h4>\n <p>You should be able to retrieve an Access Token via the setting page, if you cant your can try running the jQueryFacebookWallWPLight php access token retrieval script by hand. To use it:<\/p>\n <ol>\n<li>Open fb_get_app_token.php and enter your Facebook App Id and Secret on lines 19&amp;20.<\/li>\n<\/ol>\n <p>15  $app_id = '----------------'; 16 $app_secret = '----------------';<\/p>\n <ol>\n<li>Save and exit the file.<\/li>\n<li>Generate a Facebook access token for your Facebook App by running fb_get_app_token.php in your browser. If you have unzipped the plugin and put it in, say, yourDomainWebRoot\/jQueryFacebooWall\/, then in your browser open <a href=\"http:\/\/www.yourdomain.com\/fb_get_app_token.php\" rel=\"nofollow\">http:\/\/www.yourdomain.com\/fb_get_app_token.php<\/a><\/li>\n<li>fb_get_app_token.php will retrieve an access token from Facebook and write it to the fb_app_token.php file. Make sure that fb_app_token.php has full write permissions.<\/li>\n<li>Open fb_app_token.php - it should contain something that looks like this: {\"appToken\":\"2450 blahblahblahblahblah|fkLcyxj6C-_blahblahblahblahblah\"}<\/li>\n<li>If it doesn't, you didn\u00e2\u20ac\u2122t get an access token from Facebook. An alternative method of retrieving an App access token is running <a href=\"http:\/\/www.yourdomain.com\/fb_get_app_token.php?debug=true\" rel=\"nofollow\">http:\/\/www.yourdomain.com\/fb_get_app_token.php?debug=true<\/a> This will show debugging information for the script. If it returns an access token, copy and paste it into fb_app_token.php [Image](<a href=\"http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbAccessToken.png\" rel=\"nofollow\">http:\/\/ironlasso.com\/jQueryFacebookWallWPLightZip\/docImages\/fbAccessToken.png<\/a>\" style=\"width:750px\"&gt;<\/li>\n<\/ol>\n <ul>\n<li>To generate an App access token via the fb_get_app_token.php script, php must have https wrapper enabled. In your php.ini ;extension=php_openssl.dll must be uncommented. If you can\u00e2\u20ac\u2122t do this you may have to contact your hosting provider or system administrator.<\/li>\n<\/ul>\n <h4>Get your Facebook Access Token - Without php<\/h4>\n <p>If your host doesn't support php, you don't have php's https wrappers enabled, or you just like doing things by hand, you can retrieve a Facebook access token by the following means:<\/p>\n <ol>\n<li>In the URL below, replace app_secret and app_secret with the App Id and App Secret you retrieved from Facebook in the previous step<\/li>\n<li><a href=\"https:\/\/graph.facebook.com\/oauth\/access_token?client_id=app_id&#038;client_secret=app_secret&#038;grant_type=client_credentials\" rel=\"nofollow\">https:\/\/graph.facebook.com\/oauth\/access_token?client_id=app_id&#038;client_secret=app_secret&#038;grant_type=client_credentials<\/a><\/li>\n<li>Copy and past the URL in your browser and Facebook will return an App access token to you. It will be something like: access_token=256518697824517|nLKpMxbgiABaYfjhSSHf1GJj<\/li>\n<li>Open the fb_app_token.html The contents look like this: {\"appToken\":\"If you see this you haven't generated your App token yet\"} \nReplace the \"If you see this you haven't generated your App token yet\" with the access_token you retrieved from Facebook. Make sure to leave the quotes. \nIt should looks like this when your done: \n{\"appToken\":\"256518697824517|nLKpMxbgiABaYfjhSSHf1GJj\"}<\/li>\n<li>Save and close fb_app_token.html<\/li>\n<\/ol>\n <h4>Facebook Pages vs. Facebook User Accounts<\/h4>\n <p>jQueryFacebookWallWPLight plugin makes use of Facebook\u00e2\u20ac\u2122s open graph API, which has various levels of authentication requirements. Facebook pages have looser restrictions than user accounts; therefore, the plugin can retrieve more info (posts and album data) for pages than normal accounts. jQueryFacebookWallWPLight will work with normal accounts, but you will not be able to retrieve album data and you will have to edit the permissions of your posts and photos in your Facebook account. If you don\u00e2\u20ac\u2122t have a Facebook page, you should consider creating one. You can do so by logging into Facebook and going here: <a href=\"https:\/\/www.Facebook.com\/pages\/create\/\" rel=\"nofollow\">https:\/\/www.Facebook.com\/pages\/create\/<\/a><\/p>\n <p>Here are the caveats imposed by Facebook's authentication requirements:<\/p>\n <ul>\n<li>Pages can have albums.<\/li>\n<li>Pages can show all posts.<\/li>\n<li>User accounts can\u00e2\u20ac\u2122t have albums.<\/li>\n<li>User accounts don\u00e2\u20ac\u2122t include all posts.<\/li>\n<\/ul>","raw_excerpt":"jQuery Facebook Wall WP Light retrieves a Facebook account&#039;s data and builds a Facebook styled feed on a page or post.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/27207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=27207"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lorenzogangi"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=27207"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=27207"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=27207"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=27207"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=27207"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=27207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}