
{"id":658,"date":"2013-11-07T19:44:11","date_gmt":"2013-11-07T19:44:11","guid":{"rendered":"http:\/\/www.vendingbar.gr\/vb2\/?page_id=658"},"modified":"2026-01-22T22:26:58","modified_gmt":"2026-01-22T20:26:58","slug":"epikinonia","status":"publish","type":"page","link":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/","title":{"rendered":"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\t\t\t<div id=\"wpsc-container\" style=\"display:none;\">\n\t\t\t\t<div class=\"wpsc-shortcode-container\" style=\"border: none !important;\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wpsc-body\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"wpsc-page-snippets\" style=\"display: none;\">\n\t\t\t\t<div class=\"wpsc-editor-attachment upload-waiting\">\n\t\t\t\t\t<div class=\"attachment-label\"><\/div>\n\t\t\t\t\t<div class=\"attachment-remove\" onclick=\"wpsc_remove_attachment(this)\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"svg-inline--fa fa-times fa-w-11\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 352 512\"><path fill=\"currentColor\" d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"attachment-waiting\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\/**\n\t\t\t\t * Get create ticket form\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_ticket_form() {\n\n\t\t\t\t\tif (wpsc_is_description_text()) {\n\t\t\t\t\t\tif ( confirm(supportcandy.translations.warning_message)) {\n\t\t\t\t\t\t\tcurrent_ticket = jQuery('#wpsc-current-ticket').val();\n\t\t\t\t\t\t\twpsc_clear_saved_draft_reply( current_ticket );\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tif (supportcandy.is_reload != 1) {\n\t\t\t\t\t\twpsc_scroll_top();\n\t\t\t\t\t} else { supportcandy.is_reload = 0 }\n\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_ticket_form',\n\t\t\t\t\t\t_ajax_nonce: supportcandy.nonce\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get individual ticket\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_individual_ticket(id) {\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'ticket-list');\n\t\t\t\t\tsearch_params.set('ticket-id', id);\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\t\/\/ set flag to differenciate between ticket list and individual ticket\n\t\t\t\t\tsupportcandy.ticketListIsIndividual = true;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_individual_ticket',\n\t\t\t\t\t\tticket_id: id,\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t\t\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><p><!-- Google Calendar Appointment Scheduling begin -->\n<link href=\"https:\/\/calendar.google.com\/calendar\/scheduling-button-script.css\" rel=\"stylesheet\">\n<script src=\"https:\/\/calendar.google.com\/calendar\/scheduling-button-script.js\" async><\/script><br \/>\n<script>\n(function() {\n  var target = document.currentScript;\n  window.addEventListener('load', function() {\n    calendar.schedulingButton.load({\n      url: 'https:\/\/calendar.google.com\/calendar\/appointments\/schedules\/AcZssZ28utliBdqpZSkFwuGHNGz2Wne5LdBFvoiEt8Zga9zbhaDj1kzBLVigGQ6GE_rSVPoTN8xSKnsK?gv=true',\n      color: '#039BE5',\n      label: '\u03a0\u03c1\u03bf\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1\u03c4\u03b9\u03c3\u03bc\u03cc\u03c2 \u03c3\u03c5\u03bd\u03ac\u03bd\u03c4\u03b7\u03c3\u03b7\u03c2',\n      target,\n    });\n  });\n})();\n<\/script><br \/>\n<!-- end Google Calendar Appointment Scheduling --><\/p>\n<\/div>\n<\/div>\n\n\n<\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":100,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-658","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2<\/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:\/\/vendingbar.gr\/vb2\/epikinonia\/\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/\" \/>\n<meta property=\"og:site_name\" content=\"vb2\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T20:26:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u03bb\u03b5\u03c0\u03c4\u03cc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/\",\"url\":\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/\",\"name\":\"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2\",\"isPartOf\":{\"@id\":\"https:\/\/vendingbar.gr\/vb2\/#website\"},\"datePublished\":\"2013-11-07T19:44:11+00:00\",\"dateModified\":\"2026-01-22T20:26:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vendingbar.gr\/vb2\/epikinonia\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\/\/vendingbar.gr\/vb2\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/vendingbar.gr\/vb2\/#website\",\"url\":\"https:\/\/vendingbar.gr\/vb2\/\",\"name\":\"vendingbar\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/vendingbar.gr\/vb2\/#\/schema\/person\/c0c0b8f4eb69f26a5c2cf86b8329f516\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/vendingbar.gr\/vb2\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"el\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/vendingbar.gr\/vb2\/#\/schema\/person\/c0c0b8f4eb69f26a5c2cf86b8329f516\",\"name\":\"vendingbar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg\",\"url\":\"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg\",\"contentUrl\":\"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg\",\"width\":150,\"height\":47,\"caption\":\"vendingbar\"},\"logo\":{\"@id\":\"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2","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:\/\/vendingbar.gr\/vb2\/epikinonia\/","og_locale":"el_GR","og_type":"article","og_title":"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2","og_url":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/","og_site_name":"vb2","article_modified_time":"2026-01-22T20:26:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"1 \u03bb\u03b5\u03c0\u03c4\u03cc"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/","url":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/","name":"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1 - vb2","isPartOf":{"@id":"https:\/\/vendingbar.gr\/vb2\/#website"},"datePublished":"2013-11-07T19:44:11+00:00","dateModified":"2026-01-22T20:26:58+00:00","breadcrumb":{"@id":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vendingbar.gr\/vb2\/epikinonia\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vendingbar.gr\/vb2\/epikinonia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/vendingbar.gr\/vb2\/"},{"@type":"ListItem","position":2,"name":"\u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03af\u03b1"}]},{"@type":"WebSite","@id":"https:\/\/vendingbar.gr\/vb2\/#website","url":"https:\/\/vendingbar.gr\/vb2\/","name":"vendingbar","description":"","publisher":{"@id":"https:\/\/vendingbar.gr\/vb2\/#\/schema\/person\/c0c0b8f4eb69f26a5c2cf86b8329f516"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vendingbar.gr\/vb2\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"el"},{"@type":["Person","Organization"],"@id":"https:\/\/vendingbar.gr\/vb2\/#\/schema\/person\/c0c0b8f4eb69f26a5c2cf86b8329f516","name":"vendingbar","image":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg","url":"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg","contentUrl":"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg","width":150,"height":47,"caption":"vendingbar"},"logo":{"@id":"https:\/\/vendingbar.gr\/vb2\/wp-content\/uploads\/2011\/08\/cropped-cropped-cropped-cropped-cropped-vvvbbb11-2-e1646667934137.jpg"}}]}},"_links":{"self":[{"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/pages\/658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/comments?post=658"}],"version-history":[{"count":36,"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/pages\/658\/revisions"}],"predecessor-version":[{"id":30754,"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/pages\/658\/revisions\/30754"}],"wp:attachment":[{"href":"https:\/\/vendingbar.gr\/vb2\/wp-json\/wp\/v2\/media?parent=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}