{"id":143671,"date":"2021-12-05T16:17:38","date_gmt":"2021-12-05T14:17:38","guid":{"rendered":"https:\/\/www.shavei.org\/?p=143671"},"modified":"2021-12-05T16:57:57","modified_gmt":"2021-12-05T14:57:57","slug":"januca-alrededor-del-mundo-2021","status":"publish","type":"post","link":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/","title":{"rendered":"Januc\u00e1 alrededor del mundo &#8211; 2021"},"content":{"rendered":"\r\n<p>Este a\u00f1o, nos sentimos abrumados, \u00a1en el buen sentido! &#8211; con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1. Quiz\u00e1s fue porque hubo tanta oscuridad estos dos \u00faltimos a\u00f1os, con Covid; y aunque tenemos mucho camino por recorrer para superar esta pandemia, la gente realmente est\u00e1 viendo luz al final del t\u00fanel, y estas fotos son una prueba.<\/p>\r\n<p>Algunos aspectos destacados de este a\u00f1o son los Bnei Menashe en nuestro centro de absorci\u00f3n en Goren, en el norte de Israel, celebrando su primer Januc\u00e1 en Tierra Santa. Vea tambi\u00e9n las celebraciones de Januc\u00e1 en Cuba y algunas fotos de los maravillosos dreidels que hicimos con la escritura en mandar\u00edn para nuestra comunidad jud\u00eda de Kaifeng, China.<\/p>\r\n<p>\u00a1As\u00ed que explore las rosquillas de todos los sabores, las velas encendidas en candelabros de todos los tama\u00f1os y formas, las caras felices, las decoraciones y las celebraciones!<\/p>\r\n<p>\u00a1Januc\u00e1 Sameaj!<\/p>\r\n\r\n\r\n\r\n                    <style>\n                                            .flickr-img-responsive {\n                            width:100% !important;\n                            height:auto !important;\n                            display:block !important;\n                        }\n                        .LoadingImg img {\n                            max-width: 45px;\n                            max-height: 45px;\n                            box-shadow: none;\n                        }\n                        .wpfrank-flickr-div{\n                            padding:15px;\n                        }\n                        @media (max-width: 786px){\n                            .col-md-3 {\n                                width:49.9%;\n                                float:left;\n                            }\n                        }\n                        .play-pause {\n                            display: none !important;\n                        }\n                        .gallery143689 {\n                            overflow:hidden;\n                            clear: both;\n                        }\n                        .fnf{\n                            background-color: #a92929;\n                            border-radius: 5px;\n                            color: #fff;\n                            font-family: initial;\n                            text-align: center;\n                            padding:12px;\n                        }\n                    <\/style>\n                    <script type=\"text\/javascript\">\n                    jQuery(function() {\n                        jQuery('.gallery-143689').flickr({\n                            apiKey: '037c012784565c3b5691cc5a0aa912b7',\n                            photosetId: '72157720192067554'\n                        });\n                    });\n\n                    ;(function ($, window, document, undefined) {\n                        'use strict';\n                        var pluginName = \"flickr\",\n                            defaults = {\n                                apiKey: \"\",\n                                photosetId: \"\",\n                                errorText: \"<div class='fnf'><i class='far fa-times-circle'><\/i> Error generating gallery.<\/div>\",\n                                loadingSpeed: 38,\n                                photosLimit: 200\n                            },\n                            apiUrl = 'https:\/\/api.flickr.com\/services\/rest\/',\n                            photos = [];\n\n                        function Plugin(element, options) {\n                            this.element = $(element);\n                            this.settings = $.extend({}, defaults, options);\n                            this._defaults = defaults;\n                            this._name = pluginName;\n\n                            this._hideSpinner = function() {\n                                this.element.find('.spinner-wrapper').hide().find('*').hide();\n                            };\n\n                            this._printError = function() {\n                                this.element.find('.gallery-container').append($(\"<div><\/div>\", { \"class\": \"col-lg-12\" })\n                                    .append($(\"<div><\/div>\", { \"class\": \"error-wrapper\" })\n                                        .append($(\"<span><\/span>\", { \"class\": \"label label-danger error\" })\n                                            .html(this.settings.errorText))));\n                            };\n\n                            this._flickrAnimate = function() {\n                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {\n                                    var image = el;\n                                    setTimeout(function() {\n                                        $(image).parent().fadeIn();\n                                    }, this.settings.loadingSpeed * index);\n                                }, this));\n                            };\n\n                            this._printGallery = function(photos) {\n                                var element = this.element.find('.gallery-container');\n                                if (!photos || photos.length === 0) {\n                                    this._hideSpinner();\n                                    this._printError();\n                                    return;\n                                }\n                                $.each(photos, function(key, photo) {\n                                    if (!photo || !photo.thumbnail) return; \/\/ Skip undefined or invalid photos\n                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });\n                                    element.append($('<div><\/div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })\n                                        .append($('<a><\/a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()\n                                            .append(img)));\n                                });\n\n                                element.imagesLoaded()\n                                    .done($.proxy(this._flickrAnimate, this))\n                                    .always($.proxy(this._hideSpinner, this));\n                            };\n\n                            this._flickrPhotoset = function(photoset) {\n                                var _this = this;\n                                photos[photoset.id] = [];\n                                $.each(photoset.photo, function(key, photo) {\n                                    if (photo.media !== \"photo\") {\n                                        return true; \/\/ Skip videos\n                                    }\n                                    if (key >= _this.settings.photosLimit) {\n                                        return false;\n                                    }\n                                    photos[photoset.id][key] = {\n                                        thumbnail: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_q.jpg',\n                                        href: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_b.jpg',\n                                        title: photo.title\n                                    };\n                                });\n\n                                console.log('Filtered photos:', photos[photoset.id]); \/\/ Debug log\n                                if (photos[photoset.id].length > 0) {\n                                    this._printGallery(photos[photoset.id]);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._onFlickrResponse = function(response) {\n                                console.log('API Response:', response); \/\/ Debug log\n                                if (response.stat === \"ok\") {\n                                    this._flickrPhotoset(response.photoset);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._flickrRequest = function(method, data) {\n                                var url = apiUrl + \"?format=json&jsoncallback=?&method=\" + method + \"&api_key=\" + this.settings.apiKey;\n                                $.each(data, function(key, value) {\n                                    url += \"&\" + key + \"=\" + value;\n                                });\n\n                                $.ajax({\n                                    dataType: \"json\",\n                                    url: url,\n                                    context: this,\n                                    success: this._onFlickrResponse\n                                });\n                            };\n\n                            this._flickrInit = function () {\n                                this._flickrRequest('flickr.photosets.getPhotos', {\n                                    photoset_id: this.settings.photosetId,\n                                    extras: 'media'\n                                });\n                            };\n\n                            this.init();\n                        }\n\n                        Plugin.prototype = {\n                            init: function () {\n                                this._flickrInit();\n                            }\n                        };\n\n                        $.fn[pluginName] = function (options) {\n                            this.each(function () {\n                                if (!$.data(this, \"plugin_\" + pluginName)) {\n                                    $.data(this, \"plugin_\" + pluginName, new Plugin(this, options));\n                                }\n                            });\n                            return this;\n                        };\n                    })(jQuery, window, document);\n                    <\/script>\n                    <div class=\"gallery-143689\">\n                                                    <h3>Chanukah Around the World &#8211; 2021<\/h3>\n                                                <div class=\"row\">\n                            <div class=\"col-xs-12 spinner-wrapper\">\n                                <div class=\"LoadingImg\"><img decoding=\"async\" src=\"https:\/\/www.shavei.org\/wp-content\/plugins\/flickr-album-gallery\/img\/loading.gif\" \/><\/div>\n                            <\/div>\n                            <div align=\"center\" class=\"gallery-container\"><\/div>\n                        <\/div>\n                    <\/div>\n                    \n            <!-- Blueimp gallery -->\n            <div id=\"blueimp-gallery-143689\" class=\"blueimp-gallery blueimp-gallery-controls\">\n                <div class=\"slides\"><\/div>\n                <h3 class=\"title\"><\/h3>\n                <a class=\"prev\">\u2039<\/a>\n                <a class=\"next\">\u203a<\/a>\n                <a class=\"close\">\u00d7<\/a>\n                <a class=\"play-pause\"><\/a>\n                <ol class=\"indicator\"><\/ol>\n                <div class=\"modal fade\">\n                    <div class=\"modal-dialog\">\n                        <div class=\"modal-content\">\n                            <div class=\"modal-header\">\n                                <button type=\"button\" class=\"close\" aria-hidden=\"true\">\u00d7<\/button>\n                                <h4 class=\"modal-title\"><\/h4>\n                            <\/div>\n                            <div class=\"modal-body next\"><\/div>\n                            <div class=\"modal-footer\">\n                                <button type=\"button\" class=\"btn btn-default pull-left prev\">\n                                    <i class=\"glyphicon glyphicon-chevron-left\"><\/i>\n                                    Previous                                <\/button>\n                                <button type=\"button\" class=\"btn btn-primary next\">\n                                    Next                                    <i class=\"glyphicon glyphicon-chevron-right\"><\/i>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <script type=\"text\/javascript\">\n            jQuery(function() {\n                jQuery.extend(blueimp.Gallery.prototype.options, {\n                    useBootstrapModal: false,\n                    hidePageScrollbars: false,\n                    container: \"#blueimp-gallery-143689\",\n                });\n            });\n            <\/script>\n\n            \r\n\r\n\r\n\r\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\r\n<div class=\"wp-block-group__inner-container\">&nbsp;<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Este a\u00f1o, nos sentimos abrumados, \u00a1en el buen sentido! &#8211; con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1. Quiz\u00e1s fue porque hubo tanta oscuridad estos dos \u00faltimos a\u00f1os, con Covid; y aunque&#8230;<\/p>\n","protected":false},"author":7,"featured_media":143764,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"give_campaign_id":0,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"ngg_post_thumbnail":0,"footnotes":""},"categories":[934,489,491,7699],"tags":[2162,881],"class_list":["post-143671","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured_articles-es","category-en-el-mundo","category-festividades","category-fotos","tag-chanukaharoundtheworld-es","tag-januca"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel<\/title>\n<meta name=\"description\" content=\"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel\" \/>\n<meta property=\"og:description\" content=\"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\" \/>\n<meta property=\"og:site_name\" content=\"Shavei Israel\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-05T14:17:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-05T14:57:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Laura Ben-David\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\"},\"author\":{\"name\":\"Laura Ben-David\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f\"},\"headline\":\"Januc\u00e1 alrededor del mundo &#8211; 2021\",\"datePublished\":\"2021-12-05T14:17:38+00:00\",\"dateModified\":\"2021-12-05T14:57:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\"},\"wordCount\":178,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.shavei.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg\",\"keywords\":[\"#chanukaharoundtheworld\",\"J\u00e1nuca\"],\"articleSection\":[\"Art\u00edculos recientes\",\"En el Mundo\",\"Festividades\",\"fotos\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\",\"url\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\",\"name\":\"Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg\",\"datePublished\":\"2021-12-05T14:17:38+00:00\",\"dateModified\":\"2021-12-05T14:57:57+00:00\",\"description\":\"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage\",\"url\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg\",\"contentUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg\",\"width\":1024,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.shavei.org\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Januc\u00e1 alrededor del mundo &#8211; 2021\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.shavei.org\/#website\",\"url\":\"https:\/\/www.shavei.org\/\",\"name\":\"Shavei Israel\",\"description\":\"One nation, many faces. We help them all return.\",\"publisher\":{\"@id\":\"https:\/\/www.shavei.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.shavei.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.shavei.org\/#organization\",\"name\":\"Shavei Israel\",\"url\":\"https:\/\/www.shavei.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg\",\"contentUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg\",\"width\":300,\"height\":285,\"caption\":\"Shavei Israel\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f\",\"name\":\"Laura Ben-David\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0939c5754a1cd2ebff55eeefe7aae273ff8235a123cddb1b328a230fc69d6323?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0939c5754a1cd2ebff55eeefe7aae273ff8235a123cddb1b328a230fc69d6323?s=96&d=mm&r=g\",\"caption\":\"Laura Ben-David\"},\"url\":\"https:\/\/www.shavei.org\/es\/blog\/author\/laurabd\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel","description":"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.","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:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/","og_locale":"es_ES","og_type":"article","og_title":"Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel","og_description":"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.","og_url":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/","og_site_name":"Shavei Israel","article_published_time":"2021-12-05T14:17:38+00:00","article_modified_time":"2021-12-05T14:57:57+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg","type":"image\/jpeg"}],"author":"Laura Ben-David","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":false,"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#article","isPartOf":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/"},"author":{"name":"Laura Ben-David","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f"},"headline":"Januc\u00e1 alrededor del mundo &#8211; 2021","datePublished":"2021-12-05T14:17:38+00:00","dateModified":"2021-12-05T14:57:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/"},"wordCount":178,"commentCount":0,"publisher":{"@id":"https:\/\/www.shavei.org\/#organization"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg","keywords":["#chanukaharoundtheworld","J\u00e1nuca"],"articleSection":["Art\u00edculos recientes","En el Mundo","Festividades","fotos"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/","url":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/","name":"Januc\u00e1 alrededor del mundo - 2021 - Shavei Israel","isPartOf":{"@id":"https:\/\/www.shavei.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg","datePublished":"2021-12-05T14:17:38+00:00","dateModified":"2021-12-05T14:57:57+00:00","description":"Este a\u00f1o, nos sentimos felizmente abrumados con fotos y videos de luz y celebraci\u00f3n de nuestras comunidades de todo el mundo mientras celebraban la festividad de Januc\u00e1.","breadcrumb":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#primaryimage","url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg","contentUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2021\/12\/WhatsApp-Image-2021-12-01-at-16.11.22.jpeg","width":1024,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.shavei.org\/es\/blog\/2021\/12\/05\/januca-alrededor-del-mundo-2021\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.shavei.org\/es\/"},{"@type":"ListItem","position":2,"name":"Januc\u00e1 alrededor del mundo &#8211; 2021"}]},{"@type":"WebSite","@id":"https:\/\/www.shavei.org\/#website","url":"https:\/\/www.shavei.org\/","name":"Shavei Israel","description":"One nation, many faces. We help them all return.","publisher":{"@id":"https:\/\/www.shavei.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.shavei.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.shavei.org\/#organization","name":"Shavei Israel","url":"https:\/\/www.shavei.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/","url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg","contentUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg","width":300,"height":285,"caption":"Shavei Israel"},"image":{"@id":"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f","name":"Laura Ben-David","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0939c5754a1cd2ebff55eeefe7aae273ff8235a123cddb1b328a230fc69d6323?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0939c5754a1cd2ebff55eeefe7aae273ff8235a123cddb1b328a230fc69d6323?s=96&d=mm&r=g","caption":"Laura Ben-David"},"url":"https:\/\/www.shavei.org\/es\/blog\/author\/laurabd\/"}]}},"_links":{"self":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/143671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/comments?post=143671"}],"version-history":[{"count":4,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/143671\/revisions"}],"predecessor-version":[{"id":143763,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/143671\/revisions\/143763"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media\/143764"}],"wp:attachment":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media?parent=143671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/categories?post=143671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/tags?post=143671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}