{"id":1820,"date":"2025-07-11T15:29:43","date_gmt":"2025-07-11T15:29:43","guid":{"rendered":"https:\/\/springgreen-sardine-861889.hostingersite.com\/?page_id=1820"},"modified":"2026-03-30T10:24:44","modified_gmt":"2026-03-30T10:24:44","slug":"stories","status":"publish","type":"page","link":"https:\/\/albaniaheritage.com\/en\/stories\/","title":{"rendered":"Stories"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1820\" class=\"elementor elementor-1820\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5171a5d e-flex e-con-boxed e-con e-parent\" data-id=\"5171a5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86d83ae elementor-widget elementor-widget-heading\" data-id=\"86d83ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">STUDIMI<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f62af0d e-flex e-con-boxed e-con e-parent\" data-id=\"f62af0d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a83d202 elementor-widget elementor-widget-html\" data-id=\"a83d202\" 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<!DOCTYPE html>\r\n<html lang=\"sq\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Historite - Dual View<\/title>\r\n    <style>\r\n       \r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            background: white;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .view-selector {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            padding: 20px;\r\n            background: white;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .view-option {\r\n            padding: 12px 24px;\r\n            border: 2px solid #ff6b35;\r\n            background: white;\r\n            color: #ff6b35;\r\n            cursor: pointer;\r\n            font-size: 16px;\r\n            font-weight: 500;\r\n            border-radius: 8px;\r\n            transition: all 0.3s ease;\r\n            outline: none;\r\n            position: relative;\r\n        }\r\n\r\n        .view-option:hover {\r\n            background: #ff8a5c;\r\n            color: white;\r\n        }\r\n\r\n        .view-option.active {\r\n            background: #ff6b35;\r\n            color: white;\r\n        }\r\n\r\n        .content-area {\r\n            padding: 0;\r\n            min-height: 400px;\r\n            position: relative;\r\n        }\r\n\r\n        .view-section {\r\n            display: none;\r\n        }\r\n\r\n        .view-section.active {\r\n            display: block;\r\n        }\r\n\r\n        \/* Responsive design *\/\r\n        @media (max-width: 768px) {\r\n            .view-selector {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n\r\n            .view-option {\r\n                width: 100%;\r\n                max-width: 300px;\r\n                text-align: center;\r\n            }\r\n        }\r\n\r\n        \/* Map styles from Code 2 *\/\r\n        .map-container {\r\n            position: relative;\r\n            max-width: 800px;\r\n            margin: 0 auto;\r\n            background: white;\r\n            border-radius: 10px;\r\n            box-shadow: 0 4px 20px rgba(0,0,0,0.1);\r\n            padding: 20px;\r\n        }\r\n        \r\n        .map-wrapper {\r\n            position: relative;\r\n            display: inline-block;\r\n            width: 100%;\r\n        }\r\n        \r\n        .map-svg {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n        \r\n        .story-circle {\r\n            position: absolute;\r\n            width: 24px;\r\n            height: 24px;\r\n            background-color: #ff6b35;\r\n            border: 4px solid #fff;\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            transform: translate(-50%, -50%);\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 3px 15px rgba(255, 107, 53, 0.5);\r\n            z-index: 10;\r\n        }\r\n        \r\n        .story-circle:hover {\r\n            background-color: #ff4500;\r\n            transform: translate(-50%, -50%) scale(1.3);\r\n            box-shadow: 0 6px 25px rgba(255, 107, 53, 0.7);\r\n        }\r\n        \r\n        .story-circle:active {\r\n            transform: translate(-50%, -50%) scale(1.1);\r\n            background-color: #e55100;\r\n        }\r\n        \r\n        .tooltip {\r\n            position: absolute;\r\n            background: #333;\r\n            color: white;\r\n            padding: 8px 12px;\r\n            border-radius: 6px;\r\n            font-size: 12px;\r\n            white-space: nowrap;\r\n            pointer-events: none;\r\n            z-index: 20;\r\n            opacity: 0;\r\n            transition: opacity 0.3s ease;\r\n            transform: translate(-50%, -120%);\r\n        }\r\n        \r\n        .tooltip::after {\r\n            content: '';\r\n            position: absolute;\r\n            top: 100%;\r\n            left: 50%;\r\n            margin-left: -5px;\r\n            border: 5px solid transparent;\r\n            border-top-color: #333;\r\n        }\r\n        \r\n        .story-circle:hover .tooltip {\r\n            opacity: 1;\r\n        }\r\n        \r\n        .legend {\r\n            margin-top: 20px;\r\n            padding: 15px;\r\n            background: #f8f9fa;\r\n            border-radius: 8px;\r\n            border-left: 4px solid #ff6b35;\r\n        }\r\n        \r\n        .legend h3 {\r\n            margin: 0 0 10px 0;\r\n            color: #333;\r\n            font-size: 16px;\r\n        }\r\n        \r\n        .legend p {\r\n            margin: 0;\r\n            color: #666;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .loading {\r\n            text-align: center;\r\n            padding: 40px;\r\n            color: #666;\r\n        }\r\n        .text{\r\n            color:orange;\r\n        }\r\n        .para{\r\n            max-width: 70%;\r\n            padding-bottom: 5px;\r\n        }\r\n        \r\n        .lang-content {\r\n            display: none;\r\n        }\r\n        \r\n        .lang-content.active {\r\n            display: block;\r\n        }\r\n        \r\n         @media (max-width: 768px) {\r\n       \r\n   \r\n        \r\n         .story-circle {\r\n            position: absolute;\r\n            width: 15px;\r\n            height: 15px;\r\n            background-color: #ff6b35;\r\n            border: 4px solid #fff;\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            transform: translate(-50%, -50%);\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 3px 15px rgba(255, 107, 53, 0.5);\r\n            z-index: 10;\r\n        }\r\n         }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"container\">\r\n        <div class=\"view-selector\">\r\n            <button class=\"view-option active\" onclick=\"showSection('chronology')\">\r\n                Historit\u00eb Sipas Kronologjis\u00eb\r\n            <\/button>\r\n            <button class=\"view-option\" onclick=\"showSection('map')\">\r\n               Historit\u00eb Sipas Hart\u00ebs\r\n            <\/button>\r\n\t\t\t   <button class=\"view-option\" onclick=\"showSection('text')\">\r\n                Studimi\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <div class=\"content-area\">\r\n            <div id=\"chronology-section\" class=\"view-section active\">\r\n                <!-- Code 1 - Chronological Stories -->\r\n                <div style=\"text-align: center; font-family: Arial, sans-serif; padding: 40px 20px;\">\r\n                  \r\n                  <div style=\"display: flex; flex-wrap: wrap; justify-content: center; gap: 100px;\">\r\n                      <a href=\"\/category\/mite-legjenda\" style=\"text-decoration: none; color: inherit;\">\r\n                      <div style=\"width: 160px;\">\r\n                        <img decoding=\"async\" src=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg\" alt=\"Antiquity\"\r\n                             style=\"width: 160px; height: 160px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\">\r\n                        <p style=\"margin-top: 15px; font-weight: 600;\">Mite & Legjenda<\/p>\r\n                      <\/div>\r\n                    <\/a>\r\n                    <!-- Antiquity -->\r\n                    <a href=\"\/category\/antikitet\" style=\"text-decoration: none; color: inherit;\">\r\n                      <div style=\"width: 160px;\">\r\n                        <img decoding=\"async\" src=\"https:\/\/akt.gov.al\/wp-content\/uploads\/2019\/07\/butrinti1-1.jpg\" alt=\"Antiquity\"\r\n                             style=\"width: 160px; height: 160px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\">\r\n                        <p style=\"margin-top: 15px; font-weight: 600;\">Antikitet<\/p>\r\n                      <\/div>\r\n                    <\/a>\r\n                    <!-- Medieval Times -->\r\n                    <a href=\"\/category\/mesjete\" style=\"text-decoration: none; color: inherit;\">\r\n                      <div style=\"width: 160px;\">\r\n                        <img decoding=\"async\" src=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kodiket.jpg\" alt=\"Medieval Times\"\r\n                             style=\"width: 160px; height: 160px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\">\r\n                        <p style=\"margin-top: 15px; font-weight: 600;\">Mesjet\u00eb<\/p>\r\n                      <\/div>\r\n                    <\/a>\r\n                         <a href=\"\/category\/rite-tradite\" style=\"text-decoration: none; color: inherit;\">\r\n                      <div style=\"width: 160px;\">\r\n                        <img decoding=\"async\" src=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Valle.jpg\" alt=\"Antiquity\"\r\n                             style=\"width: 160px; height: 160px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\">\r\n                        <p style=\"margin-top: 15px; font-weight: 600;\">Rite & Tradita<\/p>\r\n                      <\/div>\r\n                    <\/a>\r\n                    <!-- Modern Times -->\r\n                    <a href=\"\/category\/periudha-moderne\" style=\"text-decoration: none; color: inherit;\">\r\n                      <div style=\"width: 160px;\">\r\n                        <img decoding=\"async\" src=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Tereza.jpg\" alt=\"Modern Times\"\r\n                             style=\"width: 160px; height: 160px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 10px rgba(0,0,0,0.1);\">\r\n                        <p style=\"margin-top: 15px; font-weight: 600;\">Periudha Moderne<\/p>\r\n                      <\/div>\r\n                      \r\n                    <\/a>\r\n                    \r\n                   \r\n                    \r\n                 \r\n                    \r\n                  <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div id=\"map-section\" class=\"view-section\">\r\n                <!-- Code 2 - Map-based Stories -->\r\n                <div class=\"map-container\">\r\n                    <h2 style=\"text-align: center; color: #333; margin-bottom: 20px;\">Hartat e Historive t\u00eb Shqip\u00ebris\u00eb<\/h2>\r\n                    \r\n                    <div class=\"map-wrapper\" id=\"mapWrapper\">\r\n                        <div class=\"loading\">Loading map...<\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"legend\">\r\n                        <h3>\ud83d\uddfa\ufe0f Legjenda<\/h3>\r\n                        <p><span style=\"color: #ff6b35;\">\u25cf<\/span> Kliko mbi rreth\u00ebt portokalli p\u00ebr t\u00eb shfletuar historit\u00eb e \u00e7do qyteti<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\t\t\t\r\n\t\t\t<div id=\"text-section\" class=\"view-section\">\r\n                <!-- Albanian Content -->\r\n                <div id=\"content-sq\" class=\"lang-content active\">\r\n                    <h2 style=\"color:orange\">Metodologjia<\/h2>\r\n                    <p class=\"para\">\r\nKy projekt ka synuar t\u00eb sjell\u00eb nj\u00eb pasqyr\u00eb t\u00eb pasur dhe t\u00eb kuptueshme t\u00eb trash\u00ebgimis\u00eb kulturore jomateriale shqiptare. Duke u mb\u00ebshtetur n\u00eb legjenda dhe tregime popullore, \u00ebsht\u00eb mund\u00ebsuar nj\u00eb lidhje e fort\u00eb mes t\u00eb kaluar\u00ebs dhe t\u00eb tashmes. Ndon\u00ebse legjendat jan\u00eb gjithmon\u00eb produkt i imagjinat\u00ebs popullore, ato jan\u00eb mbushur me mesazhe t\u00eb fuqishme dhe p\u00ebr\u00e7ojn\u00eb vlera t\u00eb sh\u00ebndetshme dhe t\u00eb q\u00ebndrueshme q\u00eb lidhen ngusht\u00eb me jet\u00ebn dhe ndjenjat e shoq\u00ebris\u00eb shqiptare. \u00c7do histori \u00ebsht\u00eb trajtuar jo thjesht si nj\u00eb mit, por si nj\u00eb pasuri q\u00eb ka ndikim t\u00eb drejtp\u00ebrdrejt\u00eb mbi shoq\u00ebrin\u00eb dhe q\u00eb ka nj\u00eb kuptim t\u00eb thell\u00eb brenda saj. P\u00ebr k\u00ebto arsye, \u00ebsht\u00eb p\u00ebrdorur nj\u00eb qasje q\u00eb lidh historit\u00eb me nj\u00eb kontekst t\u00eb caktuar historik dhe social, duke pasur parasysh q\u00eb secila legjend\u00eb ka lindur n\u00eb kushte t\u00eb ndryshme, p\u00ebrmes ndikimeve nga periudha t\u00eb caktuara.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nK\u00ebshtu, \u00e7do histori \u00ebsht\u00eb trajtuar duke u mb\u00ebshtetur n\u00eb literatur\u00ebn dhe studimet shkencore q\u00eb jan\u00eb b\u00ebr\u00eb mbi k\u00ebto ngjarje e periudha historike, duke mund\u00ebsuar nj\u00eb kontekstualizim t\u00eb thell\u00eb e t\u00eb qart\u00eb t\u00eb historive t\u00eb trajtuara. Po kaq e r\u00ebnd\u00ebsishme ishte q\u00eb legjendat dhe tregimet popullore t\u00eb p\u00ebrfshiheshin n\u00eb k\u00ebt\u00eb material, jo si histori t\u00eb thjeshta, por si pasqyrime t\u00eb nj\u00eb shoq\u00ebrie q\u00eb ka gjetur n\u00eb to m\u00ebnyra p\u00ebr t\u00eb shprehur identitetin, gjuh\u00ebn, doket e zakonet, shpres\u00ebn dhe besimet e saj. Legjendat jan\u00eb gjithashtu nj\u00eb mjet p\u00ebr t\u00eb ruajtur dhe kaluar nd\u00ebr breza mesazhe t\u00eb fuqishme, q\u00eb ndihmojn\u00eb n\u00eb nd\u00ebrtimin e identitetit dhe ruajtjen e trash\u00ebgimis\u00eb kulturore. P\u00ebr t\u00eb siguruar nj\u00eb pasqyr\u00eb sa m\u00eb t\u00eb sakt\u00eb dhe t\u00eb q\u00ebndrueshme, kemi mb\u00ebshtetur shpjegimet n\u00eb burime historike dhe d\u00ebshmi t\u00eb tjera q\u00eb ofrojn\u00eb nj\u00eb kuptim m\u00eb t\u00eb thell\u00eb t\u00eb periudh\u00ebs q\u00eb ka sjell\u00eb lindjen e secil\u00ebs histori.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\n\u00cbsht\u00eb e r\u00ebnd\u00ebsishme t\u00eb theksojm\u00eb q\u00eb k\u00ebto legjenda jan\u00eb jo vet\u00ebm pasqyrime t\u00eb historis\u00eb, por edhe m\u00ebnyra t\u00eb shprehjes s\u00eb besimeve, moralit dhe ndjenjave t\u00eb njer\u00ebzve t\u00eb koh\u00ebs. Prandaj, k\u00ebto tregime, ndon\u00ebse p\u00ebrmbajn\u00eb element\u00eb imagjinar\u00eb, jan\u00eb t\u00eb lidhura ngusht\u00eb me ngjarje dhe situata q\u00eb kan\u00eb ndodhur dhe q\u00eb kan\u00eb pasur nj\u00eb ndikim t\u00eb madh n\u00eb shoq\u00ebrin\u00eb dhe kultur\u00ebn ilire e m\u00eb pas shqiptare. Kjo qasje ka mund\u00ebsuar q\u00eb legjendat dhe tregimet t\u00eb shpalosin nj\u00eb histori t\u00eb pasur dhe t\u00eb kuptuar mir\u00eb n\u00eb kontekstin e koh\u00ebs s\u00eb tyre. P\u00ebrgatitja e k\u00ebtyre historive ka pasur p\u00ebr q\u00ebllim jo vet\u00ebm t\u00eb sjell\u00eb nj\u00eb pasqyr\u00eb t\u00eb trash\u00ebgimis\u00eb kulturore shqiptare, por edhe t\u00eb nxis\u00eb nj\u00eb reflektim t\u00eb thell\u00eb p\u00ebr vlerat q\u00eb ato p\u00ebr\u00e7ojn\u00eb. Mesazhet q\u00eb ato mbartin jan\u00eb t\u00eb forta dhe t\u00eb q\u00ebndrueshme, duke pasur ndikim t\u00eb drejtp\u00ebrdrejt\u00eb n\u00eb form\u00ebsimin e mentalitetit dhe traditave q\u00eb mb\u00ebshtesin shoq\u00ebrin\u00eb shqiptare, dhe mbeten t\u00eb vlefshme dhe t\u00eb r\u00ebnd\u00ebsishme p\u00ebr brezat e rinj.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nP\u00ebr \u00e7do histori t\u00eb p\u00ebrzgjedhur, kemi ndjekur nj\u00eb struktur\u00eb t\u00eb qart\u00eb dhe t\u00eb konsoliduar, e cila p\u00ebrfshin disa element\u00eb kryesor\u00eb q\u00eb sigurojn\u00eb nj\u00eb trajtim t\u00eb plot\u00eb, t\u00eb thelluar dhe t\u00eb besuesh\u00ebm. Ky proces \u00ebsht\u00eb krijuar p\u00ebr t\u00eb garantuar se \u00e7do histori \u00ebsht\u00eb shkruar duke respektuar disa hapa dhe parime, p\u00ebr t\u00eb siguruar nj\u00eb pasqyr\u00eb t\u00eb qart\u00eb dhe t\u00eb besueshme. P\u00ebrgatitja e nj\u00eb rishikimi t\u00eb thelluar t\u00eb historis\u00eb: Para se t\u00eb shkruhet \u00e7do histori, \u00ebsht\u00eb realizuar nj\u00eb k\u00ebrkim i detajuar mbi periudh\u00ebn historike t\u00eb ngjarjes, duke p\u00ebrfshir\u00eb studime dhe burime t\u00eb besueshme. Kjo ka ndihmuar n\u00eb krijimin e nj\u00eb konteksti t\u00eb fort\u00eb dhe t\u00eb bazuar p\u00ebr \u00e7do ngjarje. P\u00ebrzgjedhja e burimeve dhe dokumenteve relevante: \u00c7do histori \u00ebsht\u00eb mb\u00ebshtetur n\u00eb burime t\u00eb shkruara, d\u00ebshmi t\u00eb trash\u00ebgimis\u00eb gojore dhe literatura shkencore p\u00ebr t\u00eb siguruar q\u00eb ngjarjet t\u00eb trajtohen n\u00eb m\u00ebnyr\u00eb t\u00eb sakt\u00eb dhe t\u00eb dokumentuar.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nP\u00ebrfundimisht, vlen t\u00eb theksojm\u00eb se projekti \"Heritage is our Brand\" jep nj\u00eb kontribut t\u00eb qart\u00eb n\u00eb ruajtjen dhe promovimin e trash\u00ebgimis\u00eb kulturore jomateriale shqiptare duke e lidhur at\u00eb me identitetin e pasur t\u00eb kombit shqiptar. P\u00ebrmes risjelljes s\u00eb legjendave dhe tregimeve popullore, ky material \u00ebsht\u00eb nj\u00eb mund\u00ebsi p\u00ebr t\u00eb pasqyruar pasurin\u00eb e trash\u00ebgimis\u00eb kulturore dhe p\u00ebr t\u00eb forcuar lidhjet mes brezave dhe trojeve shqiptare. Legjendat, ndon\u00ebse t\u00eb ndikuara nga imagjinata popullore, mbartin mesazhe t\u00eb forta dhe p\u00ebr\u00e7ojn\u00eb vlera t\u00eb r\u00ebnd\u00ebsishme p\u00ebr ruajtjen e traditave, moralit dhe identitetit shqiptar. Metodologjia q\u00eb kemi ndjekur ka qen\u00eb e nd\u00ebrtuar me kujdes p\u00ebr t\u00eb siguruar q\u00eb k\u00ebto histori t\u00eb ken\u00eb nj\u00eb kuptim t\u00eb thell\u00eb dhe t\u00eb sakt\u00eb, duke i lidhur ato me periudha historike dhe ngjarje t\u00eb dokumentuara.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nTrash\u00ebgimia kulturore shqiptare nuk \u00ebsht\u00eb nj\u00eb thesar i s\u00eb kaluar\u00ebs, por nj\u00eb pasuri q\u00eb vazhdon t\u00eb influencoj\u00eb dhe t\u00eb udh\u00ebzoj\u00eb shoq\u00ebrin\u00eb shqiptare edhe sot. Ajo i mund\u00ebson brezave t\u00eb rinj t\u00eb angazhohen me t\u00eb kaluar\u00ebn e tyre, duke mbajtur gjall\u00eb kujtimin dhe vlerat q\u00eb kan\u00eb formuar kombin shqiptar dhe q\u00eb do t\u00eb vazhdojn\u00eb t\u00eb udh\u00ebzojn\u00eb t\u00eb ardhmen.\r\n<br\/>\r\nLexoni studimin e plot\u00eb \r\n<a style=\"text-decoration:underline;color:orange\" href=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/10\/Studimi-historik-Heritage-is-Our-Brand-1.pdf\" target=\"_blank\">ketu<\/a>\r\n<\/p>\r\n                <\/div>\r\n                \r\n                <!-- English Content -->\r\n                <div id=\"content-en\" class=\"lang-content\">\r\n                    <h2 style=\"color:orange\">Methodology<\/h2>\r\n                    <p class=\"para\">\r\nThis project has aimed to bring a rich and understandable overview of the Albanian intangible cultural heritage. By relying on legends and folk tales, a strong connection between the past and the present has been enabled. Although legends are always a product of the popular imagination, they are filled with powerful messages and convey healthy and sustainable values that are closely related to the life and feelings of Albanian society. Each story has been treated not simply as a myth, but as an asset that has a direct impact on society and that has a deep meaning within it. For these reasons, an approach has been used that connects the stories to a certain historical and social context, taking into account that each legend was born in different conditions, through influences from certain periods.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nThus, each story has been treated by relying on the literature and scientific studies that have been done on these historical events and periods, enabling a deep and clear contextualization of the stories treated. It was equally important that legends and folktales were included in this material, not as simple stories, but as reflections of a society that has found in them ways to express its identity, language, customs and traditions, hopes and beliefs. Legends are also a means of preserving and passing on powerful messages between generations, which help build identity and preserve cultural heritage. To ensure the most accurate and consistent picture possible, we have based our explanations on historical sources and other evidence that provide a deeper understanding of the period that gave rise to each story.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nIt is important to emphasize that these legends are not only reflections of history, but also ways of expressing the beliefs, morals and feelings of the people of the time. Therefore, these stories, although they contain imaginary elements, are closely related to events and situations that have occurred and that have had a great impact on Illyrian and later Albanian society and culture. This approach has enabled legends and stories to unfold a rich and well-understood history in the context of their time. The preparation of these stories has aimed not only to provide an overview of the Albanian cultural heritage, but also to encourage a deep reflection on the values they convey. The messages they carry are strong and enduring, having a direct impact on shaping the mentality and traditions that underpin Albanian society, and remain valuable and important for new generations.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nFor each selected story, we have followed a clear and consolidated structure, which includes several key elements that ensure a complete, in-depth and credible treatment. This process is designed to ensure that each story is written respecting several steps and principles, to provide a clear and credible overview. Preparing an in-depth review of the story: Before writing each story, detailed research on the historical period of the event was carried out, including studies and reliable sources. This has helped to create a strong and grounded context for each event. Selection of relevant sources and documents: Each story has been based on written sources, oral heritage evidence and scientific literature to ensure that the events are treated in an accurate and documented manner.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nFinally, it is worth emphasizing that the \"Heritage is our Brand\" project makes a clear contribution to the preservation and promotion of the Albanian intangible cultural heritage by linking it to the rich identity of the Albanian nation. Through the rebirth of legends and folk tales, this material is an opportunity to reflect the richness of cultural heritage and to strengthen the ties between Albanian generations and lands. Legends, although influenced by the popular imagination, carry strong messages and convey important values for the preservation of Albanian traditions, morality and identity. The methodology we have followed has been carefully constructed to ensure that these stories have a deep and accurate meaning by linking them to historical periods and documented events.\r\n<\/p>\r\n\r\n<p class=\"para\">\r\nAlbanian cultural heritage is not a treasure trove of the past, but an asset that continues to influence and guide Albanian society today. It enables younger generations to engage with their past, keeping alive the memory and values that have shaped the Albanian nation and that will continue to guide the future.\r\n<br\/>\r\nRead the full study \r\n<a style=\"text-decoration:underline;color:orange\" href=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2026\/01\/Heritage-EN-2.pdf\" target=\"_blank\">here<\/a>\r\n<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\t\t\t\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ City data mapping for map functionality\r\n        const cityData = {\r\n            'shkoder': { name: 'Shkod\u00ebr', svgId: 'Shkod\u00ebr-dot', stories: 5 },\r\n            'kukes': { name: 'Kuk\u00ebs', svgId: 'Kuk\u00ebs-dot', stories: 1 },\r\n            'tropoje': { name: 'Tropoj\u00eb', svgId: 'Tropoj\u00eb-dot', stories: 1 },\r\n            'lezhe': { name: 'Lezh\u00eb', svgId: 'Lezh\u00eb-dot', stories: 1 },\r\n            'malesi-e-madhe': { name: 'Mal\u00ebsi', svgId: 'Mal\u00ebsi-dot', stories: 0 },\r\n            'miredite': { name: 'Mirdit\u00eb', svgId: 'Mirdit\u00eb-dot', stories: 2 },\r\n            'kruje': { name: 'Kruj\u00eb', svgId: 'Kruj\u00eb-dot', stories: 1 },\r\n            'durres': { name: 'Durr\u00ebs', svgId: 'Durr\u00ebs-dot', stories: 3 },\r\n            'tirane': { name: 'Tiran\u00eb', svgId: 'Tiran\u00eb-dot', stories: 3 },\r\n            'elbasan': { name: 'Elbasan', svgId: 'Elbasan-dot', stories: 2 },\r\n            'pogradec': { name: 'Pogradec', svgId: 'Pogradec-dot', stories: 2 },\r\n            'gramsh': { name: 'Gramsh', svgId: 'Gramsh-dot', stories: 2 },\r\n            'fier': { name: 'Fier', svgId: 'Fier-dot', stories: 1 },\r\n            'berat': { name: 'Berat', svgId: 'Berat-dot', stories: 2 },\r\n            'skrapar': { name: 'Skrapar', svgId: 'Skrapar-dot', stories: 2 },\r\n            'vlore': { name: 'Vlor\u00eb', svgId: 'Vlor\u00eb-dot', stories: 2 },\r\n            'gjirokaster': { name: 'Gjirokast\u00ebr', svgId: 'Gjirokast\u00ebr-dot', stories: 1 },\r\n            'delvine': { name: 'Delvin\u00eb', svgId: 'Delvin\u00eb-dot', stories: 1 },\r\n            'sarande': { name: 'Sarand\u00eb', svgId: 'Sarand\u00eb-dot', stories: 3 },\r\n            'kosove': { name: 'Kosov\u00eb', svgId: 'Kosov\u00eb-dot', stories: 2 },\r\n            'gjirokastra': { name: 'Gjirokastra', svgId: 'Gjirokast\u00ebr-dot', stories: 2 },\r\n            'himare': { name: 'Himar\u00eb', svgId: 'Himar\u00eb-dot', stories: 2 }\r\n        };\r\n\r\n        \/\/ Language detection for TranslatePress\r\n        function detectLanguage() {\r\n            \/\/ Check for TranslatePress language cookie or URL parameter\r\n            const urlParams = new URLSearchParams(window.location.search);\r\n            const urlLang = urlParams.get('lang');\r\n            \r\n            \/\/ Check cookie (TranslatePress uses 'trp_language' cookie)\r\n            const cookies = document.cookie.split(';');\r\n            let cookieLang = null;\r\n            for (let cookie of cookies) {\r\n                const [name, value] = cookie.trim().split('=');\r\n                if (name === 'trp_language') {\r\n                    cookieLang = value;\r\n                    break;\r\n                }\r\n            }\r\n            \r\n            \/\/ Check HTML lang attribute\r\n            const htmlLang = document.documentElement.lang;\r\n            \r\n            \/\/ Priority: URL param > Cookie > HTML lang > default (Albanian)\r\n            const lang = urlLang || cookieLang || htmlLang || 'sq';\r\n            \r\n            return lang.toLowerCase().includes('en') ? 'en' : 'sq';\r\n        }\r\n\r\n        function updateLanguageContent() {\r\n            const currentLang = detectLanguage();\r\n            \r\n            \/\/ Hide all language content\r\n            document.querySelectorAll('.lang-content').forEach(content => {\r\n                content.classList.remove('active');\r\n            });\r\n            \r\n            \/\/ Show content for detected language\r\n            const activeContent = document.getElementById(`content-${currentLang}`);\r\n            if (activeContent) {\r\n                activeContent.classList.add('active');\r\n            }\r\n        }\r\n\r\n        function showSection(sectionType) {\r\n            \/\/ Hide all sections\r\n            const sections = document.querySelectorAll('.view-section');\r\n            sections.forEach(section => {\r\n                section.classList.remove('active');\r\n            });\r\n\r\n            \/\/ Remove active class from all view options\r\n            const viewOptions = document.querySelectorAll('.view-option');\r\n            viewOptions.forEach(item => {\r\n                item.classList.remove('active');\r\n            });\r\n\r\n            \/\/ Show selected section and activate corresponding view option\r\n            if (sectionType === 'chronology') {\r\n                document.getElementById('chronology-section').classList.add('active');\r\n                document.querySelector('[onclick=\"showSection(\\'chronology\\')\"]').classList.add('active');\r\n            } else if (sectionType === 'map') {\r\n                document.getElementById('map-section').classList.add('active');\r\n                document.querySelector('[onclick=\"showSection(\\'map\\')\"]').classList.add('active');\r\n                \/\/ Load map when map section is shown\r\n                if (!document.querySelector('#mapWrapper svg')) {\r\n                    loadSVGMap();\r\n                }\r\n            } else if (sectionType === 'text') {\r\n                document.getElementById('text-section').classList.add('active');\r\n                document.querySelector('[onclick=\"showSection(\\'text\\')\"]').classList.add('active');\r\n                updateLanguageContent();\r\n            }\r\n        }\r\n\r\n        \/\/ Map functionality\r\n        async function loadSVGMap() {\r\n            try {\r\n                const response = await fetch('https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/09\/Harta_Shqiperise.svg');\r\n                const svgText = await response.text();\r\n                \r\n                const mapWrapper = document.getElementById('mapWrapper');\r\n                mapWrapper.innerHTML = svgText;\r\n                \r\n                const svg = mapWrapper.querySelector('svg');\r\n                if (svg) {\r\n                    svg.classList.add('map-svg');\r\n                    setupInteractivity();\r\n                } else {\r\n                    throw new Error('SVG not found in response');\r\n                }\r\n            } catch (error) {\r\n                console.error('Failed to load SVG:', error);\r\n                document.getElementById('mapWrapper').innerHTML = `\r\n                    <div class=\"loading\" style=\"color: #ff6b35;\">\r\n                        Failed to load map. Please check the SVG URL.\r\n                    <\/div>\r\n                `;\r\n            }\r\n        }\r\n\r\n        function setupInteractivity() {\r\n            const mapWrapper = document.getElementById('mapWrapper');\r\n            const svg = mapWrapper.querySelector('svg');\r\n            \r\n            if (!svg) return;\r\n            \r\n            \/\/ Create HTML dots positioned over SVG reference dots\r\n            Object.keys(cityData).forEach(cityKey => {\r\n                const city = cityData[cityKey];\r\n                const svgDot = svg.getElementById ? svg.getElementById(city.svgId) : svg.querySelector(`#${CSS.escape(city.svgId)}`);\r\n                \r\n                if (svgDot) {\r\n                    \/\/ Get SVG dot position\r\n                    const svgRect = svg.getBoundingClientRect();\r\n                    const dotRect = svgDot.getBoundingClientRect();\r\n                    \r\n                    \/\/ Calculate relative position as percentages\r\n                    const leftPercent = ((dotRect.left + dotRect.width\/2 - svgRect.left) \/ svgRect.width) * 100;\r\n                    const topPercent = ((dotRect.top + dotRect.height\/2 - svgRect.top) \/ svgRect.height) * 100;\r\n                    \r\n                    \/\/ Create interactive HTML dot\r\n                    const htmlDot = document.createElement('div');\r\n                    htmlDot.className = 'story-circle';\r\n                    htmlDot.style.position = 'absolute';\r\n                    htmlDot.style.left = leftPercent + '%';\r\n                    htmlDot.style.top = topPercent + '%';\r\n                    htmlDot.onclick = () => navigateToStories(cityKey);\r\n                    \r\n                    \/\/ Create tooltip\r\n                    const tooltip = document.createElement('div');\r\n                    tooltip.className = 'tooltip';\r\n                    const storiesText = city.stories > 0 ? ` (${city.stories} stories)` : '';\r\n                    tooltip.textContent = `${city.name}${storiesText}`;\r\n                    htmlDot.appendChild(tooltip);\r\n                    \r\n                    \/\/ Add to map wrapper\r\n                    mapWrapper.appendChild(htmlDot);\r\n                    \r\n                    \/\/ Hide or style the original SVG dot to be less visible\r\n                    svgDot.style.opacity = '0.3';\r\n                    svgDot.style.fill = '#ddd';\r\n                } else {\r\n                    console.warn(`SVG dot not found for city: ${cityKey} (looking for ID: ${city.svgId})`);\r\n                }\r\n            });\r\n            \r\n            \/\/ Add interactive effects to all story circles\r\n            setTimeout(() => {\r\n                document.querySelectorAll('.story-circle').forEach(circle => {\r\n                    circle.addEventListener('mouseenter', function() {\r\n                        this.style.zIndex = '25';\r\n                    });\r\n                    \r\n                    circle.addEventListener('mouseleave', function() {\r\n                        this.style.zIndex = '10';\r\n                    });\r\n                    \r\n                    circle.addEventListener('click', function() {\r\n                        this.style.transform = 'translate(-50%, -50%) scale(0.9)';\r\n                        setTimeout(() => {\r\n                            this.style.transform = 'translate(-50%, -50%) scale(1.2)';\r\n                        }, 100);\r\n                    });\r\n                });\r\n            }, 100);\r\n        }\r\n\r\n        function navigateToStories(city) {\r\n            console.log('Navigating to:', '\/category\/' + city.toLowerCase());\r\n            \r\n            \/\/ Navigate to the category page for the specific city\r\n            setTimeout(() => {\r\n                window.location.href = '\/category\/' + city.toLowerCase();\r\n            }, 200);\r\n        }\r\n\r\n        \/\/ Initialize the page with chronology section active\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            showSection('chronology');\r\n            updateLanguageContent();\r\n            \r\n            \/\/ Listen for language changes (if TranslatePress triggers custom events)\r\n            window.addEventListener('trp-language-changed', updateLanguageContent);\r\n            \r\n            \/\/ Also check periodically for cookie changes\r\n            setInterval(updateLanguageContent, 1000);\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-51c36e5 e-flex e-con-boxed e-con e-parent\" data-id=\"51c36e5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2df09c elementor-widget elementor-widget-shortcode\" data-id=\"e2df09c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><iframe allowfullscreen=\"\" allow=\"clipboard-write\" scrolling=\"no\" class=\"fp-iframe\" style=\"border: 1px solid lightgray; width: 100%; height: 400px;\" src=\"https:\/\/heyzine.com\/flip-book\/27df1882c1.html\"><\/iframe><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>STUDIMI Historite &#8211; Dual View Historit\u00eb Sipas Kronologjis\u00eb Historit\u00eb Sipas Hart\u00ebs Studimi Mite &#038; Legjenda Antikitet Mesjet\u00eb Rite &#038; Tradita Periudha Moderne Hartat e Historive t\u00eb Shqip\u00ebris\u00eb Loading map&#8230; \ud83d\uddfa\ufe0f Legjenda \u25cf Kliko mbi rreth\u00ebt portokalli p\u00ebr t\u00eb shfletuar historit\u00eb e \u00e7do qyteti Metodologjia Ky projekt ka synuar t\u00eb sjell\u00eb nj\u00eb pasqyr\u00eb t\u00eb pasur dhe [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1820","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Stories - Albania Heritage<\/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:\/\/albaniaheritage.com\/en\/stories\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stories - Albania Heritage\" \/>\n<meta property=\"og:description\" content=\"STUDIMI Historite &#8211; Dual View Historit\u00eb Sipas Kronologjis\u00eb Historit\u00eb Sipas Hart\u00ebs Studimi Mite &#038; Legjenda Antikitet Mesjet\u00eb Rite &#038; Tradita Periudha Moderne Hartat e Historive t\u00eb Shqip\u00ebris\u00eb Loading map&#8230; \ud83d\uddfa\ufe0f Legjenda \u25cf Kliko mbi rreth\u00ebt portokalli p\u00ebr t\u00eb shfletuar historit\u00eb e \u00e7do qyteti Metodologjia Ky projekt ka synuar t\u00eb sjell\u00eb nj\u00eb pasqyr\u00eb t\u00eb pasur dhe [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/albaniaheritage.com\/en\/stories\/\" \/>\n<meta property=\"og:site_name\" content=\"Albania Heritage\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dmoalbania\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-30T10:24:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@dmoalbania\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/\",\"url\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/\",\"name\":\"Stories - Albania Heritage\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/albaniaheritage.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Kadmi.jpg\",\"datePublished\":\"2025-07-11T15:29:43+00:00\",\"dateModified\":\"2026-03-30T10:24:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/#primaryimage\",\"url\":\"https:\\\/\\\/albaniaheritage.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Kadmi.jpg\",\"contentUrl\":\"https:\\\/\\\/albaniaheritage.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Kadmi.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/stories\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/albaniaheritage.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Stories\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#website\",\"url\":\"https:\\\/\\\/albaniaheritage.com\\\/\",\"name\":\"Albania Heritage\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/albaniaheritage.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#organization\",\"name\":\"Albania Heritage\",\"url\":\"https:\\\/\\\/albaniaheritage.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/albaniaheritage.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/logo-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/albaniaheritage.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/logo-1-scaled.png\",\"width\":2560,\"height\":767,\"caption\":\"Albania Heritage\"},\"image\":{\"@id\":\"https:\\\/\\\/albaniaheritage.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dmoalbania\\\/\",\"https:\\\/\\\/x.com\\\/dmoalbania\",\"https:\\\/\\\/www.youtube.com\\\/@DMO-ALBANIA\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dmoalbania\\\/\",\"https:\\\/\\\/www.instagram.com\\\/dmoalbania\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Stories - Albania Heritage","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:\/\/albaniaheritage.com\/en\/stories\/","og_locale":"en_US","og_type":"article","og_title":"Stories - Albania Heritage","og_description":"STUDIMI Historite &#8211; Dual View Historit\u00eb Sipas Kronologjis\u00eb Historit\u00eb Sipas Hart\u00ebs Studimi Mite &#038; Legjenda Antikitet Mesjet\u00eb Rite &#038; Tradita Periudha Moderne Hartat e Historive t\u00eb Shqip\u00ebris\u00eb Loading map&#8230; \ud83d\uddfa\ufe0f Legjenda \u25cf Kliko mbi rreth\u00ebt portokalli p\u00ebr t\u00eb shfletuar historit\u00eb e \u00e7do qyteti Metodologjia Ky projekt ka synuar t\u00eb sjell\u00eb nj\u00eb pasqyr\u00eb t\u00eb pasur dhe [&hellip;]","og_url":"https:\/\/albaniaheritage.com\/en\/stories\/","og_site_name":"Albania Heritage","article_publisher":"https:\/\/www.facebook.com\/dmoalbania\/","article_modified_time":"2026-03-30T10:24:44+00:00","og_image":[{"url":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@dmoalbania","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/albaniaheritage.com\/stories\/","url":"https:\/\/albaniaheritage.com\/stories\/","name":"Stories - Albania Heritage","isPartOf":{"@id":"https:\/\/albaniaheritage.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/albaniaheritage.com\/stories\/#primaryimage"},"image":{"@id":"https:\/\/albaniaheritage.com\/stories\/#primaryimage"},"thumbnailUrl":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg","datePublished":"2025-07-11T15:29:43+00:00","dateModified":"2026-03-30T10:24:44+00:00","breadcrumb":{"@id":"https:\/\/albaniaheritage.com\/stories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/albaniaheritage.com\/stories\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/albaniaheritage.com\/stories\/#primaryimage","url":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg","contentUrl":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/08\/Kadmi.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/albaniaheritage.com\/stories\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/albaniaheritage.com\/"},{"@type":"ListItem","position":2,"name":"Stories"}]},{"@type":"WebSite","@id":"https:\/\/albaniaheritage.com\/#website","url":"https:\/\/albaniaheritage.com\/","name":"Albania Heritage","description":"","publisher":{"@id":"https:\/\/albaniaheritage.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/albaniaheritage.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/albaniaheritage.com\/#organization","name":"Albania Heritage","url":"https:\/\/albaniaheritage.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/albaniaheritage.com\/#\/schema\/logo\/image\/","url":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/07\/logo-1-scaled.png","contentUrl":"https:\/\/albaniaheritage.com\/wp-content\/uploads\/2025\/07\/logo-1-scaled.png","width":2560,"height":767,"caption":"Albania Heritage"},"image":{"@id":"https:\/\/albaniaheritage.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dmoalbania\/","https:\/\/x.com\/dmoalbania","https:\/\/www.youtube.com\/@DMO-ALBANIA","https:\/\/www.linkedin.com\/company\/dmoalbania\/","https:\/\/www.instagram.com\/dmoalbania\/"]}]}},"_links":{"self":[{"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/pages\/1820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/comments?post=1820"}],"version-history":[{"count":226,"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/pages\/1820\/revisions"}],"predecessor-version":[{"id":4858,"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/pages\/1820\/revisions\/4858"}],"wp:attachment":[{"href":"https:\/\/albaniaheritage.com\/en\/wp-json\/wp\/v2\/media?parent=1820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}