{"id":116864,"date":"2020-10-01T16:04:06","date_gmt":"2020-10-01T14:04:06","guid":{"rendered":"https:\/\/www.shavei.org\/sucot-alrededor-del-mundo-5781-2020\/"},"modified":"2020-10-01T16:14:20","modified_gmt":"2020-10-01T14:14:20","slug":"sucot-alrededor-del-mundo-5781-2020","status":"publish","type":"post","link":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/","title":{"rendered":"Sucot alrededor del mundo &#8211; 5781\/2020"},"content":{"rendered":"\n<p>Como cada a\u00f1o, \u00a1estamos felices de compartir una experiencia visual de las celebraciones de Sucot en nuestras comunidades alrededor del mundo y en Israel!<\/p>\n\n\n\n<p>Una de las cosas divertidas de trabajar con comunidades jud\u00edas de todo el mundo son las festividades. Echar un vistazo a las tradiciones, la cultura, la variedad y el estilo de cada comunidad \u00fanica nos recuerda c\u00f3mo realmente hay \u00ab70 caras de la Tor\u00e1 \u2026\u00bb &#8211; \u00a1y a todos aquellos que se adhieren a ella! Eche un vistazo a algunas de las &#8216;sukkas&#8217; que los miembros de nuestra comunidad han construido, adem\u00e1s de otras tradiciones de Sucot.<\/p>\n\n\n\n<p>\u00a1Y esten atentos! Se agregar\u00e1n m\u00e1s durante la fiesta \u2026<\/p>\n\n\n\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                        .gallery116853 {\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-116853').flickr({\n                            apiKey: 'adda65764cc3c5aeacc83f5c778d8b27',\n                            photosetId: '72157716193806522'\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-116853\">\n                                                    <h3>Sukkot around the world 5781<\/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-116853\" 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-116853\",\n                });\n            });\n            <\/script>\n\n            \n","protected":false},"excerpt":{"rendered":"<p>Como cada a\u00f1o, \u00a1estamos felices de compartir una experiencia visual de las celebraciones de Sucot en nuestras comunidades alrededor del mundo y en Israel! Una de las cosas divertidas de trabajar con comunidades jud\u00edas de todo el mundo son las festividades. Echar un vistazo a&#8230;<\/p>\n","protected":false},"author":7,"featured_media":116862,"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,949,484,489,491],"tags":[581,1134,1565,1683,1297],"class_list":["post-116864","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured_articles-es","category-bnei-anusim","category-bnei-menashe-es","category-en-el-mundo","category-festividades","tag-bnei-anusim","tag-bnei-menashe-es-2","tag-comunidades-judias-en-el-mundo","tag-lulav-es","tag-sucot-es"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sucot alrededor del mundo - 5781\/2020 - Shavei Israel<\/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:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sucot alrededor del mundo - 5781\/2020 - Shavei Israel\" \/>\n<meta property=\"og:description\" content=\"Como cada a\u00f1o, \u00a1estamos felices de compartir una experiencia visual de las celebraciones de Sucot en nuestras comunidades alrededor del mundo y en Israel! Una de las cosas divertidas de trabajar con comunidades jud\u00edas de todo el mundo son las festividades. Echar un vistazo a...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\" \/>\n<meta property=\"og:site_name\" content=\"Shavei Israel\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-01T14:04:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-01T14:14:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"589\" \/>\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\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\"},\"author\":{\"name\":\"Laura Ben-David\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f\"},\"headline\":\"Sucot alrededor del mundo &#8211; 5781\/2020\",\"datePublished\":\"2020-10-01T14:04:06+00:00\",\"dateModified\":\"2020-10-01T14:14:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\"},\"wordCount\":121,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.shavei.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg\",\"keywords\":[\"Bnei Anusim\",\"Bnei Menash\u00e9\",\"Comunidades jud\u00edas en el mundo\",\"Lulav\",\"Sucot\"],\"articleSection\":[\"Art\u00edculos recientes\",\"Bnei Anusim\",\"Bnei Menashe\",\"En el Mundo\",\"Festividades\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\",\"url\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\",\"name\":\"Sucot alrededor del mundo - 5781\/2020 - Shavei Israel\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg\",\"datePublished\":\"2020-10-01T14:04:06+00:00\",\"dateModified\":\"2020-10-01T14:14:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage\",\"url\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg\",\"contentUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg\",\"width\":1280,\"height\":589},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.shavei.org\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sucot alrededor del mundo &#8211; 5781\/2020\"}]},{\"@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":"Sucot alrededor del mundo - 5781\/2020 - Shavei Israel","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\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/","og_locale":"es_ES","og_type":"article","og_title":"Sucot alrededor del mundo - 5781\/2020 - Shavei Israel","og_description":"Como cada a\u00f1o, \u00a1estamos felices de compartir una experiencia visual de las celebraciones de Sucot en nuestras comunidades alrededor del mundo y en Israel! Una de las cosas divertidas de trabajar con comunidades jud\u00edas de todo el mundo son las festividades. Echar un vistazo a...","og_url":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/","og_site_name":"Shavei Israel","article_published_time":"2020-10-01T14:04:06+00:00","article_modified_time":"2020-10-01T14:14:20+00:00","og_image":[{"width":1280,"height":589,"url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.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\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#article","isPartOf":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/"},"author":{"name":"Laura Ben-David","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/00b45bee9f161469e8b81745e0fad63f"},"headline":"Sucot alrededor del mundo &#8211; 5781\/2020","datePublished":"2020-10-01T14:04:06+00:00","dateModified":"2020-10-01T14:14:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/"},"wordCount":121,"commentCount":0,"publisher":{"@id":"https:\/\/www.shavei.org\/#organization"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg","keywords":["Bnei Anusim","Bnei Menash\u00e9","Comunidades jud\u00edas en el mundo","Lulav","Sucot"],"articleSection":["Art\u00edculos recientes","Bnei Anusim","Bnei Menashe","En el Mundo","Festividades"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/","url":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/","name":"Sucot alrededor del mundo - 5781\/2020 - Shavei Israel","isPartOf":{"@id":"https:\/\/www.shavei.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg","datePublished":"2020-10-01T14:04:06+00:00","dateModified":"2020-10-01T14:14:20+00:00","breadcrumb":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#primaryimage","url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg","contentUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2020\/10\/WhatsApp-Image-2020-09-30-at-12.39.20.jpeg","width":1280,"height":589},{"@type":"BreadcrumbList","@id":"https:\/\/www.shavei.org\/es\/blog\/2020\/10\/01\/sucot-alrededor-del-mundo-5781-2020\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.shavei.org\/es\/"},{"@type":"ListItem","position":2,"name":"Sucot alrededor del mundo &#8211; 5781\/2020"}]},{"@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\/116864","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=116864"}],"version-history":[{"count":2,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/116864\/revisions"}],"predecessor-version":[{"id":116866,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/116864\/revisions\/116866"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media\/116862"}],"wp:attachment":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media?parent=116864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/categories?post=116864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/tags?post=116864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}