{"id":14862,"date":"2023-07-26T14:22:46","date_gmt":"2023-07-26T14:22:46","guid":{"rendered":"https:\/\/landfiles.com\/?page_id=14862"},"modified":"2023-07-26T14:22:46","modified_gmt":"2023-07-26T14:22:46","slug":"join-acc-it","status":"publish","type":"page","link":"https:\/\/landfiles.com\/it\/join-acc-it","title":{"rendered":"Rejoindre groupe (acceptance) &#8211; it"},"content":{"rendered":"<style>\n  #joinButton {\n    text-align: center;\n    background-color: rgb(137 172 106);\n    color: white;\n    border-radius: 7px;\n    width: fit-content;\n    padding: 13px 60px;\n    cursor: pointer;\n    font-size: smaller;\n    height: 50px;\n  }<\/p>\n<p>  #description {\n    text-align-last: center;\n    margin-bottom: 14px;\n    white-space: pre-line;\n  }<\/p>\n<p>  .mobile-footer-dialog {\n    position: fixed;\n    left: 0;\n    bottom: 0;\n    width: 100%;\n    background-color: #89ac6a;\n    color: white;\n    text-align: left;\n    display: block;\n    padding: 16px 10px;\n  }<\/p>\n<p>  .dialog-buttons-container {\n    display: flex;\n    flex-direction: row;\n    justify-content: space-between;\n  }<\/p>\n<p>  .dialog-button {\n    height: 30px;\n    border-radius: 40px;\n    border-width: 1px;\n    border-style: solid;\n    border-color: white;\n  }<\/p>\n<p>  .later {\n    background-color: transparent;\n    color: white;\n  }<\/p>\n<p>  .now {\n    background-color: white;\n    color: #89ac6a;\n  }<\/p>\n<\/style>\n<div style=\"display: flex; justify-content: center\" id=\"image_container\"> <img loading=\"lazy\" decoding=\"async\" id=\"groupImage\"\n    style=\"border-radius: 50%; box-shadow: 0px 0px 16px 0px #efefef\"\n    src=\"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png\" alt=\"Avatar\" width=\"80\" height=\"80\" \/><\/div>\n<div style=\"height: 100%; width: 100%\">\n<h1 style=\"text-align: center; font-size: 40px; margin: 24px 24px 8px 24px\" id=\"group_name\"> <strong\n      id=\"groupName\"><\/strong> <\/h1>\n<h4 id=\"members\" style=\"text-align: center; opacity: 0.5; margin-bottom: 24px\"><\/h4>\n<p id=\"description\" style=\"white-space: pre-line;\">\n<div style=\"display: flex; justify-content: center\" id=\"join_button\">\n<p id=\"joinButton\" onmouseover=\"this.style.background='rgb(100 137 67)'\"\n      onmouseout=\"this.style.background='rgb(137 172 106)'\" onclick=\"handleJoinClick();\"> Unirsi al gruppo <\/p>\n<\/p><\/div>\n<div class=\"mobile-footer-dialog\" id=\"mobile_dialog_footer\">\n<div> T\u00e9l\u00e9chargez l&#8217;application landfiles pour profiter d&#8217;une exp\u00e9rience compl\u00e8te <\/div>\n<div class=\"dialog-buttons-container\"> <input type=\"button\" value=\"Plus tard\" class=\"dialog-button later\"\n        onclick=\"handlLaterClick()\" \/> <input type=\"button\" value=\"utiliser l'application\" class=\"dialog-button now\"\n        onclick=\"handleUseAppClick();\" \/> <\/div>\n<\/p><\/div>\n<p>  <script>var group = new URLSearchParams(window.location.search).get(\"group\"); var uuid = \"\";var defaultGroupImage = \"https:\/\/landfiles.com\/wp-content\/uploads\/2021\/01\/icone_rejoindre_un_group.png\"; var mobileAppLink = \"https:\/\/play.google.com\/store\/apps\/details?id=com.landfilesapp\"; var apiBaseUrl =\/*\"http:\/\/localhost:9001\";*\/ \"https:\/\/acceptance.api.landfiles.fr\/api\/landfilesservice\"; \/*\"https:\/\/api.landfiles.fr\/api\/landfilesservice\";*\/ var appBaseUrl =\/*\"http:\/\/localhost:3000\";*\/ \"http:\/\/acceptance.app.landfiles.com\"; \/*\"http:\/\/app.landfiles.com\";*\/ function insertGroupData() { var $ = jQuery; $(document).ready(function () { $(\"h1.entry-title.main_title\").css(\"display\", \"none\"); $(\"#footer-widgets\").css(\"display\", \"none\"); $(\"#footer-bottom\").css(\"display\", \"none\"); $(\"#crisp-chatbox > div > a\").css(\"display\", \"none !important\"); $.getJSON(apiBaseUrl + \"\/v1\/groups\/partial\/public\/\" + group, function (data) { if (+data[\"usersCount\"] > 19) { $(\"#members\").text(data[\"usersCount\"] + \" membres\"); } else { $(\"#members\").css(\"margin\", \"0\"); $(\"#members\").css(\"padding\", \"0\"); } $(\"#groupName\").text(data[\"name\"]); uuid = data[\"uuid\"]; $(\"#groupImage\").attr(\"src\", data[\"picture\"] ? data[\"picture\"] : defaultGroupImage); if (data[\"description\"]) { $(\"#description\").text(data[\"description\"]); } else { $(\"#description\").css(\"padding\", \"0\"); } }); }); } function isMobile() { return \/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)\/.test(navigator.userAgent); } function handleJoinClick() { var link = appBaseUrl + \"\/groups\/\" + uuid + \"?joining=true\"; if (isMobile()) { link = appBaseUrl + \"\/home?joining=true&group=\" + uuid; } window.open(link, \"_blank\"); } function setITunesLink() { if (\/iPhone|iPad|iPod\/i.test(navigator.userAgent)) { mobileAppLink = \"https:\/\/itunes.apple.com\/app\/id1369275352\"; } } function displayMobileDialog() { var $ = jQuery; if (isMobile()) { $(\"#mobile_dialog_footer\").css(\"display\", \"block\"); $(\"#image_container\").css(\"justify-content\", \"left\"); $(\"#group_name\").css(\"text-align\", \"left\"); $(\"#group_name\").css(\"margin-left\", \"0px\"); $(\"#description\").css(\"text-align-last\", \"left\"); $(\"#members\").css(\"text-align\", \"left\"); $(\"#join_button\").css(\"justify-content\", \"left\"); } else { $(\"#mobile_dialog_footer\").css(\"display\", \"none\"); $(\"#image_container\").css(\"justify-content\", \"center\"); $(\"#group_name\").css(\"text-align\", \"center\"); $(\"#group_name\").css(\"margin-left\", \"24px\"); $(\"#description\").css(\"text-align-last\", \"center\"); $(\"#members\").css(\"text-align\", \"center\"); $(\"#join_button\").css(\"justify-content\", \"center\"); } } function handleUseAppClick() { window.open(mobileAppLink); } function handlLaterClick() { var $ = jQuery; var footerDisplay = $(\"#mobile_dialog_footer\").css(\"display\"); $(\"#mobile_dialog_footer\").css(\"display\", footerDisplay === \"block\" ? \"none\" : \"block\"); } setITunesLink(); insertGroupData(); displayMobileDialog(); <\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Unirsi al gruppo T\u00e9l\u00e9chargez l&#8217;application landfiles pour profiter d&#8217;une exp\u00e9rience compl\u00e8te<\/p>\n","protected":false},"author":19,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":"","_wp_rev_ctl_limit":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rejoindre groupe (acceptance) - it - Landfiles<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/landfiles.com\/it\/join-acc-it\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rejoindre groupe (acceptance) - it - Landfiles\" \/>\n<meta property=\"og:description\" content=\"Unirsi al gruppo T\u00e9l\u00e9chargez l&#8217;application landfiles pour profiter d&#8217;une exp\u00e9rience compl\u00e8te\" \/>\n<meta property=\"og:url\" content=\"https:\/\/landfiles.com\/it\/join-acc-it\" \/>\n<meta property=\"og:site_name\" content=\"Landfiles\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Landfiles\/\" \/>\n<meta property=\"og:image\" content=\"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@landfiles\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it\",\"url\":\"https:\/\/landfiles.com\/it\/join-acc-it\",\"name\":\"Rejoindre groupe (acceptance) - it - Landfiles\",\"isPartOf\":{\"@id\":\"https:\/\/landfiles.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage\"},\"image\":{\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage\"},\"thumbnailUrl\":\"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png\",\"datePublished\":\"2023-07-26T14:22:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/landfiles.com\/it\/join-acc-it\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage\",\"url\":\"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png\",\"contentUrl\":\"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/landfiles.com\/it\/join-acc-it#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/landfiles.com\/it\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rejoindre groupe (acceptance) &#8211; it\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/landfiles.com\/#website\",\"url\":\"https:\/\/landfiles.com\/\",\"name\":\"Landfiles\",\"description\":\"Construisez l&#039;agriculture de demain !\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/landfiles.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rejoindre groupe (acceptance) - it - Landfiles","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:\/\/landfiles.com\/it\/join-acc-it","og_locale":"it_IT","og_type":"article","og_title":"Rejoindre groupe (acceptance) - it - Landfiles","og_description":"Unirsi al gruppo T\u00e9l\u00e9chargez l&#8217;application landfiles pour profiter d&#8217;une exp\u00e9rience compl\u00e8te","og_url":"https:\/\/landfiles.com\/it\/join-acc-it","og_site_name":"Landfiles","article_publisher":"https:\/\/www.facebook.com\/Landfiles\/","og_image":[{"url":"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@landfiles","twitter_misc":{"Tempo di lettura stimato":"2 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/landfiles.com\/it\/join-acc-it","url":"https:\/\/landfiles.com\/it\/join-acc-it","name":"Rejoindre groupe (acceptance) - it - Landfiles","isPartOf":{"@id":"https:\/\/landfiles.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage"},"image":{"@id":"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage"},"thumbnailUrl":"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png","datePublished":"2023-07-26T14:22:46+00:00","breadcrumb":{"@id":"https:\/\/landfiles.com\/it\/join-acc-it#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/landfiles.com\/it\/join-acc-it"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/landfiles.com\/it\/join-acc-it#primaryimage","url":"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png","contentUrl":"http:\/\/landfiles.com\/wp-content\/uploads\/2020\/09\/group-300x300.png"},{"@type":"BreadcrumbList","@id":"https:\/\/landfiles.com\/it\/join-acc-it#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/landfiles.com\/it"},{"@type":"ListItem","position":2,"name":"Rejoindre groupe (acceptance) &#8211; it"}]},{"@type":"WebSite","@id":"https:\/\/landfiles.com\/#website","url":"https:\/\/landfiles.com\/","name":"Landfiles","description":"Construisez l&#039;agriculture de demain !","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/landfiles.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"}]}},"_links":{"self":[{"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/pages\/14862"}],"collection":[{"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/comments?post=14862"}],"version-history":[{"count":1,"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/pages\/14862\/revisions"}],"predecessor-version":[{"id":14866,"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/pages\/14862\/revisions\/14866"}],"wp:attachment":[{"href":"https:\/\/landfiles.com\/it\/wp-json\/wp\/v2\/media?parent=14862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}