﻿{"id":3282,"date":"2017-12-21T11:54:10","date_gmt":"2017-12-21T10:54:10","guid":{"rendered":"https:\/\/dahoo.fr\/wordpress\/?page_id=3282"},"modified":"2018-07-30T11:49:08","modified_gmt":"2018-07-30T10:49:08","slug":"boutique-hack","status":"publish","type":"page","link":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/","title":{"rendered":"Boutique"},"content":{"rendered":"<p>Produit indispensable<\/p>\n<img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B0725ZXVLV\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B01ETRGE7M\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B07BDR5PDW\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><!-- A 2x5 Grid Template Layout. It can be configured by the two input fields below -->\n <!--Section tag for iterating through the list of items-->\n<div class=\"aalb-pg-ad-unit\" id=\"aalb-B0725ZXVLV-B01ETRGE7M-B07BDR5PDW-FR-dahoo-21-ProductGrid\">\n    <h2 class=\"aalb-pg-ad-header\">Produits disponibles sur Amazon.fr<\/h2> <!-- Title of the ad localized according to the marketplace picked from the AalbHeader tag -->\n    <div class=\"aalb-pg-wrapper\">\n      <div class=\"aalb-pg-product-container\">\n        <ul class=\"aalb-pg-product-list\">\n                  <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<p>&nbsp;<\/p>\n<p>Produit Creality Ender 3 :<\/p>\n<img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B07CJ5PFVP\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B07CVVPRPL\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B0749QGTWL\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-fr.amazon-adsystem.com\/e\/ir?t=dahoo-21&l=alb&o=8&a=B07DSC9TJQ\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><!-- Ad Template with Carousel Layout-->\n <!--Section tag for iterating through the list of items-->\n<div class=\"aalb-product-carousel-unit\" id=\"aalb-B07CJ5PFVP-B07CVVPRPL-B0749QGTWL-B07DSC9TJQ-FR-dahoo-21-ProductCarousel\">\n  <h2 class=\"aalb-pc-ad-header\">Produits disponibles sur Amazon.fr<\/h2> <!-- Title of the ad localized according to the marketplace picked from the AalbHeader tag-->\n    <div class=\"aalb-pc-wrapper\">\n      <div class=\"aalb-pc-product-container\">\n        <ul class=\"aalb-pc-product-list\">\n                  <\/ul>\n      <\/div>\n    <\/div>\n    <a href=\"javascript:void(0);\" class=\"aalb-pc-btn-prev\">\u2039<\/a>\n    <a href=\"javascript:void(0);\" class=\"aalb-pc-btn-next\">\u203a<\/a>\n  <\/div>\n\n<script>\n  jQuery(document).ready(function() {\n\n    var CONSTANTS = {\n        productMinWidth : 185,\n        productMargin   : 20\n    };\n\n    var $adUnits = jQuery('.aalb-product-carousel-unit');\n    $adUnits.each(function() {\n        var $adUnit           = jQuery(this),\n            $wrapper          = $adUnit.find('.aalb-pc-wrapper'),\n            $productContainer = $adUnit.find('.aalb-pc-product-container'),\n            $btnNext          = $adUnit.find('.aalb-pc-btn-next'),\n            $btnPrev          = $adUnit.find('.aalb-pc-btn-prev'),\n            $productList      = $productContainer.find('.aalb-pc-product-list'),\n            $products         = $productList.find('.aalb-pc-product'),\n            productCount      = $products.length;\n\n        if (!productCount) {\n            return true;\n        }\n\n        var rows            = $adUnit.find('input[name=rows]').length && parseInt($adUnit.find('input[name=rows]').val(), 10);\n        var columns         = $adUnit.find('input[name=columns]').length && parseInt($adUnit.find('input[name=columns]').val(), 10);\n\n        if( columns ) {\n            var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + 'px';\n            $adUnit.css( 'min-width', productContainerMinWidth );\n            $productContainer.css( 'min-width', productContainerMinWidth );\n            $products.filter( ':nth-child(' + columns + 'n + 1)' ).css( 'clear', 'both' );\n        }\n\n        if (rows && columns) {\n            var cutOffIndex = (rows * columns) - 1;\n            $products.filter(':gt(' + cutOffIndex + ')').remove();\n        }\n\n        function updateLayout() {\n            var wrapperWidth = $wrapper.width();\n            var possibleColumns = columns || parseInt( wrapperWidth \/ (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10 );\n            var actualColumns = columns || possibleColumns < productCount ? possibleColumns : productCount;\n\n            \/**\n             * The actual columns can be zero when the wraperwidth is less than sum of CONSTANTS.productMinWidth and\n             * CONSTANTS.productMargin.The parseInt will use floor function and converts any value less than 1 to\n             * zero.Therefore making actual columns 1 .\n             **\/\n            if( actualColumns == 0 ) {\n                actualColumns = 1;\n            }\n\n            var productWidth = parseInt( wrapperWidth \/ actualColumns, 10 ) - CONSTANTS.productMargin;\n\n            $products.css( 'width', productWidth + 'px' );\n\n            \/**\n             * Removing the Carousel navigation button when the number of products selected by admin is less\n             * than the actual columns (the number of products) can be shown on screen\n             **\/\n            if( productCount > actualColumns ) {\n                $btnNext.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\n                $btnPrev.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\n            }\n            $productContainer.jCarouselLite( {\n                btnNext : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-next',\n                btnPrev : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-prev',\n                visible : actualColumns,\n                circular: false\n            } );\n\n\n        }\n\n        updateLayout();\n        jQuery(window).resize(updateLayout);\n    });\n});\n\n\/*!\n * jCarouselLite - v1.1 - 2014-09-28\n * http:\/\/www.gmarwaha.com\/jquery\/jcarousellite\/\n * Copyright (c) 2014 Ganeshji Marwaha\n * Licensed MIT (https:\/\/github.com\/ganeshmax\/jcarousellite\/blob\/master\/LICENSE)\n*\/\n\n!function(a){a.jCarouselLite={version:\"1.1\"},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?\"top\":\"left\",p=b.vertical?\"height\":\"width\",q=B.find(\">ul\"),r=q.find(\">li\"),x=r.size(),w=lt(x,b.visible)?x:b.visible,b.circular){var c=r.slice(x-w).clone(),d=r.slice(0,w).clone();q.prepend(c).append(d),b.start+=w}s=a(\"li\",q),y=s.size(),z=b.start}function e(){B.css(\"visibility\",\"visible\"),s.css({overflow:\"hidden\",\"float\":b.vertical?\"none\":\"left\"}),q.css({margin:\"0\",padding:\"0\",position:\"relative\",\"list-style\":\"none\",\"z-index\":\"1\"}),B.css({overflow:\"hidden\",position:\"relative\",\"z-index\":\"2\",left:\"0px\"}),!b.circular&&b.btnPrev&&0==b.start&&a(b.btnPrev).addClass(\"disabled\")}function f(){t=b.vertical?s.outerHeight(!0):s.outerWidth(!0),u=t*y,v=t*w,s.css({width:s.width(),height:s.height()}),q.css(p,u+\"px\").css(o,-(z*t)),B.css(p,v+\"px\")}function g(){b.btnPrev&&a(b.btnPrev).click(function(){return c(z-b.scroll)}),b.btnNext&&a(b.btnNext).click(function(){return c(z+b.scroll)}),b.btnGo&&a.each(b.btnGo,function(d,e){a(e).click(function(){return c(b.circular?w+d:d)})}),b.mouseWheel&&B.mousewheel&&B.mousewheel(function(a,d){return c(d>0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)} function lt(a,b){return a<b;} function gt(a, b) { return a>b;} function i(){return s.slice(z).slice(0,w)}function j(a){var c;a<=b.start-w-1?(c=a+x+b.scroll,q.css(o,-(c*t)+\"px\"),z=c-b.scroll):a>=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+\"px\"),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+\",\"+b.btnNext).removeClass(\"disabled\"),a(z-lt(b.scroll,0)&&b.btnPrev||z+gt(b.scroll, y)-w&&b.btnNext||[]).addClass(\"disabled\")}function m(c){n=!0,q.animate(\"left\"==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);\n\n\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Produit indispensable &nbsp; Produit Creality Ender 3 :<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3282","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Boutique - D@hoo<\/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:\/\/dahoo.fr\/wordpress\/boutique-hack\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Boutique - D@hoo\" \/>\n<meta property=\"og:description\" content=\"Produit indispensable &nbsp; Produit Creality Ender 3 :\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/\" \/>\n<meta property=\"og:site_name\" content=\"D@hoo\" \/>\n<meta property=\"article:modified_time\" content=\"2018-07-30T10:49:08+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/\",\"url\":\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/\",\"name\":\"Boutique - D@hoo\",\"isPartOf\":{\"@id\":\"https:\/\/dahoo.fr\/wordpress\/#website\"},\"datePublished\":\"2017-12-21T10:54:10+00:00\",\"dateModified\":\"2018-07-30T10:49:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/dahoo.fr\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Boutique\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dahoo.fr\/wordpress\/#website\",\"url\":\"https:\/\/dahoo.fr\/wordpress\/\",\"name\":\"D@hoo\",\"description\":\"Dahoo, la taverne du geek\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dahoo.fr\/wordpress\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Boutique - D@hoo","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:\/\/dahoo.fr\/wordpress\/boutique-hack\/","og_locale":"fr_FR","og_type":"article","og_title":"Boutique - D@hoo","og_description":"Produit indispensable &nbsp; Produit Creality Ender 3 :","og_url":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/","og_site_name":"D@hoo","article_modified_time":"2018-07-30T10:49:08+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/","url":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/","name":"Boutique - D@hoo","isPartOf":{"@id":"https:\/\/dahoo.fr\/wordpress\/#website"},"datePublished":"2017-12-21T10:54:10+00:00","dateModified":"2018-07-30T10:49:08+00:00","breadcrumb":{"@id":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dahoo.fr\/wordpress\/boutique-hack\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dahoo.fr\/wordpress\/boutique-hack\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/dahoo.fr\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Boutique"}]},{"@type":"WebSite","@id":"https:\/\/dahoo.fr\/wordpress\/#website","url":"https:\/\/dahoo.fr\/wordpress\/","name":"D@hoo","description":"Dahoo, la taverne du geek","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dahoo.fr\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/pages\/3282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/comments?post=3282"}],"version-history":[{"count":4,"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/pages\/3282\/revisions"}],"predecessor-version":[{"id":3454,"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/pages\/3282\/revisions\/3454"}],"wp:attachment":[{"href":"https:\/\/dahoo.fr\/wordpress\/wp-json\/wp\/v2\/media?parent=3282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}