




















{"version":"1.0","provider_name":"Meler","provider_url":"https:\/\/www.meler.cn\/de\/","author_name":"admin","author_url":"https:\/\/www.meler.cn\/de\/author\/ttandem\/","title":"M\u00f6chten Sie unsere neuesten Nachrichten erfahren?\u202f\u202f - Meler","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"mchP8rvarm\"><a href=\"https:\/\/www.meler.cn\/de\/newsletter\/\">M\u00f6chten Sie unsere neuesten Nachrichten erfahren?\u202f\u202f<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.meler.cn\/de\/newsletter\/embed\/#?secret=mchP8rvarm\" width=\"600\" height=\"338\" title=\"&#8222;M\u00f6chten Sie unsere neuesten Nachrichten erfahren?\u202f\u202f&#8220; &#8212; Meler\" data-secret=\"mchP8rvarm\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/**\r\n * WordPress inline HTML embed\r\n *\r\n * @since 4.4.0\r\n * @output wp-includes\/js\/wp-embed.js\r\n *\r\n * This file cannot have ampersands in it. This is to ensure\r\n * it can be embedded in older versions of WordPress.\r\n * See https:\/\/core.trac.wordpress.org\/changeset\/35708.\r\n *\/\r\n(function ( window, document ) {\r\n\t'use strict';\r\n\r\n\tvar supportedBrowser = false,\r\n\t\tloaded = false;\r\n\r\n\t\tif ( document.querySelector ) {\r\n\t\t\tif ( window.addEventListener ) {\r\n\t\t\t\tsupportedBrowser = true;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\/** @namespace wp *\/\r\n\twindow.wp = window.wp || {};\r\n\r\n\tif ( !! window.wp.receiveEmbedMessage ) {\r\n\t\treturn;\r\n\t}\r\n\r\n\t\/**\r\n\t * Receive embed message.\r\n\t *\r\n\t * @param {MessageEvent} e\r\n\t *\/\r\n\twindow.wp.receiveEmbedMessage = function( e ) {\r\n\t\tvar data = e.data;\r\n\r\n\t\tif ( ! data ) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif ( ! ( data.secret || data.message || data.value ) ) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tif ( \/[^a-zA-Z0-9]\/.test( data.secret ) ) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\r\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\r\n\t\t\ti, source, height, sourceURL, targetURL;\r\n\r\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\r\n\t\t\tblockquotes[ i ].style.display = 'none';\r\n\t\t}\r\n\r\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\r\n\t\t\tsource = iframes[ i ];\r\n\r\n\t\t\tif ( e.source !== source.contentWindow ) {\r\n\t\t\t\tcontinue;\r\n\t\t\t}\r\n\r\n\t\t\tsource.removeAttribute( 'style' );\r\n\r\n\t\t\t\/* Resize the iframe on request. *\/\r\n\t\t\tif ( 'height' === data.message ) {\r\n\t\t\t\theight = parseInt( data.value, 10 );\r\n\t\t\t\tif ( height > 1000 ) {\r\n\t\t\t\t\theight = 1000;\r\n\t\t\t\t} else if ( ~~height < 200 ) {\r\n\t\t\t\t\theight = 200;\r\n\t\t\t\t}\r\n\r\n\t\t\t\tsource.height = height;\r\n\t\t\t}\r\n\r\n\t\t\t\/* Link to a specific URL on request. *\/\r\n\t\t\tif ( 'link' === data.message ) {\r\n\t\t\t\tsourceURL = document.createElement( 'a' );\r\n\t\t\t\ttargetURL = document.createElement( 'a' );\r\n\r\n\t\t\t\tsourceURL.href = source.getAttribute( 'src' );\r\n\t\t\t\ttargetURL.href = data.value;\r\n\r\n\t\t\t\t\/* Only continue if link hostname matches iframe's hostname. *\/\r\n\t\t\t\tif ( targetURL.host === sourceURL.host ) {\r\n\t\t\t\t\tif ( document.activeElement === source ) {\r\n\t\t\t\t\t\twindow.top.location.href = data.value;\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t};\r\n\r\n\tfunction onLoad() {\r\n\t\tif ( loaded ) {\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tloaded = true;\r\n\r\n\t\tvar isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),\r\n\t\t\tisIE11 = !!navigator.userAgent.match( \/Trident.*rv:11\\.\/ ),\r\n\t\t\tiframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\r\n\t\t\tiframeClone, i, source, secret;\r\n\r\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\r\n\t\t\t\/** @var {IframeElement} *\/\r\n\t\t\tsource = iframes[ i ];\r\n\r\n\t\t\tsecret = source.getAttribute( 'data-secret' );\r\n\t\t\tif ( ! secret ) {\r\n\t\t\t\t\/* Add secret to iframe *\/\r\n\t\t\t\tsecret = Math.random().toString( 36 ).substr( 2, 10 );\r\n\t\t\t\tsource.src += '#?secret=' + secret;\r\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\r\n\t\t\t}\r\n\r\n\t\t\t\/* Remove security attribute from iframes in IE10 and IE11. *\/\r\n\t\t\tif ( ( isIE10 || isIE11 ) ) {\r\n\t\t\t\tiframeClone = source.cloneNode( true );\r\n\t\t\t\tiframeClone.removeAttribute( 'security' );\r\n\t\t\t\tsource.parentNode.replaceChild( iframeClone, source );\r\n\t\t\t}\r\n\r\n\t\t\t\/*\r\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\r\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\r\n\t\t\t * window will then (re-)send the height message right away.\r\n\t\t\t *\/\r\n\t\t\tsource.contentWindow.postMessage( {\r\n\t\t\t\tmessage: 'ready',\r\n\t\t\t\tsecret: secret\r\n\t\t\t}, '*' );\r\n\t\t}\r\n\t}\r\n\r\n\tif ( supportedBrowser ) {\r\n\t\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\r\n\t\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\r\n\t\twindow.addEventListener( 'load', onLoad, false );\r\n\t}\r\n})( window, document );\n<\/script>\n","thumbnail_url":"https:\/\/20097.ttandemdigital.com\/media\/header-contacto-meler.png","thumbnail_width":1920,"thumbnail_height":780,"description":"[vc_row row_spacing=&#8220;spacing-v-0&#8243; row_spacing_h=&#8220;spacing-h-0&#8243; el_class=&#8220;row-no-header&#8220;][vc_column width=&#8220;1\/1&#8243;][vc_row_inner el_class=&#8220;box-container&#8220;][vc_column_inner width=&#8220;1\/2&#8243;][text] M\u00f6chten Sie unsere neuesten Nachrichten erfahren? Abonnieren Sie unseren Newsletter, der Sie \u00fcber die neuesten Nachrichten aus der Branche auf dem Laufenden h\u00e4lt. Seien Sie der Erste, der unsere neuesten Entwicklungen erf\u00e4hrt und Zugang zu exklusiven Interviews mit Branchenexperten hat.\u202f [\/text][pardot pardot_url=&#8220;https:\/\/marketing.meler.eu\/l\/945933\/2021-12-22\/9rhkg&#8220;][\/vc_column_inner][vc_column_inner width=&#8220;1\/2&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]"}