
{"id":1707,"date":"2018-10-10T21:42:55","date_gmt":"2018-10-10T14:42:55","guid":{"rendered":"https:\/\/blog.travelpayouts.com\/en\/?p=1707"},"modified":"2021-10-02T20:51:26","modified_gmt":"2021-10-02T17:51:26","slug":"disqus-alternatives","status":"publish","type":"post","link":"https:\/\/www.travelpayouts.com\/blog\/disqus-alternatives\/","title":{"rendered":"5 Alternatives to Disqus for WordPress Comments"},"content":{"rendered":"<h2>Alternatives for Disqus<\/h2>\nDisqus is one of the best services in terms of both administration capabilities for website owners and convenience for commentators. However, it isn\u2019t free anymore. Even the \u201cFree\u201d plan isn\u2019t truly free because instead of a payment for the service, Disqus displays ads in the comments area on your site.\n\nThe service is free only for non-commercial sites. If you <a href=\"https:\/\/travelpayouts.com\/blog\/make-money-travel-blogging\/\">monetise your project in any way<\/a>, the Disqus administrators will, sooner or later, activate ads in the comments on your website. As a result, you will see a picture similar to the one below:\n\n<div class=\"wp-block-image aligncenter size-full wp-image-1710\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69f161f7501bc&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/example-blogs.jpg\" alt=\"Example\" class=\"aligncenter size-full wp-image-1710\" width=\"742\" height=\"334\" srcset=\"https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/example-blogs.jpg 742w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/example-blogs-300x135.jpg 300w\" sizes=\"auto, (max-width: 742px) 100vw, 742px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div>\n\nThese advertisements could be for your competitors, bring up unwanted topics, and cause other problems. Additionally, webmasters who earn on CPA models could lose a buyer because of such a click because the cookie with your marker can be changed by another marker from advertising.\n\nSuch an approach creates problems even for small projects. The solutions are to pay for the service or find an alternative. There are several alternatives:\n<ul>\n \t<li>The built-in WordPress comment system;<\/li>\n \t<li>wpDiscuz;<\/li>\n \t<li>Cackle Comments;<\/li>\n \t<li>Epoch;<\/li>\n \t<li>Jetpack Comments.<\/li>\n<\/ul>\n<h2>Is It Possible to Use Disqus for Free?<\/h2>\nIt is possible to use Disqus for free if you run a non-commercial website. For projects with any type of monetisation, there are three options:\n<ol>\n \t<li>Purchase a paid plan;<\/li>\n \t<li>Use the free version with ads;<\/li>\n \t<li>Delete the Disqus ads unofficially by embedding some jQuery code.<\/li>\n<\/ol>\nAs of January 2019, there are two paid plans available:\n<table width=\"602\">\n<tbody>\n<tr>\n<td width=\"201\"><\/td>\n<td width=\"201\"><strong>Plus<\/strong><\/td>\n<td width=\"201\"><strong>Pro<\/strong><\/td>\n<\/tr>\n<tr>\n<td width=\"201\"><strong>Page Views per Day<\/strong><\/td>\n<td width=\"201\">Up to 50,000<\/td>\n<td width=\"201\">Up to 150,000<\/td>\n<\/tr>\n<tr>\n<td width=\"201\"><strong>Price per Month<\/strong><\/td>\n<td width=\"201\">$10<\/td>\n<td width=\"201\">$99<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\nThe plans differ by not only the allowed views per day but also the available features. Both plans above are ad-free, and include the following:\n<ul>\n \t<li>Additional tools for moderation;<\/li>\n \t<li>Single sign-on;<\/li>\n \t<li>Analytics;<\/li>\n \t<li>Subscription for comments updates.<\/li>\n<\/ul>\nAds can also be blocked with a small piece of jQuery code:\n<div style=\"background: #f0f0f0; overflow: auto; width: auto; border: solid gray; border-width: .1em .1em .1em .8em; padding: .2em .6em;\">\n<pre style=\"margin: 0; line-height: 125%;\"><span style=\"color: #062873; font-weight: bold;\">(function($){<\/span>\n<span style=\"color: #062873; font-weight: bold;\">setInterval(() =&gt; {<\/span>\n<span style=\"color: #062873; font-weight: bold;\">$.each($('iframe'), (arr,x) =&gt; {<\/span>\n<span style=\"color: #062873; font-weight: bold;\">let src = $(x).attr('src');<\/span>\n<span style=\"color: #062873; font-weight: bold;\">if (src &amp;&amp; src.match(\/(ads-iframe)|(disqusads)\/gi)) {<\/span>\n<span style=\"color: #062873; font-weight: bold;\">$(x).remove();<\/span>\n<span style=\"color: #062873; font-weight: bold;\">}<\/span>\n<span style=\"color: #062873; font-weight: bold;\">});<\/span>\n<span style=\"color: #062873; font-weight: bold;\">}, 300);<\/span>\n<span style=\"color: #062873; font-weight: bold;\">})(jQuery);<\/span>\n<\/pre>\n<\/div>\nThe code must be integrated into all the pages on which you have the Disqus form installed. This method is not official and worked well as of April 2018. However, it will work only until the Disqus developers close the loophole. Therefore, migration due to the unwillingness to pay for maintenance is just a matter of time.\n<h2>The WordPress Built-in Commenting System<\/h2>\nWordPress has an integrated commenting system.\n\n<div class=\"wp-block-image aligncenter size-full wp-image-1711\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69f161f750395&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Native.jpg\" alt=\"The WordPress Built-In Commenting System\" class=\"aligncenter size-full wp-image-1711\" width=\"1347\" height=\"526\" srcset=\"https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Native.jpg 1347w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Native-300x117.jpg 300w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Native-768x300.jpg 768w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Native-1024x400.jpg 1024w\" sizes=\"auto, (max-width: 1347px) 100vw, 1347px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div>\n\nThe built-in system has the following advantages:\n<ul>\n \t<li>It\u2019s absolutely free;<\/li>\n \t<li>No additional installation steps are required;<\/li>\n \t<li>It keeps all the data you have on your server;<\/li>\n \t<li>It does not contain any advertising.<\/li>\n<\/ul>\nYou do not need to install anything extra\u2014it is a built-in function. Nonetheless, in the beginning, this solution is not a competitor for Disqus. The standard features are not enough even for small projects because your project will be blocked by tons of spam comments if you do not install additional extensions.\n\nThe disadvantages of this solution are the following:\n<ul>\n \t<li>Tuning and manual improvements are required;<\/li>\n \t<li>To stop spam comments, you need to install additional extensions;<\/li>\n \t<li>Moderation is possible only inside the WordPress panel;<\/li>\n \t<li>Your readers need to enter their personal data because there is no support for a \u201csingle account\u201d;<\/li>\n \t<li>It causes a high load on the server.<\/li>\n<\/ul>\nIf you make improvements to this system, you can get a good commenting system based on the built-in program. In conjunction with the built-in functionality, you can use the following programs:\n<ul>\n \t<li><a href=\"https:\/\/wordpress.org\/plugins\/akismet\/\" target=\"_blank\" rel=\"noopener noreferrer\">Akismet<\/a>: protects you from spam comments;<\/li>\n \t<li><a href=\"https:\/\/wordpress.org\/plugins\/lazy-load-for-comments\/\" target=\"_blank\" rel=\"noopener noreferrer\">Lazy Load for Comments<\/a>: cares for the server load.<\/li>\n<\/ul>\nWith the built-in comment system, the appearance can be manually set up and configured in each template. However, even in this case, you will not get the same level of control that is available with Disqus and its analogues.\n<h2>Wpdiscuz: A Free Alternative to Disqus<\/h2>\nwpDiscuz is a commenting plugin with the highest rating\u2014it currently has 4.8 out of 5 stars in the official extension library. It also works with WooCommerce\u2014look for WooDiscuz.\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69f161f750556&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image alignnone size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/blog.travelpayouts.com\/wp-content\/uploads\/2018\/05\/wpdiscuz.jpg\" alt=\"WpDiscuz\" class=\"alignnone size-full\" width=\"887\" height=\"301\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\nThe merits of the solution are the following:\n<ul>\n \t<li>100% free and no adverts;<\/li>\n \t<li>Supports all current versions of WordPress;<\/li>\n \t<li>Integrates with other plugins and extensions;<\/li>\n \t<li>Fully customizable;<\/li>\n \t<li>Gives the option to deploy new comments (AJAX technology) instead of pagination;<\/li>\n \t<li>Highlights new comments for readers who returned to the page;<\/li>\n \t<li>Offers comment rating, direct links, share buttons, Gravatar support, and more.<\/li>\n<\/ul>\nAt the same time, wpDiscuz is also suitable for social network audiences. Your visitors can sign in to comment with their Facebook, Google+, or other social network accounts.\n\nYou can also combine wpDiscuz with other plugins:\n<ul>\n \t<li>For interaction with social networks, try WordPress Social Login, Social Login, Super Socializer, Social Connect, Social Login, and others;<\/li>\n \t<li>To protect against spam comments, try Akismet, WordPress Zero Spam, WPBruiser, and others.<\/li>\n<\/ul>\nThe main disadvantage of wpDiscuz is that it isn\u2019t self-sufficient. To get a high-quality result, you also need to install additional extensions, as in the case of the embedded system. However, as a result, you will get a powerful system that will allow you to conveniently moderate new comments and allow your users to communicate comfortably on your site. Moreover, all of these features are totally for free.\n<h2>Cackle Comments: A Paid Analogue<\/h2>\nCackle is one of Disqus\u2019s main competitors. You can <a href=\"https:\/\/wordpress.org\/plugins\/cackle\/\" target=\"_blank\" rel=\"noopener noreferrer\">download Cackle for WordPress here<\/a>.\n\n<div class=\"wp-block-image aligncenter size-full wp-image-1712\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69f161f7506d8&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Screenshot_439.jpg\" alt=\"Cackle Comments \" class=\"aligncenter size-full wp-image-1712\" width=\"934\" height=\"298\" srcset=\"https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Screenshot_439.jpg 934w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Screenshot_439-300x96.jpg 300w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Screenshot_439-768x245.jpg 768w, https:\/\/www.travelpayouts.com\/blog\/wp-content\/uploads\/2018\/05\/Screenshot_439-932x298.jpg 932w\" sizes=\"auto, (max-width: 934px) 100vw, 934px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div>\n\nThis solution is also available for other popular CMSs:\n<ul>\n \t<li>Joomla;<\/li>\n \t<li>Bitrix;<\/li>\n \t<li>DLE;<\/li>\n \t<li>Drupal;<\/li>\n \t<li>And more.<\/li>\n<\/ul>\nCackle has a low rating on the official plug-in library for WordPress: 3.1 out of 5 stars. The main complaints from users are that it\u2019s not a free solution and that it has weak technical support.\n\nThe price starts at $7 per month or $67 per year (with one-time payment), which is the cost of the basic package. This package includes only the most basic features, namely three moderators, search indexing, the ability to send comments to social networks, and spam protection.\n\nIf your site works with an SSL certificate (that is, it opens with http<strong>s<\/strong>:\/\/), then you will need to purchase the SSL option, which costs $17 per month or $ 167 per year. There are other extra services as well:\n<ul>\n \t<li>Analytics ($7);<\/li>\n \t<li>Priority support ($3);<\/li>\n \t<li>Single Sign-On ($13);<\/li>\n \t<li>White Label ($10).<\/li>\n<\/ul>\nWhite Label, in this context, means that you can remove the Cackle logotype and hyperlink from the comments form. It\u2019s a big advantage that isn\u2019t available in even the most expensive Disqus plan.\n\nWith all extra services, Crackle would cost $50 per month or $500 per year, which is still cheaper than Disqus. It\u2019s a good choice for those who need an inexpensive tool with built-in spam protection, enhanced analytics, and the possibility of cross-posting to social networks. The last option allows you to configure automatic posting of a comment author\u2019s message on his or her social network page if the author is logged in on your site through Facebook, Twitter, or another social network.\n<h2>Epoch: A Local Disqus Alternative<\/h2>\nEpoch was one of the best alternatives for Disqus, but unfortunately, developers stopped work on this project two years ago. The plugin is <a href=\"https:\/\/wordpress.org\/plugins\/epoch\/\" target=\"_blank\" rel=\"noopener noreferrer\">still available on the official WordPress website<\/a><u>,<\/u> and you can install it on your website. Just be careful, Epoch may have compatibility issues with new CMS versions.\n<h2>Jetpack Comments<\/h2>\nJetpack Comments is the least standard solution that you can find. It isn\u2019t a simple comment plugin but a hosting platform for WordPress website with 100+ templates and its own comments system. Jetpack Comments is paid solution; however, it has also a free plan, which includes the following:\n<ul>\n \t<li>More than 100 design options for your WordPress website<\/li>\n \t<li>Statistics<\/li>\n \t<li>Related posts display<\/li>\n \t<li>Brute force attack protection<\/li>\n<\/ul>\nFree mode is almost useless because it does not have even basic spam protection, and there is no way to make backup copies of your website. Moreover, it isn\u2019t possible to extend Jetpack with third-party plugins.\n\nThe cheapest paid plan costs $39 per year, but it\u2019s not comparable to Disqus in functionality. The comparable option costs 9$ per month. In this case, it is easier to stay with Disqus for the same price for the Plus plan. Jetpack is also a solution for those who need an all-in-one\u2014comments system, 100+ templates, and detailed analytics.\n<h2>What to Choose<\/h2>\nAmong the paid alternatives but with a more affordable price than that of Disqus, pay attention to Cackle.\n\nIf you do not need enhanced analytics and do not care about the plugin\u2019s logo or link being on your website, then wpDiscuz is one of the best free alternatives. In upcoming versions, wpDiscuz developers promise to add authorisation through social networks without any extra extensions. Moreover, the logo and link can now be hidden as well just by digging into the extension\u2019s code.","protected":false},"excerpt":{"rendered":"<p>Disqus is one of the best WordPress plugins for comments. However, the developers have added advertisements to the plugin and created paid plans that include the ability to switching off the adverts. This service has become less attractive, and users have begun to migrate to the other solutions. We have collected five Disqus alternatives and analogues to let you choose the right option for your migration.<\/p>\n","protected":false},"author":3,"featured_media":6457,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_eb_attr":"","footnotes":""},"categories":[7],"tags":[54,56,20,55],"class_list":["post-1707","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-advices","tag-comments","tag-plugins","tag-travel-blog","tag-wordpress"],"acf":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/posts\/1707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/comments?post=1707"}],"version-history":[{"count":10,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/posts\/1707\/revisions"}],"predecessor-version":[{"id":11281,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/posts\/1707\/revisions\/11281"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/media\/6457"}],"wp:attachment":[{"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/media?parent=1707"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/categories?post=1707"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.travelpayouts.com\/blog\/wp-json\/wp\/v2\/tags?post=1707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}