{"id":1719,"date":"2022-12-09T17:50:45","date_gmt":"2022-12-09T16:50:45","guid":{"rendered":"http:\/\/dev.www.tasker.it\/news\/"},"modified":"2023-09-27T11:29:24","modified_gmt":"2023-09-27T09:29:24","slug":"news","status":"publish","type":"page","link":"https:\/\/www.tasker.it\/en\/news\/","title":{"rendered":"News"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1719\" class=\"elementor elementor-1719 elementor-288\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7ec2886 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"7ec2886\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a584aa3\" data-id=\"a584aa3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f6db88 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides\" data-id=\"9f6db88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-b2f91a3 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--out\" role=\"img\" aria-label=\"news\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">News<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6e8d6e9 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"6e8d6e9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-becb36d\" data-id=\"becb36d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-baba634 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"baba634\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"stylesheet\" href=\"\/php\/assets\/css\/searchbar.css\">\n<div class=\"custom-search-container\" id=\"uniqueSearchContainer\">\n    <form action=\"\/en\/search\/\" method=\"get\" class=\"custom-search-form\" id=\"uniqueSearchForm\" autocomplete=\"off\">\n        <label for=\"uniqueSearchInput\" class=\"visually-hidden\">Cerca<\/label>\n        <input\n            name=\"search\"\n            type=\"text\"\n            placeholder=\"Search for the product...\"\n            class=\"custom-search-input\"\n            id=\"uniqueSearchInput\"\n            required\n        \/>\n        <button type=\"submit\" class=\"custom-search-button\" id=\"uniqueSearchButton\">\n            <img decoding=\"async\" src=\"\/php\/assets\/images\/search.svg\" alt=\"Cerca\" class=\"custom-search-icon\" id=\"uniqueSearchIcon\">\n        <\/button>\n        <div class=\"search-autocomplete\" id=\"searchAutocomplete\"><\/div>\n    <\/form>\n<\/div>\n<script>\n(function() {\n    var input = document.getElementById('uniqueSearchInput');\n    var dropdown = document.getElementById('searchAutocomplete');\n    var form = document.getElementById('uniqueSearchForm');\n    var lang = 'en';\n    var urlProd = 'products';\n    var timer = null;\n    var activeIndex = -1;\n\n    function escapeHtml(str) {\n        var div = document.createElement('div');\n        div.textContent = str;\n        return div.innerHTML;\n    }\n\n    function highlightMatch(text, query) {\n        if (!text || !query) return escapeHtml(text || '');\n        var escaped = escapeHtml(text);\n        var re = new RegExp('(' + query.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&') + ')', 'gi');\n        return escaped.replace(re, '<mark>$1<\/mark>');\n    }\n\n    input.addEventListener('input', function() {\n        clearTimeout(timer);\n        var q = this.value.trim();\n        activeIndex = -1;\n        if (q.length < 2) {\n            dropdown.innerHTML = '';\n            dropdown.classList.remove('ac-visible');\n            return;\n        }\n        timer = setTimeout(function() {\n            fetch('\/api\/v1\/search\/autocomplete?q=' + encodeURIComponent(q) + '&lang=' + lang)\n                .then(function(r) { return r.json(); })\n                .then(function(res) {\n                    if (res.status !== 'success' || !res.data.length) {\n                        dropdown.innerHTML = '<div class=\"ac-empty\">No results<\/div>';\n                        dropdown.classList.add('ac-visible');\n                        return;\n                    }\n                    var html = '';\n                    res.data.forEach(function(item) {\n                        var catUrw = item.categoria && item.categoria.urw ? item.categoria.urw : '';\n                        var catName = item.categoria && item.categoria.nome ? item.categoria.nome : '';\n                        var href = '\/' + lang + '\/' + urlProd + '\/' + catUrw + '\/code\/?id=' + item.urw;\n                        var img = item.foto_thumb || '';\n                        var imgHtml = img\n                            ? '<img decoding=\"async\" class=\"ac-thumb\" src=\"' + img + '\" alt=\"\" loading=\"lazy\">'\n                            : '<div class=\"ac-thumb ac-thumb-placeholder\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"1.5\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/><path d=\"m21 15-5-5L5 21\"\/><\/svg><\/div>';\n                        html += '<a class=\"ac-item\" href=\"' + href + '\" data-index=\"' + res.data.indexOf(item) + '\">'\n                            + imgHtml\n                            + '<div class=\"ac-text\">'\n                            + '<span class=\"ac-name\">' + highlightMatch(item.nome || '', q) + '<\/span>'\n                            + '<span class=\"ac-meta\">'\n                            + '<span class=\"ac-cod\">' + escapeHtml(item.cod || '') + '<\/span>'\n                            + (catName ? '<span class=\"ac-cat\">' + escapeHtml(catName) + '<\/span>' : '')\n                            + '<\/span>'\n                            + '<\/div>'\n                            + '<\/a>';\n                    });\n                    html += '<a class=\"ac-footer\" href=\"\/' + lang + '\/search\/?search=' + encodeURIComponent(q) + '\">'\n                        + 'View all results &rarr;<\/a>';\n                    dropdown.innerHTML = html;\n                    dropdown.classList.add('ac-visible');\n                })\n                .catch(function() {\n                    dropdown.classList.remove('ac-visible');\n                });\n        }, 250);\n    });\n\n    \/\/ Navigazione con tastiera\n    input.addEventListener('keydown', function(e) {\n        var items = dropdown.querySelectorAll('.ac-item');\n        if (!items.length) return;\n        if (e.key === 'ArrowDown') {\n            e.preventDefault();\n            activeIndex = Math.min(activeIndex + 1, items.length - 1);\n            updateActive(items);\n        } else if (e.key === 'ArrowUp') {\n            e.preventDefault();\n            activeIndex = Math.max(activeIndex - 1, -1);\n            updateActive(items);\n        } else if (e.key === 'Enter' && activeIndex >= 0) {\n            e.preventDefault();\n            items[activeIndex].click();\n        } else if (e.key === 'Escape') {\n            dropdown.classList.remove('ac-visible');\n            activeIndex = -1;\n        }\n    });\n\n    function updateActive(items) {\n        items.forEach(function(el, i) {\n            el.classList.toggle('ac-active', i === activeIndex);\n            if (i === activeIndex) el.scrollIntoView({block: 'nearest'});\n        });\n    }\n\n    document.addEventListener('click', function(e) {\n        if (!e.target.closest('#uniqueSearchContainer')) {\n            dropdown.classList.remove('ac-visible');\n        }\n    });\n\n    input.addEventListener('focus', function() {\n        if (dropdown.innerHTML && this.value.trim().length >= 2) {\n            dropdown.classList.add('ac-visible');\n        }\n    });\n})();\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31d1227 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31d1227\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c3f26c6\" data-id=\"c3f26c6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f027a80 pp-equal-height-yes elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-pp-posts\" data-id=\"f027a80\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pp-posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-posts-container\">\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t<div class=\"pp-posts pp-posts-skin-classic elementor-grid pp-posts-grid\" data-query-type=\"custom\" data-layout=\"grid\" data-page=\"1719\" data-skin=\"classic\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6435 post type-post status-publish format-standard has-post-thumbnail hentry category-technical-info tag-c850 tag-cables tag-tasker\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/tasker-c850-silver-plated-copper-excellence-at-the-heart-of-professional-digital\/\" title=\"TASKER C850: SILVER-PLATED COPPER EXCELLENCE AT THE HEART OF PROFESSIONAL DIGITAL!\">\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/03\/NEWS-SITO-19-1024x713.jpg\" class=\"attachment-large size-large wp-image-6436\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/03\/NEWS-SITO-19-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/03\/NEWS-SITO-19-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/03\/NEWS-SITO-19-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/03\/NEWS-SITO-19.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t4 March 2026\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/tasker-c850-silver-plated-copper-excellence-at-the-heart-of-professional-digital\/\">TASKER C850: SILVER-PLATED COPPER EXCELLENCE AT THE HEART OF PROFESSIONAL DIGITAL!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6311 post type-post status-publish format-standard has-post-thumbnail hentry category-fairs-and-events tag-accessories tag-barcelona tag-cables tag-cprcables tag-ise tag-madeinitaly\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/ise-2026-thank-you-for-making-this-edition-unforgettable\/\" title=\"ISE 2026: THANK YOU FOR MAKING THIS EDITION UNFORGETTABLE!\">\n\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/NEWS-SITO-18-1024x713.jpg\" class=\"attachment-large size-large wp-image-6247\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/NEWS-SITO-18-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/NEWS-SITO-18-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/NEWS-SITO-18-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/02\/NEWS-SITO-18.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t10 February 2026\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/ise-2026-thank-you-for-making-this-edition-unforgettable\/\">ISE 2026: THANK YOU FOR MAKING THIS EDITION UNFORGETTABLE!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6239 post type-post status-publish format-standard has-post-thumbnail hentry category-technical-info\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/silicone-flat-cables-the-evolved-choice-beyond-standard-cables\/\" title=\"SILICONE FLAT CABLES: THE EVOLVED CHOICE BEYOND STANDARD CABLES!\">\n\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/01\/NEWS-SITO-17-1024x713.jpg\" class=\"attachment-large size-large wp-image-6219\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/01\/NEWS-SITO-17-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/01\/NEWS-SITO-17-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/01\/NEWS-SITO-17-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2026\/01\/NEWS-SITO-17.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t28 January 2026\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/silicone-flat-cables-the-evolved-choice-beyond-standard-cables\/\">SILICONE FLAT CABLES: THE EVOLVED CHOICE BEYOND STANDARD CABLES!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6210 post type-post status-publish format-standard has-post-thumbnail hentry category-fairs-and-events\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/tasker-at-ise-2026\/\" title=\"TASKER at ISE 2026!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/12\/NEWS-SITO-12-1024x713.jpg\" class=\"attachment-large size-large wp-image-6198\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/12\/NEWS-SITO-12-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/12\/NEWS-SITO-12-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/12\/NEWS-SITO-12-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/12\/NEWS-SITO-12.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t15 December 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/tasker-at-ise-2026\/\">TASKER at ISE 2026!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6156 post type-post status-publish format-standard has-post-thumbnail hentry category-fairs-and-events category-non-categorizzato\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/tasker-al-bitam-show-madrid-2025\/\" title=\"TASKER at BITAM SHOW MADRID 2025!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/10\/NEWS-SITO-11-1024x713.jpg\" class=\"attachment-large size-large wp-image-6157\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/10\/NEWS-SITO-11-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/10\/NEWS-SITO-11-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/10\/NEWS-SITO-11-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/10\/NEWS-SITO-11.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t20 October 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/tasker-al-bitam-show-madrid-2025\/\">TASKER at BITAM SHOW MADRID 2025!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-6036 post type-post status-publish format-standard has-post-thumbnail hentry category-fairs-and-events\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/ibc-amsterdam-2025-thank-you-for-being-with-us\/\" title=\"IBC AMSTERDAM 2025: THANK YOU FOR BEING WITH US!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/09\/NEWS-SITO-10-1024x713.jpg\" class=\"attachment-large size-large wp-image-6040\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/09\/NEWS-SITO-10-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/09\/NEWS-SITO-10-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/09\/NEWS-SITO-10-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/09\/NEWS-SITO-10.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t24 September 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/ibc-amsterdam-2025-thank-you-for-being-with-us\/\">IBC AMSTERDAM 2025: THANK YOU FOR BEING WITH US!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5925 post type-post status-publish format-standard has-post-thumbnail hentry category-new-products\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/tasker-connectors-the-foundation-for-every-audio-video-connection\/\" title=\"TASKER CONNECTORS: THE FOUNDATION FOR EVERY AUDIO &amp; VIDEO CONNECTION!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-5-1024x713.jpg\" class=\"attachment-large size-large wp-image-5923\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-5-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-5-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-5-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-5.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t27 June 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/tasker-connectors-the-foundation-for-every-audio-video-connection\/\">TASKER CONNECTORS: THE FOUNDATION FOR EVERY AUDIO &amp; VIDEO CONNECTION!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5909 post type-post status-publish format-standard has-post-thumbnail hentry category-new-products\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/new-c284-soft-the-ideal-solution-digital-audio-with-integrated-power\/\" title=\"NEW C284 SOFT, THE IDEAL SOLUTION: DIGITAL AUDIO WITH INTEGRATED POWER!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-3-1024x713.jpg\" class=\"attachment-large size-large wp-image-5916\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-3-1024x713.jpg 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-3-300x209.jpg 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-3-768x535.jpg 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/06\/NEWS-SITO-3.jpg 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t13 June 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/new-c284-soft-the-ideal-solution-digital-audio-with-integrated-power\/\">NEW C284 SOFT, THE IDEAL SOLUTION: DIGITAL AUDIO WITH INTEGRATED POWER!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5845 post type-post status-publish format-standard has-post-thumbnail hentry category-fairs-and-events\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/taskers-return-to-ibc-convention-amsterdam\/\" title=\"TASKER RETURNS TO IBC CONVENTION AMSTERDAM!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/05\/NEWS-SITO-26-1024x713.png\" class=\"attachment-large size-large wp-image-5837\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/05\/NEWS-SITO-26-1024x713.png 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/05\/NEWS-SITO-26-300x209.png 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/05\/NEWS-SITO-26-768x535.png 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/05\/NEWS-SITO-26.png 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t27 May 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/taskers-return-to-ibc-convention-amsterdam\/\">TASKER RETURNS TO IBC CONVENTION AMSTERDAM!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5671 post type-post status-publish format-standard has-post-thumbnail hentry category-new-products\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/guaranteed-safety-choose-our-wide-range-of-cpr-cables\/\" title=\"GUARANTEED SAFETY: CHOOSE OUR WIDE RANGE OF CPR CABLES!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-25-1024x713.png\" class=\"attachment-large size-large wp-image-5653\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-25-1024x713.png 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-25-300x209.png 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-25-768x535.png 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-25.png 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t30 April 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/guaranteed-safety-choose-our-wide-range-of-cpr-cables\/\">GUARANTEED SAFETY: CHOOSE OUR WIDE RANGE OF CPR CABLES!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5645 post type-post status-publish format-standard has-post-thumbnail hentry category-new-products\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/tasker-the-heart-of-your-connections\/\" title=\"TASKER: THE HEART OF YOUR CONNECTIONS!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-24-1024x713.png\" class=\"attachment-large size-large wp-image-5641\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-24-1024x713.png 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-24-300x209.png 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-24-768x535.png 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/04\/NEWS-SITO-24.png 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t18 April 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/tasker-the-heart-of-your-connections\/\">TASKER: THE HEART OF YOUR CONNECTIONS!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"pp-post-wrap pp-grid-item-wrap elementor-grid-item post-5621 post type-post status-publish format-standard has-post-thumbnail hentry category-new-products\">\n\t\t\t\t\t\t<div class=\"pp-post pp-grid-item\">\n\t\t\t\t\t\t<div class=\"pp-post-thumbnail\">\n\t\t\t<a class=\"pp-post-thumbnail-wrap\" href=\"https:\/\/www.tasker.it\/en\/new-professional-assembled-cables\/\" title=\"NEW PROFESSIONAL ASSEMBLED CABLES!\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"557\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/03\/NEWS-SITO-21-1024x713.png\" class=\"attachment-large size-large wp-image-5629\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/03\/NEWS-SITO-21-1024x713.png 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/03\/NEWS-SITO-21-300x209.png 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/03\/NEWS-SITO-21-768x535.png 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2025\/03\/NEWS-SITO-21.png 1280w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"pp-post-content-wrap\">\n\t\t\t\t\t<div class=\"pp-post-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-post-meta\">\n\t\t\t\t\t\t\t\t<span class=\"pp-post-date\">\n\t\t\t\t\t\t<span class=\"pp-meta-text\">\n\t\t\t\t25 March 2025\t\t\t<\/span>\n\t\t<\/span>\n\t\t<span class=\"pp-meta-separator\"><\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<h2 class=\"pp-post-title\">\n\t\t\t\t<a href=\"https:\/\/www.tasker.it\/en\/new-professional-assembled-cables\/\">NEW PROFESSIONAL ASSEMBLED CABLES!<\/a>\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-posts-pagination-wrap pp-posts-pagination-bottom\">\n\t\t\t\t\t\t\t\t<nav class=\"pp-posts-pagination pp-posts-pagination-ajax elementor-pagination\" role=\"navigation\" aria-label=\"Pagination\" data-total=\"4\">\n\t\t\t\t<span aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1719\/page\/2\/\">2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1719\/page\/3\/\">3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1719\/page\/4\/\">4<\/a>\t\t\t<\/nav>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>News 24 Aprile 2023 TASKER a Prolight + Sound 2023 2 Aprile 2023 Tasker at MIR 2023 ! 31 Gennaio 2023 Tasker at ISE 2023! 16 Novembre 2022 Tasker at Bitam show 2022 6 Giugno 2022 Thank you for your visit! 10 Maggio 2022 Tasker at ISE 2022<\/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-1719","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/comments?post=1719"}],"version-history":[{"count":0,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1719\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/media?parent=1719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}