{"id":2815,"date":"2023-06-06T03:22:38","date_gmt":"2023-06-06T08:22:38","guid":{"rendered":"https:\/\/macmarketing.us\/?page_id=2815"},"modified":"2023-06-06T03:26:17","modified_gmt":"2023-06-06T08:26:17","slug":"review-generator","status":"publish","type":"page","link":"https:\/\/macmarketing.us\/vi\/review-generator","title":{"rendered":"Review Generator"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2815\" class=\"elementor elementor-2815\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-886146a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"886146a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-01cf01d\" data-id=\"01cf01d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8aee977 elementor-widget elementor-widget-html\" data-id=\"8aee977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\t.prettyInput {\n\t\tmargin : 10px;\n\t\tline-height: 25px;\n\t\twidth : 75% !important;\n\t}\n\t\n\t.prettyResult {\n\t\tmargin : 10px;\n\t\tfont-weight: 500;\n\t\tfont-size: 12pt;\n\t\t\n\t}\n\t\n\t.prettyParagraph{\n\t\tmargin : 10px;\n\t\tfont-size: 12pt;\n\t}\n\t\n\t.reviewTittle {\n\t    padding-top: 75px;\n\t\tcolor:#2692E0;\n\t\ttext-align: center;\n\t\tfont-weight: 800;\n\t}\n<\/style>\n\n\n\n<!-- Google Review -->\n<h2 class=\"reviewTittle\">GOOGLE REVIEW<\/h2>\n<img decoding=\"async\" src=\"https:\/\/old.macmarketing.us\/wp-content\/uploads\/2021\/12\/google-review.jpg\" alt=\"Google Review PlaceID\">\n\n\n<p class=\"prettyParagraph\">Find the Place ID of Place from <a target=\"_blank\" href=\"https:\/\/developers.google.com\/maps\/documentation\/places\/web-service\/place-id\" rel=\"noopener\"> Google Place ID Finder<\/a> then click generate link <\/p>\n<div class=\"input-group\">\n\t<input class=\"prettyInput form-control\" type=\"text\" value=\"ChIJX5UKlDrdQIYR180bwnVYi1A\" size=\"80\" id=\"myInput\">\n\n\t<button onclick=\"googleLink()\" class=\"btn btn-outline-secondary\">\n\t\t  Generate Google Review\n\t<\/button>\n\n\n<p class=\"prettyResult\">Google Review Link: <span id=\"resultGoogle\"><a target=\"_blank\" href=\"https:\/\/search.google.com\/local\/writereview?placeid=ChIJX5UKlDrdQIYR180bwnVYi1A\" rel=\"noopener\">https:\/\/search.google.com\/local\/writereview?placeid=ChIJX5UKlDrdQIYR180bwnVYi1A<\/a><\/span><\/p>\n\n<!-- Yelp Review -->\n<h2 class=\"reviewTittle\">YELP REVIEW<\/h2>\n<img decoding=\"async\" src=\"https:\/\/old.macmarketing.us\/wp-content\/uploads\/2021\/12\/yelp-review.jpg\" class=\"img-fluid\" alt=\"Google Review PlaceID\">\n\n\n<div class=\"input-group\">\n<p class=\"prettyParagraph\">Find the Place ID of Yelp from Write a Review Link then click generate link <\/p>\n\n<input class=\"prettyInput\" type=\"text\" value=\"aKpji8W2KWLgcdVSVyhzRg\" size=\"80\" id=\"yelpInput\">\n\n<button onclick=\"yelpLink()\">\n\t  Generate Yelp Review\n<\/button>\n\n<p class=\"prettyResult\">Yelp Review Link: <span id=\"resultYelp\"><\/span><\/p>\n\n<!-- Facebook Review -->\n<h2 class=\"reviewTittle\">FACEBOOK REVIEW<\/h2>\n<img decoding=\"async\" src=\"https:\/\/old.macmarketing.us\/wp-content\/uploads\/2021\/12\/facebook-review.jpg\" class=\"img-fluid\" alt=\"Google Review PlaceID\">\n\n<p class=\"prettyParagraph\">Find the Facebook ID from Facebook Pagethen click generate link <\/p>\n\n<input class=\"prettyInput\" type=\"text\" value=\"MacMarketing.us\" size=\"80\" id=\"facebookInput\">\n\n<button onclick=\"facebookLink()\">\n\t  Generate Facebook Review\n<\/button>\n\n<\/div>\n\n<\/div>\n\n<p class=\"prettyResult\">Facebook Review Link: <span id=\"resultFacebook\"><\/span><\/p>\n\n\n\n\n\n\n<script>\nfunction googleLink() {\n  var copyText = document.getElementById(\"myInput\");\n  var reviewlink = copyText.value;\n    if (!copyText.value.includes(\"google.com\"))\n\t\treviewlink = \"https:\/\/search.google.com\/local\/writereview?placeid=\"+copyText.value;\n\t\n  var result = document.getElementById(\"resultGoogle\");\n  result.innerHTML = generateLink(reviewlink);\n  \n  copyText.value = reviewlink;\n  \n  copyText.select();\n  copyText.setSelectionRange(0, 99999);\n  document.execCommand(\"copy\");\n  \n  \n}\n\nfunction yelpLink() {\n  var copyText = document.getElementById(\"yelpInput\");\n  var reviewlink = copyText.value;\n  if (!copyText.value.includes(\"yelp.com\"))\n\tvar reviewlink = \"https:\/\/www.yelp.com\/writeareview\/biz\/\"+copyText.value+\"?return_url=\/writeareview&rating=5\";\n  \n  var result = document.getElementById(\"resultYelp\");\n  result.innerHTML = generateLink(reviewlink);\n  \n  copyText.value = reviewlink;\n  \n  copyText.select();\n  copyText.setSelectionRange(0, 99999);\n  document.execCommand(\"copy\");\n  \n  \n}\n\nfunction facebookLink(){\n  var copyText = document.getElementById(\"facebookInput\");\n  var reviewlink = copyText.value;\n  if (!copyText.value.includes(\"facebook.com\"))\n\treviewlink = \"https:\/\/www.facebook.com\/\"+copyText.value+\"\/reviews\/?ref=page_internal\";\n  \n  var result = document.getElementById(\"resultFacebook\");\n  result.innerHTML = generateLink(reviewlink);\n  \n  copyText.value = reviewlink;\n  \n  copyText.select();\n  copyText.setSelectionRange(0, 99999);\n  document.execCommand(\"copy\");\n  \n  \n}\n\n\n\n\n\nfunction generateLink(url){\n\treturn '<a target=\"_blank\" href=\\\"' + url + '\\\">'+ url +'<\/a>';\n}\n\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>GOOGLE REVIEW Find the Place ID of Place from Google Place ID Finder then click generate link Generate Google Review Google Review Link: https:\/\/search.google.com\/local\/writereview?placeid=ChIJX5UKlDrdQIYR180bwnVYi1A YELP REVIEW Find the Place ID of Yelp from Write a Review Link then click generate link Generate Yelp Review Yelp Review Link: FACEBOOK REVIEW Find the Facebook ID from Facebook Pagethen click generate link Generate Facebook Review Facebook Review Link:<\/p>","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2815","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/pages\/2815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/comments?post=2815"}],"version-history":[{"count":5,"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/pages\/2815\/revisions"}],"predecessor-version":[{"id":2821,"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/pages\/2815\/revisions\/2821"}],"wp:attachment":[{"href":"https:\/\/macmarketing.us\/vi\/wp-json\/wp\/v2\/media?parent=2815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}