{"id":12091,"date":"2026-03-20T09:25:01","date_gmt":"2026-03-20T08:25:01","guid":{"rendered":"https:\/\/fotino.cz\/?page_id=12091"},"modified":"2026-03-23T10:22:26","modified_gmt":"2026-03-23T09:22:26","slug":"fotoboard","status":"publish","type":"page","link":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/","title":{"rendered":"FotoBoard"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; _builder_version=&#8220;4.27.6&#8243; _module_preset=&#8220;default&#8220; da_disable_devices=&#8220;off|off|off&#8220; global_colors_info=&#8220;{}&#8220; da_is_popup=&#8220;off&#8220; da_exit_intent=&#8220;off&#8220; da_has_close=&#8220;on&#8220; da_alt_close=&#8220;off&#8220; da_dark_close=&#8220;off&#8220; da_not_modal=&#8220;on&#8220; da_is_singular=&#8220;off&#8220; da_with_loader=&#8220;off&#8220; da_has_shadow=&#8220;on&#8220;][et_pb_row _builder_version=&#8220;4.27.6&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.27.6&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_code _builder_version=&#8220;4.27.6&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]        <div id=\"pbx-editor-wrap\" data-family=\"19\" data-module=\"191\">\n            <div id=\"app\"><\/div>\n        <\/div>\n\n        <script>\n        (function($) {\n            'use strict';\n\n            \/\/ Na\u010d\u00edta PBX init.min.js a spust\u00ed editor\n            function initPrintbox() {\n                if (typeof printbox === 'undefined') {\n                    setTimeout(initPrintbox, 100);\n                    return;\n                }\n\n                \/\/ --- Callbacks ---\n\n                \/**\n                 * Z\u00e1kazn\u00edk klikol \"Prida\u0165 do ko\u0161\u00edka\" v editore\n                 *\/\n                printbox.goToCartFinished = function(projectId, data) {\n                    return new Promise(function(resolve, reject) {\n\n                        var isLogged = false;\n\n                        if (!isLogged) {\n                            \/\/ Ulo\u017e UUID a presmeruj na login\n                            $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                                action:   'pbx_set_pending_uuid',\n                                nonce:    \"6225c46f20\",\n                                uuid:     projectId,\n                            }).always(function() {\n                                printbox.disableExitWarning();\n                                var loginUrl = \"https:\\\/\\\/fotino.cz\\\/cs\\\/?page_id=23\";\n                                var redirect = \"https:\\\/\\\/fotino.cz\\\/cs\\\/cart\\\/?pbx_action=add_to_cart\";\n                                window.location.href = loginUrl + '?redirect_to=' + encodeURIComponent(redirect);\n                            });\n                            return;\n                        }\n\n                        \/\/ Prihl\u00e1sen\u00fd \u2013 pridaj do ko\u0161\u00edka\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action:   'pbx_add_to_cart',\n                            nonce:    \"6225c46f20\",\n                            uuid:     projectId,\n                        })\n                        .done(function(res) {\n                            if (res.success) {\n                                printbox.disableExitWarning();\n                                resolve(true);\n                                window.location.href = \"https:\\\/\\\/fotino.cz\\\/cs\\\/cart\\\/\";\n                            } else {\n                                reject(res.data && res.data.message ? res.data.message : 'Chyba pri prid\u00e1van\u00ed do ko\u0161\u00edka');\n                            }\n                        })\n                        .fail(function() {\n                            reject('Sie\u0165ov\u00e1 chyba');\n                        });\n                    });\n                };\n\n                \/**\n                 * Z\u00e1kazn\u00edk chce ulo\u017ei\u0165 \/ prida\u0165 do ko\u0161\u00edka ale nie je prihl\u00e1sen\u00fd\n                 * \u2192 zobraz\u00ed WC login popup\n                 *\/\n                printbox.authUserRequest = function() {\n                    return new Promise(function(resolve, reject) {\n                        \/\/ Otvor WC login popup\n                        if (typeof PBXLoginPopup !== 'undefined') {\n                            PBXLoginPopup.open({\n                                onSuccess: function(sessionData) {\n                                    resolve(sessionData);\n                                },\n                                onClose: function() {\n                                    reject();\n                                }\n                            });\n                        } else {\n                            \/\/ Fallback \u2013 redirect na login\n                            printbox.disableExitWarning();\n                            window.location.href = \"https:\\\/\\\/fotino.cz\\\/cs\\\/?page_id=23\";\n                            reject();\n                        }\n                    });\n                };\n\n                \/**\n                 * Z\u00e1kazn\u00edk ulo\u017eil projekt\n                 *\/\n                printbox.savingFinished = function(projectId) {\n                    return new Promise(function(resolve, reject) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action: 'pbx_save_project',\n                            nonce:  \"6225c46f20\",\n                            uuid:   projectId,\n                        })\n                        .done(function() { resolve(true); })\n                        .fail(function() { reject(); });\n                    });\n                };\n\n                \/**\n                 * Refresh session (PBX ju potrebuje pravidelne obnovova\u0165)\n                 *\/\n                printbox.refreshSession = function() {\n                    return new Promise(function(resolve, reject) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action: 'pbx_refresh_session',\n                            nonce:  \"6225c46f20\",\n                        })\n                        .done(function(res) {\n                            if (res.success && res.data && res.data.session_key) {\n                                resolve(res.data.session_key);\n                            } else {\n                                reject();\n                            }\n                        })\n                        .fail(function() { reject(); });\n                    });\n                };\n\n                \/**\n                 * URL buying path pre product family (pre redirect po dokon\u010den\u00ed)\n                 *\/\n                printbox.getProductFamilyEcommerceUrlPart = function(productFamilyId) {\n                    return new Promise(function(resolve) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action:    'pbx_get_family_url',\n                            nonce:     \"6225c46f20\",\n                            family_id: productFamilyId,\n                        })\n                        .done(function(res) {\n                            resolve(res.success ? res.data.url : '');\n                        })\n                        .fail(function() { resolve(''); });\n                    });\n                };\n\n                \/\/ --- Konfigur\u00e1cia a spustenie ---\n                printbox.setEditorConfig({\n                    sessionId:        \"\",\n                    storeName:        \"default_store\",\n                    language:         \"cs\",\n                    translationsLanguage: \"cs\",\n                    contentLanguage:  \"cs\",\n                    locale:           \"cs-cs\",\n                    currency:         \"CZK\",\n                    productFamilyId:  \"19\",\n                    moduleId:         \"191\",\n                    projectId:        \"\",\n                    instanceId:       \"blumi\",\n                    ecommerceUrlPart: window.location.href,\n                    useIframe:        false,\n                });\n            }\n\n            $(document).ready(function() {\n                initPrintbox();\n            });\n\n        }(jQuery));\n        <\/script>\n        [\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"        <div id=\"pbx-editor-wrap\" data-family=\"19\" data-module=\"191\">\n            <div id=\"app\"><\/div>\n        <\/div>\n\n        <script>\n        (function($) {\n            'use strict';\n\n            \/\/ Na\u010d\u00edta PBX init.min.js a spust\u00ed editor\n            function initPrintbox() {\n                if (typeof printbox === 'undefined') {\n                    setTimeout(initPrintbox, 100);\n                    return;\n                }\n\n                \/\/ --- Callbacks ---\n\n                \/**\n                 * Z\u00e1kazn\u00edk klikol \"Prida\u0165 do ko\u0161\u00edka\" v editore\n                 *\/\n                printbox.goToCartFinished = function(projectId, data) {\n                    return new Promise(function(resolve, reject) {\n\n                        var isLogged = false;\n\n                        if (!isLogged) {\n                            \/\/ Ulo\u017e UUID a presmeruj na login\n                            $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                                action:   'pbx_set_pending_uuid',\n                                nonce:    \"6225c46f20\",\n                                uuid:     projectId,\n                            }).always(function() {\n                                printbox.disableExitWarning();\n                                var loginUrl = \"https:\\\/\\\/fotino.cz\\\/cs\\\/?page_id=23\";\n                                var redirect = \"https:\\\/\\\/fotino.cz\\\/cs\\\/cart\\\/?pbx_action=add_to_cart\";\n                                window.location.href = loginUrl + '?redirect_to=' + encodeURIComponent(redirect);\n                            });\n                            return;\n                        }\n\n                        \/\/ Prihl\u00e1sen\u00fd \u2013 pridaj do ko\u0161\u00edka\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action:   'pbx_add_to_cart',\n                            nonce:    \"6225c46f20\",\n                            uuid:     projectId,\n                        })\n                        .done(function(res) {\n                            if (res.success) {\n                                printbox.disableExitWarning();\n                                resolve(true);\n                                window.location.href = \"https:\\\/\\\/fotino.cz\\\/cs\\\/cart\\\/\";\n                            } else {\n                                reject(res.data && res.data.message ? res.data.message : 'Chyba pri prid\u00e1van\u00ed do ko\u0161\u00edka');\n                            }\n                        })\n                        .fail(function() {\n                            reject('Sie\u0165ov\u00e1 chyba');\n                        });\n                    });\n                };\n\n                \/**\n                 * Z\u00e1kazn\u00edk chce ulo\u017ei\u0165 \/ prida\u0165 do ko\u0161\u00edka ale nie je prihl\u00e1sen\u00fd\n                 * \u2192 zobraz\u00ed WC login popup\n                 *\/\n                printbox.authUserRequest = function() {\n                    return new Promise(function(resolve, reject) {\n                        \/\/ Otvor WC login popup\n                        if (typeof PBXLoginPopup !== 'undefined') {\n                            PBXLoginPopup.open({\n                                onSuccess: function(sessionData) {\n                                    resolve(sessionData);\n                                },\n                                onClose: function() {\n                                    reject();\n                                }\n                            });\n                        } else {\n                            \/\/ Fallback \u2013 redirect na login\n                            printbox.disableExitWarning();\n                            window.location.href = \"https:\\\/\\\/fotino.cz\\\/cs\\\/?page_id=23\";\n                            reject();\n                        }\n                    });\n                };\n\n                \/**\n                 * Z\u00e1kazn\u00edk ulo\u017eil projekt\n                 *\/\n                printbox.savingFinished = function(projectId) {\n                    return new Promise(function(resolve, reject) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action: 'pbx_save_project',\n                            nonce:  \"6225c46f20\",\n                            uuid:   projectId,\n                        })\n                        .done(function() { resolve(true); })\n                        .fail(function() { reject(); });\n                    });\n                };\n\n                \/**\n                 * Refresh session (PBX ju potrebuje pravidelne obnovova\u0165)\n                 *\/\n                printbox.refreshSession = function() {\n                    return new Promise(function(resolve, reject) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action: 'pbx_refresh_session',\n                            nonce:  \"6225c46f20\",\n                        })\n                        .done(function(res) {\n                            if (res.success && res.data && res.data.session_key) {\n                                resolve(res.data.session_key);\n                            } else {\n                                reject();\n                            }\n                        })\n                        .fail(function() { reject(); });\n                    });\n                };\n\n                \/**\n                 * URL buying path pre product family (pre redirect po dokon\u010den\u00ed)\n                 *\/\n                printbox.getProductFamilyEcommerceUrlPart = function(productFamilyId) {\n                    return new Promise(function(resolve) {\n                        $.post(\"https:\\\/\\\/fotino.cz\\\/wp-admin\\\/admin-ajax.php\", {\n                            action:    'pbx_get_family_url',\n                            nonce:     \"6225c46f20\",\n                            family_id: productFamilyId,\n                        })\n                        .done(function(res) {\n                            resolve(res.success ? res.data.url : '');\n                        })\n                        .fail(function() { resolve(''); });\n                    });\n                };\n\n                \/\/ --- Konfigur\u00e1cia a spustenie ---\n                printbox.setEditorConfig({\n                    sessionId:        \"\",\n                    storeName:        \"default_store\",\n                    language:         \"cs\",\n                    translationsLanguage: \"cs\",\n                    contentLanguage:  \"cs\",\n                    locale:           \"cs-cs\",\n                    currency:         \"CZK\",\n                    productFamilyId:  \"19\",\n                    moduleId:         \"191\",\n                    projectId:        \"\",\n                    instanceId:       \"blumi\",\n                    ecommerceUrlPart: window.location.href,\n                    useIframe:        false,\n                });\n            }\n\n            $(document).ready(function() {\n                initPrintbox();\n            });\n\n        }(jQuery));\n        <\/script>\n        \n","protected":false},"author":1,"featured_media":0,"parent":12081,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-12091","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>FotoBoard - Fotino<\/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:\/\/fotino.cz\/cs\/editor\/fotoboard\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FotoBoard - Fotino\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/\" \/>\n<meta property=\"og:site_name\" content=\"Fotino\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T09:22:26+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"[pbx_editor family_id=&quot;19&quot; module_id=&quot;191&quot;]\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/\",\"url\":\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/\",\"name\":\"FotoBoard - Fotino\",\"isPartOf\":{\"@id\":\"https:\/\/fotino.cz\/cs\/#website\"},\"datePublished\":\"2026-03-20T08:25:01+00:00\",\"dateModified\":\"2026-03-23T09:22:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/#breadcrumb\"},\"inLanguage\":\"cs\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fotino.cz\/cs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"editor\",\"item\":\"https:\/\/fotino.cz\/cs\/editor\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FotoBoard\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fotino.cz\/cs\/#website\",\"url\":\"https:\/\/fotino.cz\/cs\/\",\"name\":\"Fotino\",\"description\":\"Photobook | Canvas | Photocalendar\",\"publisher\":{\"@id\":\"https:\/\/fotino.cz\/cs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fotino.cz\/cs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"cs\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fotino.cz\/cs\/#organization\",\"name\":\"Fotino\",\"url\":\"https:\/\/fotino.cz\/cs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"cs\",\"@id\":\"https:\/\/fotino.cz\/cs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/fotino.cz\/wp-content\/uploads\/2023\/09\/Logo-Fotino.webp\",\"contentUrl\":\"https:\/\/fotino.cz\/wp-content\/uploads\/2023\/09\/Logo-Fotino.webp\",\"width\":591,\"height\":236,\"caption\":\"Fotino\"},\"image\":{\"@id\":\"https:\/\/fotino.cz\/cs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FotoBoard - Fotino","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:\/\/fotino.cz\/cs\/editor\/fotoboard\/","og_locale":"cs_CZ","og_type":"article","og_title":"FotoBoard - Fotino","og_url":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/","og_site_name":"Fotino","article_modified_time":"2026-03-23T09:22:26+00:00","twitter_card":"summary_large_image","twitter_description":"[pbx_editor family_id=\"19\" module_id=\"191\"]","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/","url":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/","name":"FotoBoard - Fotino","isPartOf":{"@id":"https:\/\/fotino.cz\/cs\/#website"},"datePublished":"2026-03-20T08:25:01+00:00","dateModified":"2026-03-23T09:22:26+00:00","breadcrumb":{"@id":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/#breadcrumb"},"inLanguage":"cs","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fotino.cz\/cs\/editor\/fotoboard\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fotino.cz\/cs\/editor\/fotoboard\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fotino.cz\/cs\/"},{"@type":"ListItem","position":2,"name":"editor","item":"https:\/\/fotino.cz\/cs\/editor\/"},{"@type":"ListItem","position":3,"name":"FotoBoard"}]},{"@type":"WebSite","@id":"https:\/\/fotino.cz\/cs\/#website","url":"https:\/\/fotino.cz\/cs\/","name":"Fotino","description":"Photobook | Canvas | Photocalendar","publisher":{"@id":"https:\/\/fotino.cz\/cs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fotino.cz\/cs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"cs"},{"@type":"Organization","@id":"https:\/\/fotino.cz\/cs\/#organization","name":"Fotino","url":"https:\/\/fotino.cz\/cs\/","logo":{"@type":"ImageObject","inLanguage":"cs","@id":"https:\/\/fotino.cz\/cs\/#\/schema\/logo\/image\/","url":"https:\/\/fotino.cz\/wp-content\/uploads\/2023\/09\/Logo-Fotino.webp","contentUrl":"https:\/\/fotino.cz\/wp-content\/uploads\/2023\/09\/Logo-Fotino.webp","width":591,"height":236,"caption":"Fotino"},"image":{"@id":"https:\/\/fotino.cz\/cs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/pages\/12091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/comments?post=12091"}],"version-history":[{"count":6,"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/pages\/12091\/revisions"}],"predecessor-version":[{"id":12103,"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/pages\/12091\/revisions\/12103"}],"up":[{"embeddable":true,"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/pages\/12081"}],"wp:attachment":[{"href":"https:\/\/fotino.cz\/cs\/wp-json\/wp\/v2\/media?parent=12091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}