{"id":29757,"date":"2017-04-13T18:01:43","date_gmt":"2017-04-13T10:01:43","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=29757"},"modified":"2023-04-06T19:22:25","modified_gmt":"2023-04-06T11:22:25","slug":"single-page-scrolling-viewscroller-js","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/","title":{"rendered":"Smooth Full-Page Scrolling with ViewScroller.js"},"content":{"rendered":"<p><strong>JavaScript scroll effects<\/strong> have been around for years with dozens of great libraries to pick from. But a new contender in the field is <strong><a target=\"_blank\" href=\"https:\/\/github.com\/Viewdesic\/viewScroller.js?files=1\" rel=\"noopener\">viewScroller.js<\/a><\/strong>.<\/p>\n<p>This very small yet powerful library can build <strong>single-page layouts<\/strong> that <strong>scroll as blocks<\/strong> with one swipe of the scroll wheel (or touchpad). This creates a controlled layout where scrolls move the user through individual sections of a page with <strong>pixel-tight precision<\/strong>.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/scrolling-effects-js-libraries\/\">JavaScript Libraries for Cool Scrolling Effects<\/a><\/p>\n<p>Naturally, this is a completely free library <strong><a target=\"_blank\" href=\"https:\/\/github.com\/Viewdesic\/viewScroller.js\" rel=\"noopener\">available on GitHub<\/a><\/strong> and easy to install <strong>with Bower or npm<\/strong>.<\/p>\n<p>However, viewScroller.js is <strong><em>not<\/em> an independent JavaScript library<\/strong>. It does rely on jQuery and two specific plugins: <strong><a target=\"_blank\" href=\"https:\/\/github.com\/jquery\/jquery-mousewheel\" rel=\"noopener\">jQuery Mousewheel<\/a><\/strong> and <strong><a target=\"_blank\" href=\"https:\/\/github.com\/gdsmith\/jquery.easing\" rel=\"noopener\">jQuery Easing<\/a><\/strong>. These are <strong>both required<\/strong> to get the scroll effects working properly.<\/p>\n<p>This can hamper the value of viewScroller since it requires a few JS libraries just to function. But if you\u2019re already using jQuery anyway, then it\u2019s a no-brainer. viewScroller.js offers the simplest method to get a <strong>single page scrolling web app<\/strong> running without much code.<\/p>\n<p>It does, however, <strong>use very detailed classes and IDs<\/strong> to create the scrolling effect. You can <strong>edit these classes<\/strong> in your own CSS file or <strong>overwrite them<\/strong> in the base code. You\u2019ll find a <strong><a target=\"_blank\" href=\"https:\/\/github.com\/Viewdesic\/viewScroller.js#predefined-classes\" rel=\"noopener\">full list<\/a><\/strong> on the repo page with <strong>class names<\/strong> and <strong>default setup data<\/strong>.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.jpg\" alt=\"example singlepage scroller\" width=\"1000\" height=\"409\"><\/figure>\n<p>The simplest way to start is by <strong>cloning the viewScroller demos<\/strong>. They have one with a right sidebar, another with a left sidebar, and one with <a target=\"_blank\" href=\"https:\/\/github.com\/Viewdesic\/viewScroller.js\" rel=\"noopener\">two sidebars<\/a> sandwiching content in the middle.<\/p>\n<p>If you\u2019re okay with a jQuery-fueled web app then viewScroller is a fantastic free library to use. It does need <strong>quite a few dependencies<\/strong> but they shouldn\u2019t be hard to configure.<\/p>\n<p>Take a peek at the <strong><a target=\"_blank\" href=\"http:\/\/www.viewdesic.com\/viewscroller\/\" rel=\"noopener nofollow\">live demo<\/a><\/strong> and see what you think. If you like the UX and the scroll behavior then follow the <strong>setup guide <a target=\"_blank\" href=\"https:\/\/github.com\/Viewdesic\/viewScroller.js#installation\" rel=\"noopener\">on GitHub<\/a><\/strong> to get started.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/web-design-scrolling\/\">15 Examples Of Scrolling Done Right In Website Designs<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js. This very small yet powerful library can build single-page layouts that scroll as blocks with one swipe of the scroll wheel (or touchpad). This creates a controlled layout where scrolls&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":[3395],"tags":[3497,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>Smooth Full-Page Scrolling with ViewScroller.js - Hongkiat<\/title>\n<meta name=\"description\" content=\"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.\" \/>\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\/single-page-scrolling-viewscroller-js\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Smooth Full-Page Scrolling with ViewScroller.js\" \/>\n<meta property=\"og:description\" content=\"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/\" \/>\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-04-13T10:01:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-06T11:22:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.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\\\/single-page-scrolling-viewscroller-js\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/\"},\"author\":{\"name\":\"Jake Rocheleau\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\"},\"headline\":\"Smooth Full-Page Scrolling with ViewScroller.js\",\"datePublished\":\"2017-04-13T10:01:43+00:00\",\"dateModified\":\"2023-04-06T11:22:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/\"},\"wordCount\":337,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/single-page-scrolling-viewscroller-js\\\/02-sample-viewscroller-screen.jpg\",\"keywords\":[\"Javascript Library\",\"jQuery\"],\"articleSection\":[\"UI\\\/UX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/\",\"name\":\"Smooth Full-Page Scrolling with ViewScroller.js - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/single-page-scrolling-viewscroller-js\\\/02-sample-viewscroller-screen.jpg\",\"datePublished\":\"2017-04-13T10:01:43+00:00\",\"dateModified\":\"2023-04-06T11:22:25+00:00\",\"description\":\"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/single-page-scrolling-viewscroller-js\\\/02-sample-viewscroller-screen.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/single-page-scrolling-viewscroller-js\\\/02-sample-viewscroller-screen.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/single-page-scrolling-viewscroller-js\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smooth Full-Page Scrolling with ViewScroller.js\"}]},{\"@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":"Smooth Full-Page Scrolling with ViewScroller.js - Hongkiat","description":"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.","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\/single-page-scrolling-viewscroller-js\/","og_locale":"en_US","og_type":"article","og_title":"Smooth Full-Page Scrolling with ViewScroller.js","og_description":"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.","og_url":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2017-04-13T10:01:43+00:00","article_modified_time":"2023-04-06T11:22:25+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.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\/single-page-scrolling-viewscroller-js\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/"},"author":{"name":"Jake Rocheleau","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a"},"headline":"Smooth Full-Page Scrolling with ViewScroller.js","datePublished":"2017-04-13T10:01:43+00:00","dateModified":"2023-04-06T11:22:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/"},"wordCount":337,"commentCount":1,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.jpg","keywords":["Javascript Library","jQuery"],"articleSection":["UI\/UX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/","url":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/","name":"Smooth Full-Page Scrolling with ViewScroller.js - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.jpg","datePublished":"2017-04-13T10:01:43+00:00","dateModified":"2023-04-06T11:22:25+00:00","description":"JavaScript scroll effects have been around for years with dozens of great libraries to pick from. But a new contender in the field is viewScroller.js.","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/single-page-scrolling-viewscroller-js\/02-sample-viewscroller-screen.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/single-page-scrolling-viewscroller-js\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Smooth Full-Page Scrolling with ViewScroller.js"}]},{"@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-7JX","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/29757","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=29757"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/29757\/revisions"}],"predecessor-version":[{"id":66074,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/29757\/revisions\/66074"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=29757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=29757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=29757"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=29757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}