{"id":38172,"date":"2019-10-04T18:19:07","date_gmt":"2019-10-04T10:19:07","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=38172"},"modified":"2019-10-03T20:15:21","modified_gmt":"2019-10-03T12:15:21","slug":"jfmagnify-magnification-script","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/","title":{"rendered":"Add Magnifying Effect on Your Web Page with jfMagnify"},"content":{"rendered":"<p>There are plenty of <strong><a href=\"https:\/\/www.hongkiat.com\/blog\/jquery-zoomove-zoom-images-hover\/\">free zooming plugins<\/a><\/strong> that work incredibly well. However, most of these are <strong>built for images<\/strong> and they specify directions for <strong>image-only content<\/strong>.<\/p>\n<p>What if you could <strong>add a magnifying effect<\/strong> to every part of your web page? Thanks to <strong><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https:\/\/github.com\/fonstok\/jfMagnify\">jfMagnify<\/a><\/strong>, you can.<\/p>\n<p>It\u2019s a <strong>free jQuery plugin<\/strong> that supports not just image zooming, but also <strong>entire page zooming<\/strong>. It\u2019s one of the few plugins that also lets you <strong>choose the magnification level<\/strong> and <strong>supports touch events<\/strong> for <a href=\"https:\/\/www.hongkiat.com\/blog\/mobile-web-design\/\">mobile users<\/a>.<\/p>\n<figure><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https:\/\/codepen.io\/fonstok\/full\/reLmOJ\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.jpg\" width=\"1000\" height=\"705\" alt=\"jfMagnify plugin example\"><\/a><\/figure>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/medium-lightbox-image-zoom\/\">How to Zoom Images like Medium<\/a><\/p>\n<p>Note this plugin can feel a little heavy because it <strong>relies on two dependencies<\/strong>: <strong>regular jQuery<\/strong> and <strong>jQuery UI<\/strong>. These are both necessary to get jfMagnify working properly. Not to mention the <strong>actual jfMagnify script<\/strong> you\u2019ll need to include on your page.<\/p>\n<p>The setup is a bit tricky because you can only target magnified elements <strong>within a container<\/strong>. If you want to target the entire page you\u2019ll need to <strong>include a class over your entire website<\/strong>.<\/p>\n<p>Here\u2019s how the <strong>single line of jQuery<\/strong> would look like:<\/p>\n<pre>\r\n$(\".magnify\").jfMagnify();\r\n<\/pre>\n<p>This targets <strong>all elements inside the <code>.magnify<\/code> container<\/strong> which is usually a <code>div<\/code> element.<\/p>\n<p>These internal elements can be images, but could also <strong>include small print<\/strong>, for instance on site terms or privacy policy pages. All the documentation is <strong>available in the <a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https:\/\/github.com\/fonstok\/jfMagnify\">GitHub repo<\/a><\/strong>, so once you set it up, the whole process becomes a lot easier.<\/p>\n<p>Also, this plugin is very fickle and comes with <strong>a lot of container rules<\/strong>. For example, the container element <strong>cannot have a static CSS position<\/strong>, so it needs to either be relative, absolute, or fixed.<\/p>\n<p>You can <strong>find all default style rules<\/strong> in the GitHub repo but it might be a pain to customize if your layout is already built & running. The benefits of jfMagnify are, to me, worth the effort. Really, it depends on your needs and whether you like the interface.<\/p>\n<p>Take a peek at the docs <a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https:\/\/github.com\/fonstok\/jfMagnify\">on GitHub<\/a> to see what you think. And, you can also <strong>preview the interface<\/strong> <a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https:\/\/codepen.io\/fonstok\/pen\/reLmOJ\">on CodePen<\/a> if you wanna see the library in action before installing it.<\/p>\n<p class=\"codepen\" data-height=\"265\" data-theme-id=\"0\" data-default-tab=\"result\" data-user=\"fonstok\" data-slug-hash=\"reLmOJ\" style=\"height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;\" data-pen-title=\"jfMagnify Scale\"> <span>See the Pen <a href=\"https:\/\/codepen.io\/fonstok\/pen\/reLmOJ\" rel=\"nofollow\"> jfMagnify Scale<\/a> by Jon Fahnestock (<a href=\"https:\/\/codepen.io\/fonstok\" rel=\"nofollow\">@fonstok<\/a>)\n  on <a href=\"https:\/\/codepen.io\" rel=\"nofollow\">CodePen<\/a>.<\/span><\/p>\n<p><script async src=\"https:\/\/static.codepen.io\/assets\/embed\/ei.js\"><\/script><\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/css-image-zoom-onclick\/\">How to Create Pure CSS onClick Image Zoom Effect<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only content. What if you could add a magnifying effect to every part of your web page? Thanks to jfMagnify, you can. It\u2019s a free jQuery plugin that supports not just&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":[3497],"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.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Add Magnifying Effect on Website with jfMagnify<\/title>\n<meta name=\"description\" content=\"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only\" \/>\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\/jfmagnify-magnification-script\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Add Magnifying Effect on Your Web Page with jfMagnify\" \/>\n<meta property=\"og:description\" content=\"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/\" \/>\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=\"2019-10-04T10:19:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.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\\\/jfmagnify-magnification-script\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/\"},\"author\":{\"name\":\"Jake Rocheleau\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\"},\"headline\":\"Add Magnifying Effect on Your Web Page with jfMagnify\",\"datePublished\":\"2019-10-04T10:19:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/\"},\"wordCount\":380,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/jfmagnify-magnification-script\\\/01-jfmagnify-plugin.jpg\",\"keywords\":[\"Javascript Library\"],\"articleSection\":[\"Toolkit\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/\",\"name\":\"Add Magnifying Effect on Website with jfMagnify\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/jfmagnify-magnification-script\\\/01-jfmagnify-plugin.jpg\",\"datePublished\":\"2019-10-04T10:19:07+00:00\",\"description\":\"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/jfmagnify-magnification-script\\\/01-jfmagnify-plugin.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/jfmagnify-magnification-script\\\/01-jfmagnify-plugin.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/jfmagnify-magnification-script\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Add Magnifying Effect on Your Web Page with jfMagnify\"}]},{\"@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":"Add Magnifying Effect on Website with jfMagnify","description":"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only","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\/jfmagnify-magnification-script\/","og_locale":"en_US","og_type":"article","og_title":"Add Magnifying Effect on Your Web Page with jfMagnify","og_description":"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only","og_url":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2019-10-04T10:19:07+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.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\/jfmagnify-magnification-script\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/"},"author":{"name":"Jake Rocheleau","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a"},"headline":"Add Magnifying Effect on Your Web Page with jfMagnify","datePublished":"2019-10-04T10:19:07+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/"},"wordCount":380,"commentCount":0,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.jpg","keywords":["Javascript Library"],"articleSection":["Toolkit"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/","url":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/","name":"Add Magnifying Effect on Website with jfMagnify","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.jpg","datePublished":"2019-10-04T10:19:07+00:00","description":"There are plenty of free zooming plugins that work incredibly well. However, most of these are built for images and they specify directions for image-only","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/jfmagnify-magnification-script\/01-jfmagnify-plugin.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/jfmagnify-magnification-script\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Add Magnifying Effect on Your Web Page with jfMagnify"}]},{"@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-9VG","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/38172","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=38172"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/38172\/revisions"}],"predecessor-version":[{"id":48827,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/38172\/revisions\/48827"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=38172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=38172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=38172"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=38172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}