{"id":37118,"date":"2017-07-21T21:01:17","date_gmt":"2017-07-21T13:01:17","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=37118"},"modified":"2022-07-17T21:57:57","modified_gmt":"2022-07-17T13:57:57","slug":"code-typing-text-animations-jquery-typeit","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/","title":{"rendered":"Code Typing Text Animations with jQuery TypeIt"},"content":{"rendered":"<p>The <strong>combo of jQuery and text<\/strong> holds <a href=\"https:\/\/www.hongkiat.com\/blog\/jquery-text-effect-libraries\/\">no bounds<\/a> on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries.<\/p>\n<p>One such library is <strong><a target=\"_blank\" href=\"https:\/\/macarthur.me\/typeit\/\" rel=\"noopener nofollow\">TypeIt<\/a><\/strong>, built as a free jQuery plugin. It lets you create <strong>dynamic typing animations<\/strong> that look incredibly realistic. You can even define custom pauses between keystrokes to build your own easing for the animation.<\/p>\n<p>TypeIt is 100% free and open-source, built as a <strong>text tool for the jQuery community<\/strong>. All of the documentation is <a target=\"_blank\" href=\"https:\/\/macarthur.me\/typeit\/docs\/\" rel=\"noopener nofollow\">available online<\/a> and incredibly easy to follow.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a target=\"_blank\" href=\"https:\/\/www.hongkiat.com\/blog\/animate-text-textillatejs\/\" rel=\"noopener\">Easily Animate Text With Textillate.js<\/a><\/p>\n<p>However, just note that while TypeIt does come with a <strong>free personal license<\/strong>, commercial licenses do, unfortunately, cost money. But, you can use the free personal license forever and it <strong>never expires<\/strong>, so it\u2019s a great resource for all your personal projects or even your personal website.<\/p>\n<p>You can get started by <strong>adding the raw TypeIt JavaScript file <a target=\"_blank\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/typeit\/4.4.0\/typeit.min.js\" rel=\"noopener\">via CDN<\/a><\/strong> right to your page\u2019s header. Then add jQuery, write some text, and connect it all together. Simple!<\/p>\n<p>Typically, you\u2019ll <strong>target a specific div on the page<\/strong> and use it as a container for the text animation. Here\u2019s a <strong>sample code snippet<\/strong> to show you how this works:<\/p>\n<pre>\r\n$('.type-it').typeIt({\r\n     strings: ['This is my string!']\r\n});\r\n<\/pre>\n<p>By <strong>passing custom options<\/strong> to the <code>typeIt()<\/code> function, you can slow down the typing speed, add pauses at certain intervals, and even reset the settings at certain intervals to change the typing speed mid-animation.<\/p>\n<p>You can even <strong>test these options<\/strong> on the <a target=\"_blank\" href=\"https:\/\/macarthur.me\/typeit\/\" rel=\"noopener nofollow\">plugin page<\/a> if you\u2019re willing to spend some time toying around with the settings.<\/p>\n<figure><a target=\"_blank\" href=\"https:\/\/macarthur.me\/typeit\/\" rel=\"noopener nofollow\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg\" alt=\"TypeIt text animation\" width=\"1000\" height=\"659\"><\/a><\/figure>\n<p>This text animation builder is the perfect example of what you can do with this plugin. You get so many custom options that you can even build a web app, <em>using this plugin<\/em>, to <strong>create animations on the fly<\/strong>!<\/p>\n<p>On the main plugin page, you\u2019ll also find <strong>more advanced options<\/strong> towards the bottom with code snippets you can copy.<\/p>\n<p>So, download TypeIt and give it a shot! Once you get it working it\u2019s really a lot of fun. And, if you have any questions or suggestions for the developer you can connect with him on Twitter <a target=\"_blank\" href=\"https:\/\/twitter.com\/amacarthur\" rel=\"noopener\">@amacarthur<\/a>.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a target=\"_blank\" href=\"https:\/\/www.hongkiat.com\/blog\/css-text-effects\/\" rel=\"noopener\">15 Beautiful Text Effects Created with CSS<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One such library is TypeIt, built as a free jQuery plugin. It lets you create dynamic typing animations that look incredibly realistic. You can even define custom pauses&hellip;<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3393],"tags":[911],"topic":[4520],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Code Typing Text Animations with jQuery TypeIt - Hongkiat<\/title>\n<meta name=\"description\" content=\"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Code Typing Text Animations with jQuery TypeIt\" \/>\n<meta property=\"og:description\" content=\"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-21T13:01:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-17T13:57:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg\" \/>\n<meta name=\"author\" content=\"Jake Rocheleau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jake Rocheleau\" \/>\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\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/\"},\"author\":{\"name\":\"Jake Rocheleau\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\"},\"headline\":\"Code Typing Text Animations with jQuery TypeIt\",\"datePublished\":\"2017-07-21T13:01:17+00:00\",\"dateModified\":\"2022-07-17T13:57:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/\"},\"wordCount\":380,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/code-typing-text-animations-jquery-typeit\\\/02-try-typeit-animation.jpg\",\"keywords\":[\"jQuery\"],\"articleSection\":[\"Toolkit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/\",\"name\":\"Code Typing Text Animations with jQuery TypeIt - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/code-typing-text-animations-jquery-typeit\\\/02-try-typeit-animation.jpg\",\"datePublished\":\"2017-07-21T13:01:17+00:00\",\"dateModified\":\"2022-07-17T13:57:57+00:00\",\"description\":\"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/code-typing-text-animations-jquery-typeit\\\/02-try-typeit-animation.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/code-typing-text-animations-jquery-typeit\\\/02-try-typeit-animation.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/code-typing-text-animations-jquery-typeit\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code Typing Text Animations with jQuery TypeIt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\",\"name\":\"Jake Rocheleau\",\"description\":\"Jake is a writer and designer with over 10 years experience working on the web. He writes about user experience design and cool resources for designers\",\"sameAs\":[\"https:\\\/\\\/www.hongkiat.com\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/jake\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Code Typing Text Animations with jQuery TypeIt - Hongkiat","description":"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One","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:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/","og_locale":"en_US","og_type":"article","og_title":"Code Typing Text Animations with jQuery TypeIt","og_description":"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One","og_url":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2017-07-21T13:01:17+00:00","article_modified_time":"2022-07-17T13:57:57+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg","type":"","width":"","height":""}],"author":"Jake Rocheleau","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Jake Rocheleau","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/"},"author":{"name":"Jake Rocheleau","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a"},"headline":"Code Typing Text Animations with jQuery TypeIt","datePublished":"2017-07-21T13:01:17+00:00","dateModified":"2022-07-17T13:57:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/"},"wordCount":380,"commentCount":0,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg","keywords":["jQuery"],"articleSection":["Toolkit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/","url":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/","name":"Code Typing Text Animations with jQuery TypeIt - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg","datePublished":"2017-07-21T13:01:17+00:00","dateModified":"2022-07-17T13:57:57+00:00","description":"The combo of jQuery and text holds no bounds on the web. You can build almost anything with a bit of creativity and the right JavaScript libraries. One","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/code-typing-text-animations-jquery-typeit\/02-try-typeit-animation.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/code-typing-text-animations-jquery-typeit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Code Typing Text Animations with jQuery TypeIt"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a","name":"Jake Rocheleau","description":"Jake is a writer and designer with over 10 years experience working on the web. He writes about user experience design and cool resources for designers","sameAs":["https:\/\/www.hongkiat.com"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/jake\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-9EG","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37118","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=37118"}],"version-history":[{"count":2,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37118\/revisions"}],"predecessor-version":[{"id":60504,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37118\/revisions\/60504"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=37118"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=37118"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=37118"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=37118"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}