{"id":17275,"date":"2015-02-13T16:30:22","date_gmt":"2015-02-13T11:00:22","guid":{"rendered":"http:\/\/www.tothenew.com\/blog\/?p=17275"},"modified":"2017-11-22T16:00:23","modified_gmt":"2017-11-22T10:30:23","slug":"highlighting-links-in-text-using-linky-filter","status":"publish","type":"post","link":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/","title":{"rendered":"Highlighting links in text using &#8220;linky&#8221; filter"},"content":{"rendered":"<p>At times\u00a0we come across few\u00a0cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : <strong>&#8220;linky&#8221;\u00a0<\/strong>which help us to do so.<\/p>\n<p>With the help of <strong>linky<\/strong> filter we can detect links from text and show them differently . \u00a0Linky takes text and produces HTML\u00a0by wrapping all URLs\u00a0into anchor tags. It supports email address , http, https, and mailto.<\/p>\n<p>For this you would require the <strong>ngSanitize<\/strong> module in angular app.<\/p>\n<p>In HTML\u00a0binding<\/p>\n<p>&lt;p ng-bind-html=&#8221;myText | linky&#8221;&gt; &lt;\/p&gt;<\/p>\n<p>You can also define the target for high-lighted links like this-<\/p>\n<p>&lt;p ng-bind-html=&#8221;myText | linky :&#8217;_blank'&#8221;&gt;<\/p>\n<p>[js]<\/p>\n<p>&lt;!DOCTYPE html&gt;<br \/>\n&lt;html&gt;<br \/>\n&lt;head lang=&quot;en&quot;&gt;<br \/>\n    &lt;meta charset=&quot;UTF-8&quot;&gt;<br \/>\n    &lt;title&gt;Lets try linky filter&lt;\/title&gt;<br \/>\n    &lt;script type=&quot;application\/javascript&quot; src=&quot;angular.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script src=&quot;LinkyCtrl.js&quot;&gt;&lt;\/script&gt;<br \/>\n    &lt;script src=&quot;http:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.2.1\/angular-sanitize.min.js&quot;&gt;&lt;\/script&gt;<br \/>\n&lt;\/head&gt;<br \/>\n&lt;body&gt;<br \/>\n&lt;div ng-app=&quot;myApp&quot; ng-controller=&quot;myController&quot;&gt;<br \/>\n    &lt;div&gt;<br \/>\n        &lt;p ng-bind-html=&quot;myText | linky :&#8217;_blank&#8217;&quot;&gt;&lt;\/p&gt;<br \/>\n        &lt;textarea ng-model=&quot;myText&quot; style=&quot;width: 420px; height: 120px&quot;&gt;&lt;\/textarea&gt;<br \/>\n \u00a0 \u00a0&lt;\/div&gt;<\/p>\n<p>&lt;\/div&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<p>[\/js]<\/p>\n<p>In our angular controller,<\/p>\n<p>[js]<\/p>\n<p>var myApp = angular.module(&#8216;myApp&#8217;, [&#8216;ngSanitize&#8217;])<br \/>\n    .controller(&#8216;myController&#8217;, [&#8216;$scope&#8217;, function ($scope) {<br \/>\n        $scope.myText = &quot;Some default text is here http:\/\/www.intelligrape.com\/&quot;;<br \/>\n}]);<\/p>\n<p>[\/js]<\/p>\n<p>So in this way we can quickly highlight the links in angular.<\/p>\n<p>Hope this helps.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At times\u00a0we come across few\u00a0cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &#8220;linky&#8221;\u00a0which help us to do so. With the help of linky filter we can detect links from text and show them differently . \u00a0Linky takes text and produces HTML\u00a0by [&hellip;]<\/p>\n","protected":false},"author":146,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":4,"footnotes":""},"categories":[1185],"tags":[1186,55,1636,1635],"class_list":["post-17275","post","type-post","status-publish","format-standard","hentry","category-node-js-2","tag-angular-js","tag-javascript","tag-linky","tag-ngsanitize"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &quot;linky&quot; which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Rubi Saini\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Highlighting links in text using &quot;linky&quot; filter | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &quot;linky&quot; which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"article:tag\" content=\"node.js\" \/>\n\t\t<meta property=\"article:tag\" content=\"angular.js\" \/>\n\t\t<meta property=\"article:tag\" content=\"javascript\" \/>\n\t\t<meta property=\"article:tag\" content=\"linky\" \/>\n\t\t<meta property=\"article:tag\" content=\"ngsanitize\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-02-13T11:00:22+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2017-11-22T10:30:23+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Highlighting links in text using &quot;linky&quot; filter | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &quot;linky&quot; which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#article\",\"name\":\"Highlighting links in text using \\\"linky\\\" filter | TO THE NEW Blog\",\"headline\":\"Highlighting links in text using &#8220;linky&#8221; filter\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rubi-saini\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2015-02-13T16:30:22+05:30\",\"dateModified\":\"2017-11-22T16:00:23+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#webpage\"},\"articleSection\":\"Node.js, Angular.js, javascript, linky, ngSanitize\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/node-js-2\\\/#listItem\",\"name\":\"Node.js\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/node-js-2\\\/#listItem\",\"position\":2,\"name\":\"Node.js\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/node-js-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#listItem\",\"name\":\"Highlighting links in text using &#8220;linky&#8221; filter\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#listItem\",\"position\":3,\"name\":\"Highlighting links in text using &#8220;linky&#8221; filter\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/node-js-2\\\/#listItem\",\"name\":\"Node.js\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rubi-saini\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rubi-saini\\\/\",\"name\":\"Rubi Saini\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0669cc01fd681ba501b5f5ebc7746e47f4296bfc9a4f0ac2e789cee74fb675f5?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Rubi Saini\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/\",\"name\":\"Highlighting links in text using \\\"linky\\\" filter | TO THE NEW Blog\",\"description\":\"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : \\\"linky\\\" which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/highlighting-links-in-text-using-linky-filter\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rubi-saini\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/rubi-saini\\\/#author\"},\"datePublished\":\"2015-02-13T16:30:22+05:30\",\"dateModified\":\"2017-11-22T16:00:23+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Highlighting links in text using \"linky\" filter | TO THE NEW Blog","description":"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : \"linky\" which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by","canonical_url":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#article","name":"Highlighting links in text using \"linky\" filter | TO THE NEW Blog","headline":"Highlighting links in text using &#8220;linky&#8221; filter","author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/rubi-saini\/#author"},"publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"},"datePublished":"2015-02-13T16:30:22+05:30","dateModified":"2017-11-22T16:00:23+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#webpage"},"isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#webpage"},"articleSection":"Node.js, Angular.js, javascript, linky, ngSanitize"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.tothenew.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/#listItem","name":"Node.js"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/#listItem","position":2,"name":"Node.js","item":"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#listItem","name":"Highlighting links in text using &#8220;linky&#8221; filter"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#listItem","position":3,"name":"Highlighting links in text using &#8220;linky&#8221; filter","previousItem":{"@type":"ListItem","@id":"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/#listItem","name":"Node.js"}}]},{"@type":"Organization","@id":"https:\/\/www.tothenew.com\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/www.tothenew.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.tothenew.com\/blog\/author\/rubi-saini\/#author","url":"https:\/\/www.tothenew.com\/blog\/author\/rubi-saini\/","name":"Rubi Saini","image":{"@type":"ImageObject","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/0669cc01fd681ba501b5f5ebc7746e47f4296bfc9a4f0ac2e789cee74fb675f5?s=96&d=mm&r=g","width":96,"height":96,"caption":"Rubi Saini"}},{"@type":"WebPage","@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#webpage","url":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/","name":"Highlighting links in text using \"linky\" filter | TO THE NEW Blog","description":"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : \"linky\" which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.tothenew.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/#breadcrumblist"},"author":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/rubi-saini\/#author"},"creator":{"@id":"https:\/\/www.tothenew.com\/blog\/author\/rubi-saini\/#author"},"datePublished":"2015-02-13T16:30:22+05:30","dateModified":"2017-11-22T16:00:23+05:30"},{"@type":"WebSite","@id":"https:\/\/www.tothenew.com\/blog\/#website","url":"https:\/\/www.tothenew.com\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.tothenew.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"article","og:title":"Highlighting links in text using &quot;linky&quot; filter | TO THE NEW Blog","og:description":"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &quot;linky&quot; which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by","og:url":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/","og:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","article:tag":["node.js","angular.js","javascript","linky","ngsanitize"],"article:published_time":"2015-02-13T11:00:22+00:00","article:modified_time":"2017-11-22T10:30:23+00:00","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Highlighting links in text using &quot;linky&quot; filter | TO THE NEW Blog","twitter:description":"At times we come across few cases where we need to differentiate the links amongst the plain text. Angular provide us with a very useful filter named : &quot;linky&quot; which help us to do so. With the help of linky filter we can detect links from text and show them differently . Linky takes text and produces HTML by","twitter:image":"https:\/\/www.tothenew.com\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"17275","title":"Highlighting links in text using &quot;linky&quot; filter | #site_title","description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"article","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 07:44:46","updated":"2024-02-29 10:39:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/\" title=\"Node.js\">Node.js<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHighlighting links in text using \u201clinky\u201d filter\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.tothenew.com\/blog"},{"label":"Node.js","link":"https:\/\/www.tothenew.com\/blog\/category\/node-js-2\/"},{"label":"Highlighting links in text using &#8220;linky&#8221; filter","link":"https:\/\/www.tothenew.com\/blog\/highlighting-links-in-text-using-linky-filter\/"}],"_links":{"self":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/17275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/users\/146"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/comments?post=17275"}],"version-history":[{"count":1,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/17275\/revisions"}],"predecessor-version":[{"id":52470,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/posts\/17275\/revisions\/52470"}],"wp:attachment":[{"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/media?parent=17275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/categories?post=17275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tothenew.com\/blog\/wp-json\/wp\/v2\/tags?post=17275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}