{"id":41869,"date":"2018-10-29T16:46:35","date_gmt":"2018-10-29T14:46:35","guid":{"rendered":"https:\/\/newmobility.news\/?page_id=41869"},"modified":"2018-12-11T09:42:09","modified_gmt":"2018-12-11T07:42:09","slug":"gift-subscription","status":"publish","type":"page","link":"https:\/\/newmobility.news\/en\/gift-subscription\/","title":{"rendered":"Gift subscription"},"content":{"rendered":"<h3>Grant your colleague, your boss or your loved ones a valuable surprise&#8230;<\/h3>\n\n        <h2 class=\"lp-gift-sub-heading\">Gift Checkout<\/h2>\n\n        <form method=\"POST\" id=\"lp-gift-form\" action=\"\">\n            <div class=\"form-section\">\n                <h2>Choose a gift subscription<\/h2>\n\n                <div class=\"form-row\">\n                    <label for=\"gift-subscription-id\">Subscription level<\/label>\n                    <select id=\"gift_subscription_id\" name=\"gift_subscription_id\" required>\n                        <option value=\"\">- Select -<\/option>\n                        <option value=\"2\">Full Access Yearly - &#8364;240.00 for 1 year<\/option><option value=\"8\">Premium Yearly - &#8364;240.00 for 1 year<\/option>                    <\/select>\n                <\/div>\n            <\/div>\n\n            <div class=\"form-section\">\n                <h2>Recipient information<\/h2>\n\n                <div class=\"form-row two-columns\">\n                    <div class=\"column\">\n                        <label for=\"recip-first-name\">First name<\/label>\n\n                        <input id=\"recip_first-name\" type=\"text\" name=\"recip_first_name\" autocomplete=\"given-name\" required \/>\n\n                    <\/div>\n\n                    <div class=\"column\">\n                        <label for=\"recip-last-name\">Last name<\/label>\n\n                        <input id=\"recip_last_name\" type=\"text\" name=\"recip_last_name\" autocomplete=\"family-name\" required \/>\n                    <\/div>\n                <\/div>\n\n                <div class=\"form-row\">\n                    <label for=\"recip_email_address\">Email address<\/label>\n                    <input id=\"recip_email_address\" type=\"email\" name=\"recip_email_address\" required \/>\n                <\/div>\n\n                <div class=\"form-row checkbox\">\n                    <input type=\"checkbox\" name=\"send_gift_message\" id=\"send_gift_message\" \/>\n                    <label for=\"send_gift_message\">Send gift message to recipient<\/label>\n                <\/div>\n\n                <div id=\"gift-message-container\" class=\"hidden\">\n\n                    <div class=\"form-row\">\n                        <label for=\"leaky-paywall-gift-subscription-gift-message\">Gift message<\/label>\n                        <textarea id=\"leaky-paywall-gift-subscription-send-message\" name=\"leaky-paywall-gift-subscription-send-message\" rows=\"5\" cols=\"40\">Enjoy your gift subscription!<\/textarea>\n                    <\/div>\n\n                    <div class=\"form-row\">\n                        <label for=\"leaky-paywall-gift-subscription-gift-message-schedule\">When do you want them to receive this message?                        <\/label>\n                        <input id=\"leaky-paywall-gift-subscription-gift-message-schedule\" name=\"leaky-paywall-gift-subscription-gift-message-schedule\" type=\"text\">\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            \n            <div class=\" form-section\">\n                <h2>Billing information<\/h2>\n\n                <div class=\"form-row two-columns\">\n                    <div class=\"column\">\n                        <label for=\"billing_first_name\">First name<\/label>\n\n                        <input id=\"billing_first_name\" type=\"text\" name=\"billing_first_name\" autocomplete=\"given-name\" required \/>\n\n                    <\/div>\n\n                    <div class=\"column\">\n                        <label for=\"billing_last_name\">Last name<\/label>\n\n                        <input id=\"billing_last_name\" type=\"text\" name=\"billing_last_name\" autocomplete=\"family-name\" required \/>\n\n                    <\/div>\n                <\/div>\n\n                <div class=\"form-row\">\n                    <label for=\"email_address\">Email address<\/label>\n                    <input id=\"email\" type=\"email\" name=\"email\" required \/>\n                <\/div>\n\n                <p><a id=\"have-coupon\" href=\"#\">Have a coupon code?<\/a><\/p>\n\n                <div class=\"coupon-row\" style=\"display: none;\">\n                    <div class=\"coupon-input\">\n                        <input id=\"coupon_code\" type=\"text\" placeholder=\"Enter coupon code\" name=\"coupon_code\" \/>\n                    <\/div>\n                    <div class=\"coupon-button\">\n                        <button id=\"coupon-button-apply\">Apply<\/button>\n                    <\/div>\n                <\/div>\n\n                <div id=\"coupon-message\"><\/div>\n\n                <input id=\"coupon_id\" type=\"hidden\" name=\"coupon_id\">\n\n            <\/div>\n\n            <div class=\" form-section\">\n                <div id=\"billing-address-element\">\n                    <!--Stripe.js injects the Address Element-->\n                <\/div>\n                <div id=\"payment-element\">\n                    <!--Stripe.js injects the Payment Element-->\n                <\/div>\n                <button id=\"submit\">\n                    <div class=\"spinner hidden\" id=\"spinner\"><\/div>\n                    <span id=\"button-text\">Pay now<\/span>\n                <\/button>\n                <div id=\"error-message\">\n\n                <\/div>\n                <div id=\"payment-message\" class=\"hidden\"><\/div>\n            <\/div>\n\n            <input type=\"hidden\" id=\"pi-input\" name=\"pi-input\" \/>\n        <\/form>\n\n        <style>\n            #lp-gift-form .coupon-row {\n                display: flex;\n                justify-content: space-between;\n                align-items: flex-end;\n                margin-bottom: 20px;\n                max-width: 300px;\n            }\n\n            #lp-gift-form .coupon-row label {\n                font-weight: normal;\n            }\n\n            #lp-gift-form .coupon-input {\n                width: 70%;\n            }\n\n            #lp-gift-form .coupon-button {\n                width: 25%;\n            }\n\n\n            #lp-gift-form .form-row {\n                margin-bottom: 20px;\n            }\n\n            #lp-gift-form input {\n                width: 100%;\n            }\n\n            #lp-gift-form .checkbox {\n                display: flex;\n            }\n\n            #lp-gift-form .checkbox input {\n                width: auto;\n            }\n\n            #lp-gift-form .checkbox label {\n                display: inline-block;\n                margin-left: 10px;\n            }\n\n            #lp-gift-form h2 {\n                font-size: 18px;\n            }\n\n            #lp-gift-form .two-columns {\n                display: flex;\n                gap: 20px;\n                justify-content: space-between;\n            }\n\n            #lp-gift-form .column {\n                width: 48%;\n            }\n\n            #lp-gift-form .form-row label {\n                display: block;\n                font-weight: normal;\n            }\n\n            #lp-gift-form .form-row select {\n                width: 100%;\n            }\n\n            #coupon-message {\n                color: red;\n                font-size: 14px;\n                margin-bottom: 20px;\n            }\n\n            #coupon-message.success {\n                color: green;\n\n            }\n\n            #error-message {\n                color: red;\n            }\n\n\n            .hidden {\n                display: none;\n            }\n\n            #payment-message {\n                color: rgb(105, 115, 134);\n                font-size: 16px;\n                line-height: 20px;\n                padding-top: 12px;\n                text-align: center;\n            }\n\n            #payment-element {\n                margin-bottom: 24px;\n            }\n\n            #lp-gift-form #submit {\n                transition: all 0.2s ease;\n                background: #016B83;\n                color: #fff;\n                border: 0;\n                padding: 11px 16px;\n                cursor: pointer;\n            }\n\n\n            button:disabled {\n                opacity: 0.5;\n                cursor: default;\n            }\n\n            .spinner,\n            .spinner:before,\n            .spinner:after {\n                border-radius: 50%;\n            }\n\n            .spinner {\n                color: #ffffff;\n                font-size: 22px;\n                text-indent: -99999px;\n                margin: 0px auto;\n                position: relative;\n                width: 20px;\n                height: 20px;\n                box-shadow: inset 0 0 0 2px;\n                -webkit-transform: translateZ(0);\n                -ms-transform: translateZ(0);\n                transform: translateZ(0);\n            }\n\n            .spinner:before,\n            .spinner:after {\n                position: absolute;\n                content: \"\";\n            }\n\n            .spinner:before {\n                width: 10.4px;\n                height: 20.4px;\n                background: #016B83;\n                border-radius: 20.4px 0 0 20.4px;\n                top: -0.2px;\n                left: -0.2px;\n                -webkit-transform-origin: 10.4px 10.2px;\n                transform-origin: 10.4px 10.2px;\n                -webkit-animation: loading 2s infinite ease 1.5s;\n                animation: loading 2s infinite ease 1.5s;\n            }\n\n            .spinner:after {\n                width: 10.4px;\n                height: 10.2px;\n                background: #016B83;\n                border-radius: 0 10.2px 10.2px 0;\n                top: -0.1px;\n                left: 10.2px;\n                -webkit-transform-origin: 0px 10.2px;\n                transform-origin: 0px 10.2px;\n                -webkit-animation: loading 2s infinite ease;\n                animation: loading 2s infinite ease;\n            }\n\n            @-webkit-keyframes loading {\n                0% {\n                    -webkit-transform: rotate(0deg);\n                    transform: rotate(0deg);\n                }\n\n                100% {\n                    -webkit-transform: rotate(360deg);\n                    transform: rotate(360deg);\n                }\n            }\n\n            @keyframes loading {\n                0% {\n                    -webkit-transform: rotate(0deg);\n                    transform: rotate(0deg);\n                }\n\n                100% {\n                    -webkit-transform: rotate(360deg);\n                    transform: rotate(360deg);\n                }\n            }\n\n            @keyframes fadeInAnimation {\n                to {\n                    opacity: 1;\n                }\n            }\n        <\/style>\n\n\n<p>&nbsp;<\/p>\n<h3><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"wp-image-41998 size-full alignleft\" src=\"https:\/\/i0.wp.com\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png?resize=325%2C525&#038;ssl=1\" alt=\"\" width=\"325\" height=\"525\" \/><\/h3>\n<p>&nbsp;<\/p>\n<ul>\n<li>Select your gift subscription plan for 3, 6 or 12 months in the popup menu below<\/li>\n<li>You&#8217;re free to send a personal email note to the recipient (or not)<\/li>\n<li>Choose the date you want to have the gift subscription delivered. EG choose to send the gift on the recipients birthday, Christmas, retirement or any other day<\/li>\n<li>Pay online in a secure way (one time, no recurring payments)<\/li>\n<\/ul>\n<h3><\/h3>\n<p>&nbsp;<\/p>\n<h4>Next..<\/h4>\n<h3><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-41991 alignnone\" src=\"https:\/\/i0.wp.com\/newmobility.news\/wp-content\/uploads\/2018\/10\/gift-icon-small.png?resize=95%2C95&#038;ssl=1\" alt=\"\" width=\"95\" height=\"95\" \/><\/h3>\n<ul>\n<li>Your contact will get the personal note and an email with a redemption code<\/li>\n<li>Recipient can simply go to the <a href=\"https:\/\/newmobility.news\/gift-redemption\/\">Redemption page<\/a> and drop in his or her code to gain access to newmobility.news<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Grant your colleague, your boss or your loved ones a valuable surprise&#8230; &nbsp; &nbsp; Select your gift subscription plan for 3, 6 or 12 months in the popup menu below You&#8217;re free to send a personal email note to the recipient (or not) Choose the date you want to have the gift subscription delivered. EG [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-41869","page","type-page","status-publish","hentry"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","trp-custom-language-flag":"","related-thumb":"","gform-image-choice-sm":"","gform-image-choice-md":"","gform-image-choice-lg":"","mailchimp":"","unipress-phone":"","unipress-tablet":"","unipress-tablet-portrait":"","unipress-tablet-landscape":"","unipress-smartphone":"","unipress-wide-screen":""},"post_excerpt_stackable_v2":"<p>Grant your colleague, your boss or your loved ones a valuable surprise&#8230; Gift Checkout Choose a gift subscription Subscription level &#8211; Select &#8211; Full Access Yearly &#8211; &#8364;240.00 for 1 yearPremium Yearly &#8211; &#8364;240.00 for 1 year Recipient information First name Last name Email address Send gift message to recipient Gift message Enjoy your gift subscription! When do you want them to receive this message? Billing information First name Last name Email address Have a coupon code? Apply Pay now &nbsp; &nbsp; Select your gift subscription plan for 3, 6 or 12 months in the popup menu below You&#8217;re free&hellip;<\/p>\n","category_list_v2":"","author_info_v2":{"name":"Joris Van Roy","url":"https:\/\/newmobility.news\/en\/author\/jvrbelga-be\/"},"comments_num_v2":"0 comments","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gift subscription - newmobility.news<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gift subscription - newmobility.news\" \/>\n<meta property=\"og:description\" content=\"Grant your colleague, your boss or your loved ones a valuable surprise&#8230; &nbsp; &nbsp; Select your gift subscription plan for 3, 6 or 12 months in the popup menu below You&#8217;re free to send a personal email note to the recipient (or not) Choose the date you want to have the gift subscription delivered. EG [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/newmobility.news\/en\/gift-subscription\/\" \/>\n<meta property=\"og:site_name\" content=\"newmobility.news\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/search\/top\/?q=newmobility.news\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-11T07:42:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@jorisvry\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/\",\"url\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/\",\"name\":\"Gift subscription - newmobility.news\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/newmobility.news\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/NMN-gift-options-table2.png\",\"datePublished\":\"2018-10-29T14:46:35+00:00\",\"dateModified\":\"2018-12-11T07:42:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/#primaryimage\",\"url\":\"https:\\\/\\\/newmobility.news\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/NMN-gift-options-table2.png\",\"contentUrl\":\"https:\\\/\\\/newmobility.news\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/NMN-gift-options-table2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/gift-subscription\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/newmobility.news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gift subscription\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/#website\",\"url\":\"https:\\\/\\\/newmobility.news\\\/\",\"name\":\"newmobility.news\",\"description\":\"A B2BNews Agency\u00ae news service for mobility business proessional\",\"publisher\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/newmobility.news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/#organization\",\"name\":\"B2BNews Agency\",\"url\":\"https:\\\/\\\/newmobility.news\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/newmobility.news\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/newmobility.news\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/b2bnews-agency-logo.png\",\"contentUrl\":\"https:\\\/\\\/newmobility.news\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/b2bnews-agency-logo.png\",\"width\":\"581\",\"height\":\"117\",\"caption\":\"B2BNews Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/newmobility.news\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/search\\\/top\\\/?q=newmobility.news\",\"https:\\\/\\\/x.com\\\/jorisvry\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/jorisvanroy\\\/\",\"https:\\\/\\\/nl.pinterest.com\\\/jorisvanroy\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gift subscription - newmobility.news","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Gift subscription - newmobility.news","og_description":"Grant your colleague, your boss or your loved ones a valuable surprise&#8230; &nbsp; &nbsp; Select your gift subscription plan for 3, 6 or 12 months in the popup menu below You&#8217;re free to send a personal email note to the recipient (or not) Choose the date you want to have the gift subscription delivered. EG [&hellip;]","og_url":"https:\/\/newmobility.news\/en\/gift-subscription\/","og_site_name":"newmobility.news","article_publisher":"https:\/\/www.facebook.com\/search\/top\/?q=newmobility.news","article_modified_time":"2018-12-11T07:42:09+00:00","og_image":[{"url":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@jorisvry","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/newmobility.news\/gift-subscription\/","url":"https:\/\/newmobility.news\/gift-subscription\/","name":"Gift subscription - newmobility.news","isPartOf":{"@id":"https:\/\/newmobility.news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/newmobility.news\/gift-subscription\/#primaryimage"},"image":{"@id":"https:\/\/newmobility.news\/gift-subscription\/#primaryimage"},"thumbnailUrl":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png","datePublished":"2018-10-29T14:46:35+00:00","dateModified":"2018-12-11T07:42:09+00:00","breadcrumb":{"@id":"https:\/\/newmobility.news\/gift-subscription\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/newmobility.news\/gift-subscription\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/newmobility.news\/gift-subscription\/#primaryimage","url":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png","contentUrl":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/10\/NMN-gift-options-table2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/newmobility.news\/gift-subscription\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/newmobility.news\/"},{"@type":"ListItem","position":2,"name":"Gift subscription"}]},{"@type":"WebSite","@id":"https:\/\/newmobility.news\/#website","url":"https:\/\/newmobility.news\/","name":"newmobility.news","description":"A B2BNews Agency\u00ae news service for mobility business proessional","publisher":{"@id":"https:\/\/newmobility.news\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/newmobility.news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/newmobility.news\/#organization","name":"B2BNews Agency","url":"https:\/\/newmobility.news\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/newmobility.news\/#\/schema\/logo\/image\/","url":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/01\/b2bnews-agency-logo.png","contentUrl":"https:\/\/newmobility.news\/wp-content\/uploads\/2018\/01\/b2bnews-agency-logo.png","width":"581","height":"117","caption":"B2BNews Agency"},"image":{"@id":"https:\/\/newmobility.news\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/search\/top\/?q=newmobility.news","https:\/\/x.com\/jorisvry","https:\/\/www.linkedin.com\/in\/jorisvanroy\/","https:\/\/nl.pinterest.com\/jorisvanroy\/"]}]}},"jetpack_shortlink":"https:\/\/wp.me\/P9wJdU-aTj","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/pages\/41869","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/comments?post=41869"}],"version-history":[{"count":0,"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/pages\/41869\/revisions"}],"wp:attachment":[{"href":"https:\/\/newmobility.news\/en\/wp-json\/wp\/v2\/media?parent=41869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}