{"id":116,"date":"2015-09-02T22:52:24","date_gmt":"2015-09-02T22:52:24","guid":{"rendered":"http:\/\/blazingspider.com\/wp-demo\/?p=116"},"modified":"2015-09-03T00:39:33","modified_gmt":"2015-09-03T00:39:33","slug":"d3-js-sample-pie-chart","status":"publish","type":"post","link":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/","title":{"rendered":"D3.js Sample: A Pie Chart"},"content":{"rendered":"<p>The following Pie Chart, drawn by D3.js library:<\/p>\n<p><!--more--><\/p>\n<div id=\"d3pieChart\"><\/div>\r\n<script>\r\nwindow.onload = function () {\r\nvar pie = new d3pie(\"d3pieChart\", {\r\n  \"header\": {\r\n    \"title\": {\r\n      \"text\": \"Lots of Programming Languages\",\r\n      \"fontSize\": 24,\r\n      \"font\": \"open sans\"\r\n    },\r\n    \"subtitle\": {\r\n      \"text\": \"A full pie chart to show off label collision detection and resolution.\",\r\n      \"color\": \"#999999\",\r\n      \"fontSize\": 12,\r\n      \"font\": \"open sans\"\r\n    },\r\n    \"titleSubtitlePadding\": 9\r\n  },\r\n  \"footer\": {\r\n    \"color\": \"#999999\",\r\n    \"fontSize\": 10,\r\n    \"font\": \"open sans\",\r\n    \"location\": \"bottom-left\"\r\n  },\r\n  \"size\": {\r\n    \"canvasWidth\": 590,\r\n    \"pieOuterRadius\": \"90%\"\r\n  },\r\n  \"data\": {\r\n    \"sortOrder\": \"value-desc\",\r\n    \"content\": [\r\n      {\r\n        \"label\": \"JavaScript\",\r\n        \"value\": 264131,\r\n        \"color\": \"#2484c1\"\r\n      },\r\n      {\r\n        \"label\": \"Ruby\",\r\n        \"value\": 218812,\r\n        \"color\": \"#0c6197\"\r\n      },\r\n      {\r\n        \"label\": \"Java\",\r\n        \"value\": 157618,\r\n        \"color\": \"#4daa4b\"\r\n      },\r\n      {\r\n        \"label\": \"PHP\",\r\n        \"value\": 114384,\r\n        \"color\": \"#90c469\"\r\n      },\r\n      {\r\n        \"label\": \"Python\",\r\n        \"value\": 95002,\r\n        \"color\": \"#daca61\"\r\n      },\r\n      {\r\n        \"label\": \"C+\",\r\n        \"value\": 78327,\r\n        \"color\": \"#e4a14b\"\r\n      },\r\n      {\r\n        \"label\": \"C\",\r\n        \"value\": 67706,\r\n        \"color\": \"#e98125\"\r\n      },\r\n      {\r\n        \"label\": \"Objective-C\",\r\n        \"value\": 36344,\r\n        \"color\": \"#cb2121\"\r\n      },\r\n      {\r\n        \"label\": \"Shell\",\r\n        \"value\": 28561,\r\n        \"color\": \"#830909\"\r\n      },\r\n      {\r\n        \"label\": \"Cobol\",\r\n        \"value\": 24131,\r\n        \"color\": \"#923e99\"\r\n      },\r\n      {\r\n        \"label\": \"C#\",\r\n        \"value\": 100,\r\n        \"color\": \"#ae83d5\"\r\n      },\r\n      {\r\n        \"label\": \"Coldfusion\",\r\n        \"value\": 68,\r\n        \"color\": \"#bf273e\"\r\n      },\r\n      {\r\n        \"label\": \"Fortran\",\r\n        \"value\": 218812,\r\n        \"color\": \"#ce2aeb\"\r\n      },\r\n      {\r\n        \"label\": \"Coffeescript\",\r\n        \"value\": 157618,\r\n        \"color\": \"#bca44a\"\r\n      },\r\n      {\r\n        \"label\": \"Node\",\r\n        \"value\": 114384,\r\n        \"color\": \"#618d1b\"\r\n      },\r\n      {\r\n        \"label\": \"Basic\",\r\n        \"value\": 95002,\r\n        \"color\": \"#1ee67b\"\r\n      },\r\n      {\r\n        \"label\": \"Cola\",\r\n        \"value\": 36344,\r\n        \"color\": \"#b0ec44\"\r\n      },\r\n      {\r\n        \"label\": \"Perl\",\r\n        \"value\": 32170,\r\n        \"color\": \"#a4a0c9\"\r\n      },\r\n      {\r\n        \"label\": \"Dart\",\r\n        \"value\": 28561,\r\n        \"color\": \"#322849\"\r\n      },\r\n      {\r\n        \"label\": \"Go\",\r\n        \"value\": 264131,\r\n        \"color\": \"#86f71a\"\r\n      },\r\n      {\r\n        \"label\": \"Groovy\",\r\n        \"value\": 218812,\r\n        \"color\": \"#d1c87f\"\r\n      },\r\n      {\r\n        \"label\": \"Processing\",\r\n        \"value\": 157618,\r\n        \"color\": \"#7d9058\"\r\n      },\r\n      {\r\n        \"label\": \"Smalltalk\",\r\n        \"value\": 114384,\r\n        \"color\": \"#44b9b0\"\r\n      },\r\n      {\r\n        \"label\": \"Scala\",\r\n        \"value\": 95002,\r\n        \"color\": \"#7c37c0\"\r\n      },\r\n      {\r\n        \"label\": \"Visual Basic\",\r\n        \"value\": 78327,\r\n        \"color\": \"#cc9fb1\"\r\n      },\r\n      {\r\n        \"label\": \"Scheme\",\r\n        \"value\": 67706,\r\n        \"color\": \"#e65414\"\r\n      },\r\n      {\r\n        \"label\": \"Rust\",\r\n        \"value\": 36344,\r\n        \"color\": \"#8b6834\"\r\n      },\r\n      {\r\n        \"label\": \"FoxPro\",\r\n        \"value\": 32170,\r\n        \"color\": \"#248838\"\r\n      }\r\n    ]\r\n  },\r\n  \"labels\": {\r\n    \"outer\": {\r\n      \"pieDistance\": 32\r\n    },\r\n    \"inner\": {\r\n      \"hideWhenLessThanPercentage\": 3\r\n    },\r\n    \"mainLabel\": {\r\n      \"fontSize\": 11\r\n    },\r\n    \"percentage\": {\r\n      \"color\": \"#ffffff\",\r\n      \"decimalPlaces\": 0\r\n    },\r\n    \"value\": {\r\n      \"color\": \"#adadad\",\r\n      \"fontSize\": 11\r\n    },\r\n    \"lines\": {\r\n      \"enabled\": true\r\n    },\r\n    \"truncation\": {\r\n      \"enabled\": true\r\n    }\r\n  },\r\n  \"effects\": {\r\n    \"pullOutSegmentOnClick\": {\r\n      \"effect\": \"linear\",\r\n      \"speed\": 400,\r\n      \"size\": 8\r\n    }\r\n  },\r\n  \"misc\": {\r\n    \"gradient\": {\r\n      \"enabled\": true,\r\n      \"percentage\": 100\r\n    }\r\n  }\r\n});\r\n}\r\n<\/script>\r\n\n<p>Using our plugin, named <em>Blazing Charts<\/em>, I added the following shortcode to this post:<\/p>\n<pre>(left-bracket)BlazingChart charttype=\"d3\" source=\"d3-js-sample-pie\" options=\"pie\"(right bracket)<\/pre>\n<p>The first parameter specifies which charting library is used. The second parameter is the slug of a Custom Post Type, named <em>Chart Snippets<\/em>, introduced by that plugin. The third parameter can be a comma-separated list of auxiliary libraries loaded after the main one. For drawing pie charts, D3pie.js should also be loaded.<\/p>\n<p>The source of the script for the drawing is added as plain text to a Chart Snippet. The content of the chart snippet for the above chart is as following:<\/p>\n<pre lang=\"html\" toggle=\"no\">\r\n&lt;div id=\"d3pieChart\"&gt;&lt;\/div&gt;\r\n&lt;script&gt;\r\nwindow.onload = function () {\r\nvar pie = new d3pie(\"d3pieChart\", {\r\n  \"header\": {\r\n    \"title\": {\r\n      \"text\": \"Lots of Programming Languages\",\r\n      \"fontSize\": 24,\r\n      \"font\": \"open sans\"\r\n    },\r\n    \"subtitle\": {\r\n      \"text\": \"A full pie chart to show off label collision detection and resolution.\",\r\n      \"color\": \"#999999\",\r\n      \"fontSize\": 12,\r\n      \"font\": \"open sans\"\r\n    },\r\n    \"titleSubtitlePadding\": 9\r\n  },\r\n  \"footer\": {\r\n    \"color\": \"#999999\",\r\n    \"fontSize\": 10,\r\n    \"font\": \"open sans\",\r\n    \"location\": \"bottom-left\"\r\n  },\r\n  \"size\": {\r\n    \"canvasWidth\": 590,\r\n    \"pieOuterRadius\": \"90%\"\r\n  },\r\n  \"data\": {\r\n    \"sortOrder\": \"value-desc\",\r\n    \"content\": [\r\n      {\r\n        \"label\": \"JavaScript\",\r\n        \"value\": 264131,\r\n        \"color\": \"#2484c1\"\r\n      },\r\n      {\r\n        \"label\": \"Ruby\",\r\n        \"value\": 218812,\r\n        \"color\": \"#0c6197\"\r\n      },\r\n      {\r\n        \"label\": \"Java\",\r\n        \"value\": 157618,\r\n        \"color\": \"#4daa4b\"\r\n      },\r\n      {\r\n        \"label\": \"PHP\",\r\n        \"value\": 114384,\r\n        \"color\": \"#90c469\"\r\n      },\r\n      {\r\n        \"label\": \"Python\",\r\n        \"value\": 95002,\r\n        \"color\": \"#daca61\"\r\n      },\r\n      {\r\n        \"label\": \"C+\",\r\n        \"value\": 78327,\r\n        \"color\": \"#e4a14b\"\r\n      },\r\n      {\r\n        \"label\": \"C\",\r\n        \"value\": 67706,\r\n        \"color\": \"#e98125\"\r\n      },\r\n      {\r\n        \"label\": \"Objective-C\",\r\n        \"value\": 36344,\r\n        \"color\": \"#cb2121\"\r\n      },\r\n      {\r\n        \"label\": \"Shell\",\r\n        \"value\": 28561,\r\n        \"color\": \"#830909\"\r\n      },\r\n      {\r\n        \"label\": \"Cobol\",\r\n        \"value\": 24131,\r\n        \"color\": \"#923e99\"\r\n      },\r\n      {\r\n        \"label\": \"C#\",\r\n        \"value\": 100,\r\n        \"color\": \"#ae83d5\"\r\n      },\r\n      {\r\n        \"label\": \"Coldfusion\",\r\n        \"value\": 68,\r\n        \"color\": \"#bf273e\"\r\n      },\r\n      {\r\n        \"label\": \"Fortran\",\r\n        \"value\": 218812,\r\n        \"color\": \"#ce2aeb\"\r\n      },\r\n      {\r\n        \"label\": \"Coffeescript\",\r\n        \"value\": 157618,\r\n        \"color\": \"#bca44a\"\r\n      },\r\n      {\r\n        \"label\": \"Node\",\r\n        \"value\": 114384,\r\n        \"color\": \"#618d1b\"\r\n      },\r\n      {\r\n        \"label\": \"Basic\",\r\n        \"value\": 95002,\r\n        \"color\": \"#1ee67b\"\r\n      },\r\n      {\r\n        \"label\": \"Cola\",\r\n        \"value\": 36344,\r\n        \"color\": \"#b0ec44\"\r\n      },\r\n      {\r\n        \"label\": \"Perl\",\r\n        \"value\": 32170,\r\n        \"color\": \"#a4a0c9\"\r\n      },\r\n      {\r\n        \"label\": \"Dart\",\r\n        \"value\": 28561,\r\n        \"color\": \"#322849\"\r\n      },\r\n      {\r\n        \"label\": \"Go\",\r\n        \"value\": 264131,\r\n        \"color\": \"#86f71a\"\r\n      },\r\n      {\r\n        \"label\": \"Groovy\",\r\n        \"value\": 218812,\r\n        \"color\": \"#d1c87f\"\r\n      },\r\n      {\r\n        \"label\": \"Processing\",\r\n        \"value\": 157618,\r\n        \"color\": \"#7d9058\"\r\n      },\r\n      {\r\n        \"label\": \"Smalltalk\",\r\n        \"value\": 114384,\r\n        \"color\": \"#44b9b0\"\r\n      },\r\n      {\r\n        \"label\": \"Scala\",\r\n        \"value\": 95002,\r\n        \"color\": \"#7c37c0\"\r\n      },\r\n      {\r\n        \"label\": \"Visual Basic\",\r\n        \"value\": 78327,\r\n        \"color\": \"#cc9fb1\"\r\n      },\r\n      {\r\n        \"label\": \"Scheme\",\r\n        \"value\": 67706,\r\n        \"color\": \"#e65414\"\r\n      },\r\n      {\r\n        \"label\": \"Rust\",\r\n        \"value\": 36344,\r\n        \"color\": \"#8b6834\"\r\n      },\r\n      {\r\n        \"label\": \"FoxPro\",\r\n        \"value\": 32170,\r\n        \"color\": \"#248838\"\r\n      }\r\n    ]\r\n  },\r\n  \"labels\": {\r\n    \"outer\": {\r\n      \"pieDistance\": 32\r\n    },\r\n    \"inner\": {\r\n      \"hideWhenLessThanPercentage\": 3\r\n    },\r\n    \"mainLabel\": {\r\n      \"fontSize\": 11\r\n    },\r\n    \"percentage\": {\r\n      \"color\": \"#ffffff\",\r\n      \"decimalPlaces\": 0\r\n    },\r\n    \"value\": {\r\n      \"color\": \"#adadad\",\r\n      \"fontSize\": 11\r\n    },\r\n    \"lines\": {\r\n      \"enabled\": true\r\n    },\r\n    \"truncation\": {\r\n      \"enabled\": true\r\n    }\r\n  },\r\n  \"effects\": {\r\n    \"pullOutSegmentOnClick\": {\r\n      \"effect\": \"linear\",\r\n      \"speed\": 400,\r\n      \"size\": 8\r\n    }\r\n  },\r\n  \"misc\": {\r\n    \"gradient\": {\r\n      \"enabled\": true,\r\n      \"percentage\": 100\r\n    }\r\n  }\r\n});\r\n}\r\n&lt;\/script&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The following Pie Chart, drawn by D3.js library:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,17],"tags":[20],"class_list":["post-116","post","type-post","status-publish","format-standard","hentry","category-chart-libraries","category-d3-js","tag-d3-js"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>D3.js Sample: A Pie Chart - WordPress Demo<\/title>\n<meta name=\"description\" content=\"Wordpress plugin &quot;Blazing Charts&quot; helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"D3.js Sample: A Pie Chart - WordPress Demo\" \/>\n<meta property=\"og:description\" content=\"Wordpress plugin &quot;Blazing Charts&quot; helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/\" \/>\n<meta property=\"og:site_name\" content=\"WordPress Demo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/blazingspider\" \/>\n<meta property=\"article:published_time\" content=\"2015-09-02T22:52:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2015-09-03T00:39:33+00:00\" \/>\n<meta name=\"author\" content=\"massoud Shakeri\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@BlazingSpider\" \/>\n<meta name=\"twitter:site\" content=\"@BlazingSpider\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"massoud Shakeri\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/\",\"url\":\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/\",\"name\":\"D3.js Sample: A Pie Chart - WordPress Demo\",\"isPartOf\":{\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/#website\"},\"datePublished\":\"2015-09-02T22:52:24+00:00\",\"dateModified\":\"2015-09-03T00:39:33+00:00\",\"author\":{\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/78f615e83cf347ec4b200f825ba2fecd\"},\"description\":\"Wordpress plugin \\\"Blazing Charts\\\" helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.\",\"breadcrumb\":{\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blazingspider.com\/wp-demo\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"D3.js Sample: A Pie Chart\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/#website\",\"url\":\"https:\/\/blazingspider.com\/wp-demo\/\",\"name\":\"WordPress Demo\",\"description\":\"Blazing Spider WordPress Demo\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blazingspider.com\/wp-demo\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/78f615e83cf347ec4b200f825ba2fecd\",\"name\":\"massoud Shakeri\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3f3d05ee01040cb3ff9bd45b9a45027330209a9a0807f4ad9b195ec7f678f333?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3f3d05ee01040cb3ff9bd45b9a45027330209a9a0807f4ad9b195ec7f678f333?s=96&d=mm&r=g\",\"caption\":\"massoud Shakeri\"},\"sameAs\":[\"http:\/\/blazingspider.com\"],\"url\":\"https:\/\/blazingspider.com\/wp-demo\/author\/massoudshakeri\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"D3.js Sample: A Pie Chart - WordPress Demo","description":"Wordpress plugin \"Blazing Charts\" helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/","og_locale":"en_US","og_type":"article","og_title":"D3.js Sample: A Pie Chart - WordPress Demo","og_description":"Wordpress plugin \"Blazing Charts\" helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.","og_url":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/","og_site_name":"WordPress Demo","article_publisher":"https:\/\/www.facebook.com\/blazingspider","article_published_time":"2015-09-02T22:52:24+00:00","article_modified_time":"2015-09-03T00:39:33+00:00","author":"massoud Shakeri","twitter_card":"summary_large_image","twitter_creator":"@BlazingSpider","twitter_site":"@BlazingSpider","twitter_misc":{"Written by":"massoud Shakeri","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/","url":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/","name":"D3.js Sample: A Pie Chart - WordPress Demo","isPartOf":{"@id":"https:\/\/blazingspider.com\/wp-demo\/#website"},"datePublished":"2015-09-02T22:52:24+00:00","dateModified":"2015-09-03T00:39:33+00:00","author":{"@id":"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/78f615e83cf347ec4b200f825ba2fecd"},"description":"Wordpress plugin \"Blazing Charts\" helps you to use D3.js Charting Libraries. It saves the snippets of charts in database as a post type.","breadcrumb":{"@id":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blazingspider.com\/wp-demo\/116\/d3-js-sample-pie-chart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blazingspider.com\/wp-demo\/"},{"@type":"ListItem","position":2,"name":"D3.js Sample: A Pie Chart"}]},{"@type":"WebSite","@id":"https:\/\/blazingspider.com\/wp-demo\/#website","url":"https:\/\/blazingspider.com\/wp-demo\/","name":"WordPress Demo","description":"Blazing Spider WordPress Demo","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blazingspider.com\/wp-demo\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/78f615e83cf347ec4b200f825ba2fecd","name":"massoud Shakeri","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blazingspider.com\/wp-demo\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3f3d05ee01040cb3ff9bd45b9a45027330209a9a0807f4ad9b195ec7f678f333?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3f3d05ee01040cb3ff9bd45b9a45027330209a9a0807f4ad9b195ec7f678f333?s=96&d=mm&r=g","caption":"massoud Shakeri"},"sameAs":["http:\/\/blazingspider.com"],"url":"https:\/\/blazingspider.com\/wp-demo\/author\/massoudshakeri\/"}]}},"_links":{"self":[{"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/posts\/116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/comments?post=116"}],"version-history":[{"count":4,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/posts\/116\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/posts\/116\/revisions\/121"}],"wp:attachment":[{"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/media?parent=116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/categories?post=116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blazingspider.com\/wp-demo\/wp-json\/wp\/v2\/tags?post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}