{"id":1570,"date":"2023-07-18T16:54:56","date_gmt":"2023-07-18T14:54:56","guid":{"rendered":"https:\/\/declub.org\/declub\/?p=1570"},"modified":"2023-10-03T20:19:13","modified_gmt":"2023-10-03T18:19:13","slug":"%f0%9f%8e%b6%f0%9f%8f%9d%ef%b8%8fbuitenconcert%f0%9f%8f%9d%ef%b8%8f%f0%9f%8e%b6","status":"publish","type":"post","link":"https:\/\/www.declub.org\/declub\/%f0%9f%8e%b6%f0%9f%8f%9d%ef%b8%8fbuitenconcert%f0%9f%8f%9d%ef%b8%8f%f0%9f%8e%b6\/","title":{"rendered":"\ud83c\udfb6\ud83c\udfdd\ufe0fBUITENCONCERT\ud83c\udfdd\ufe0f\ud83c\udfb6"},"content":{"rendered":"<p>&nbsp;<\/p>\n<p>\ud83c\udfb6Op woensdag 5 juli hebben wij ons buitenconcert gehouden bij @grandcaf\u00e9 uniek!<\/p>\n<p>\ud83c\udfb6We hebben een gokje gewaagd, maar toch kwam er nog een regenbui \ud83c\udf27\ufe0f\u2026 Na een korte pauze van 10 minuten hebben we het programma herpakt en zijn we gewoon doorgegaan\ud83d\udcaa\ud83c\udffc!<\/p>\n<p>\ud83c\udfb6Wij willen het publiek bedanken voor hun trouw en geduld, want ondanks de regen zat het terras bij Uniek bomvol met enthousiast publiek\ud83e\udd73.<br \/>\nDank aan Wim Lubbers die weer prachtige sfeerbeelden heeft gemaakt van het concert. \ud83c\udfa5 Ook willen wij Femke Dijkstra bedanken voor de prachtige foto\u2019s die zij heeft gemaakt. \ud83d\udcf8<\/p>\n<p>\ud83c\udfb6Het was een mooie en muzikale avond. We hadden een prachtige solozangeres, niemand minder dan onze eigen Sanne Bos\ud83c\udfa4, Renate, Laura en Manon die de sterren van de hemel speelden met hun klarinetsolo&#8217;s en last but not least: de belly dancers van @showteamshimmysisters die met hun dansen voor een extra zomers tintje zorgden. \ud83d\udc83<\/p>\n<p>Wij kijken terug op een zeer geslaagde avond. Op naar volgend jaar!<\/p>\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                        .gallery1587 {\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 data-jetpack-boost=\"ignore\" type=\"text\/javascript\">\n                    jQuery(function() {\n                        jQuery('.gallery-1587').flickr({\n                            apiKey: '037c012784565c3b5691cc5a0aa912b7',\n                            photosetId: '72177720309875268'\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-1587\">\n                                                <div class=\"row\">\n                            <div class=\"col-xs-12 spinner-wrapper\">\n                                <div class=\"LoadingImg\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.declub.org\/declub\/wp-content\/plugins\/flickr-album-gallery\/img\/loading.gif?w=840&#038;ssl=1\" \/><\/div>\n                            <\/div>\n                            <div align=\"center\" class=\"gallery-container\"><\/div>\n                        <\/div>\n                    <\/div>\n                    \n            <!-- Blueimp gallery -->\n            <div id=\"blueimp-gallery-1587\" 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 data-jetpack-boost=\"ignore\" type=\"text\/javascript\">\n            jQuery(function() {\n                jQuery.extend(blueimp.Gallery.prototype.options, {\n                    useBootstrapModal: false,\n                    hidePageScrollbars: false,\n                    container: \"#blueimp-gallery-1587\",\n                });\n            });\n            <\/script>\n\n            \n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \ud83c\udfb6Op woensdag 5 juli hebben wij ons buitenconcert gehouden bij @grandcaf\u00e9 uniek! \ud83c\udfb6We hebben een gokje gewaagd, maar toch kwam er nog een regenbui \ud83c\udf27\ufe0f\u2026 Na een korte pauze van 10 minuten hebben we het programma herpakt en zijn we gewoon doorgegaan\ud83d\udcaa\ud83c\udffc! \ud83c\udfb6Wij willen <span class=\"read-more\"><a class=\"more-link btn btn-transparent\" href=\"https:\/\/www.declub.org\/declub\/?p=1587\">Lees meer&#8230;<\/a><\/span><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-1570","post","type-post","status-publish","format-standard","hentry","category-lattstebericht"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/posts\/1570","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/comments?post=1570"}],"version-history":[{"count":4,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/posts\/1570\/revisions"}],"predecessor-version":[{"id":1595,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/posts\/1570\/revisions\/1595"}],"wp:attachment":[{"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/media?parent=1570"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/categories?post=1570"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.declub.org\/declub\/wp-json\/wp\/v2\/tags?post=1570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}