{"id":3518,"date":"2021-11-04T11:45:08","date_gmt":"2021-11-04T11:45:08","guid":{"rendered":"https:\/\/igamingindustry.org\/contacte-con\/"},"modified":"2025-01-30T13:48:20","modified_gmt":"2025-01-30T13:48:20","slug":"contact","status":"publish","type":"page","link":"https:\/\/igamingindustry.org\/es\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3518\" class=\"elementor elementor-3518 elementor-2105\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ba5260 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ba5260\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-ffe814a\" data-id=\"ffe814a\" 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-5399611 elementor-widget elementor-widget-html\" data-id=\"5399611\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tThank you for your interest in iGamingIndustry.org. If you have any questions or comments, please do not hesitate to contact us using the information below.\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e5bb87 elementor-widget elementor-widget-heading\" data-id=\"3e5bb87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact iGamingIndustry.org<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef98a96 elementor-widget elementor-widget-text-editor\" data-id=\"ef98a96\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"group w-full text-gray-800 dark:text-gray-100 border-b border-black\/10 dark:border-gray-900\/50 bg-gray-50 dark:bg-[#444654]\"><div class=\"flex p-4 gap-4 text-base md:gap-6 md:max-w-2xl lg:max-w-xl xl:max-w-3xl md:py-6 lg:px-0 m-auto\"><div class=\"relative flex flex-col w-[calc(100%-50px)] gap-1 md:gap-3 lg:w-[calc(100%-115px)]\"><div class=\"flex flex-grow flex-col gap-3\"><div class=\"min-h-[20px] flex flex-col items-start gap-4 whitespace-pre-wrap break-words\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><p>If you have any questions or concerns regarding advertising, please do not hesitate to contact us on Skype. We are here to assist you and answer any questions you may have about our advertising solutions and how they can benefit your business.<\/p><p>We strive to provide top-notch customer service and always prioritize our customers&#8217; needs. So if you have any inquiries about advertising, add us on Skype and let us help you find the best solution for your needs.<\/p><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f5ee1e elementor-widget elementor-widget-html\" data-id=\"4f5ee1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  .contact-button {\n    font-size: 18px;\n    font-family: \"Arial\", sans-serif;\n    font-weight: bold;\n    color: #ffffff; \/* White text *\/\n    background-color: #004085; \/* Deep blue *\/\n    border: none;\n    border-radius: 8px; \/* Smooth edges *\/\n    padding: 14px 20px; \/* Optimal click area *\/\n    text-decoration: none; \/* No underline *\/\n    display: inline-block; \/* Button behavior *\/\n    transition: all 0.3s ease-in-out; \/* Smooth effect *\/\n    cursor: pointer; \/* Indicates it's clickable *\/\n    text-align: left; \/* Aligns text inside the button *\/\n    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); \/* Subtle shadow effect *\/\n    width: 250px; \/* Makes buttons uniform *\/\n  }\n\n  .contact-button:hover {\n    background-color: #002b5e; \/* Darker blue on hover *\/\n    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15); \/* Stronger hover shadow *\/\n  }\n\n  .contact-container {\n    margin: 20px 0;\n    display: flex;\n    flex-direction: column;\n    gap: 12px; \/* Spacing between buttons *\/\n    align-items: flex-start; \/* Left aligns everything *\/\n  }\n\n  .email-text {\n    font-size: 18px;\n    font-family: \"Arial\", sans-serif;\n    font-weight: bold;\n    color: #004085;\n  }\n<\/style>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ ** UPDATE EMAIL HERE ** \/\/\n    var emailUser = \"hello\"; \n    var emailDomain = \"igamingindustry.org\"; \n\n    \/\/ Construct email dynamically (bots can't read it)\n    var emailFull = emailUser + \"@\" + emailDomain;\n\n    \/\/ Show email as plain text (still bot-safe)\n    var emailText = document.createElement(\"span\");\n    emailText.className = \"email-text\";\n    emailText.innerHTML = \"\ud83d\udce7 \" + emailFull;\n    document.getElementById(\"email-display\").appendChild(emailText);\n\n    \/\/ Email Button\n    var emailLink = document.createElement(\"a\");\n    emailLink.href = \"mailto:\" + emailFull;\n    emailLink.className = \"contact-button\";\n    emailLink.innerHTML = \"\ud83d\udce9 Send Email\";\n    document.getElementById(\"email-button\").appendChild(emailLink);\n\n    \/\/ Skype Button\n    var skypeID = \"live:.cid.d5c381bed0056b6c\";\n    var skypeLink = document.createElement(\"a\");\n    skypeLink.href = \"skype:\" + skypeID + \"?chat\";\n    skypeLink.className = \"contact-button\";\n    skypeLink.innerHTML = \"\ud83d\udcac Chat on Skype\";\n    document.getElementById(\"skype-link\").appendChild(skypeLink);\n\n    \/\/ Telegram Button\n    var telegramLink = document.createElement(\"a\");\n    telegramLink.href = \"https:\/\/t.me\/m\/OEuW4H1OMzY0\";\n    telegramLink.className = \"contact-button\";\n    telegramLink.innerHTML = \"\ud83d\udcf2 Chat on Telegram\";\n    document.getElementById(\"telegram-link\").appendChild(telegramLink);\n  });\n<\/script>\n\n<div class=\"contact-container\">\n  <div id=\"email-display\"><\/div> <!-- Email shown as text dynamically -->\n  <div id=\"email-button\"><\/div>\n  <div id=\"skype-link\"><\/div>\n  <div id=\"telegram-link\"><\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-da1a8f4 elementor-widget elementor-widget-heading\" data-id=\"da1a8f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Use Skype for Advertising Inquiries<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed84392 elementor-widget elementor-widget-text-editor\" data-id=\"ed84392\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Using Skype to connect with our advertising team is easy and convenient. Simply add our Skype ID to your contacts and send us a message. We will respond as soon as possible and work with you to discuss your advertising needs and how we can help you reach your target audience.<\/p><p>So if you&#8217;re looking to advertise your products or services in the online gaming industry, why wait? Use Skype to connect with our advertising team today and start reaching your target audience. We look forward to hearing from you!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-559cdc0 elementor-widget elementor-widget-html\" data-id=\"559cdc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<table>\n  <tr>\n    <th>Name<\/th>\n    <th>Skype ID<\/th>\n  <\/tr>\n  <tr>\n    <td>iGamingindustry.org<\/td>\n    <td>live:.cid.d5c381bed0056b6c<\/td>\n  <\/tr>\n  <tr>\n<\/table>\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-75972dc\" data-id=\"75972dc\" 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-83b6a79 elementor-widget elementor-widget-html\" data-id=\"83b6a79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t <a href=\"https:\/\/record.betsson.com\/_DtYLaJw8BnVCcZ1L2xVK6UMKqNIG4hIv\/1\/&media=192058&campaign=1\"><img decoding=\"async\" src=\"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif\" \/><\/a> \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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-437bc64 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"437bc64\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c419c0\" data-id=\"6c419c0\" 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-4a9ebdb elementor-widget elementor-widget-html\" data-id=\"4a9ebdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<center><script src=\"https:\/\/cdn.bannerflow.com\/bf-placements\/63ef9aed76084e31031ef9c7?targetwindow=_blank&targeturl=https:\/\/record.betsafe.com\/_DtYLaJw8BnUkjyejsYhVXIkx6j8zsU1q\/1\/&media=197248&campaign=1\" async><\/script><\/center>\n\n\n\n\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-33c4ed0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"33c4ed0\" 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-2929b68\" data-id=\"2929b68\" 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-998f722 elementor-widget elementor-widget-spacer\" data-id=\"998f722\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f56ce5 elementor-widget elementor-widget-foxiz-grid-2\" data-id=\"8f56ce5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"foxiz-grid-2.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"uid_8f56ce5\" class=\"block-wrap block-grid block-grid-2 rb-columns rb-col-4 rb-tcol-3 rb-mcol-1 is-gap-custom ecat-l-dot\"><div class=\"block-inner\">        <div class=\"p-wrap p-grid p-grid-2\" data-pid=\"9961\">\r\n\t            <div class=\"feat-holder\">        <div class=\"p-featured\">\r\n\t\t\t        <a class=\"p-flink\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-real-sociedad-contra-fc-barcelona\/\" title=\"Alineaciones De Real Sociedad Contra Fc Barcelona\">\r\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"280\" src=\"https:\/\/igamingindustry.org\/wp-content\/uploads\/2025\/02\/Namnlos-design-2025-02-07T114128.803-420x280.jpg\" class=\"featured-img wp-post-image\" alt=\"\" loading=\"lazy\" \/>        <\/a>\r\n\t\t        <\/div>\r\n\t<\/div>\r\n\t\t<div class=\"p-categories p-top\"><a class=\"p-category category-id-109\" href=\"https:\/\/igamingindustry.org\/es\/category\/blog-es\/\" rel=\"category\">Blog<\/a><\/div><h3 class=\"entry-title\">        <a class=\"p-url\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-real-sociedad-contra-fc-barcelona\/\" rel=\"bookmark\">Alineaciones De Real Sociedad Contra Fc Barcelona<\/a><\/h3>            <div class=\"p-meta has-bookmark\">\r\n                <div class=\"meta-inner is-meta\">\r\n\t\t\t\t\t<span class=\"meta-el meta-date\">\r\n\t\t<i class=\"rbi rbi-clock\" aria-hidden=\"true\"><\/i>            <time class=\"date published\" datetime=\"2025-02-16T11:20:15+00:00\">1 a\u00f1o ago<\/time>\r\n\t\t        <\/span>\r\n\t\t                <\/div>\r\n\t\t\t\t<span class=\"rb-bookmark bookmark-trigger\" data-pid=\"9961\"><\/span>            <\/div>\r\n\t\t        <\/div>\r\n\t        <div class=\"p-wrap p-grid p-grid-2\" data-pid=\"9960\">\r\n\t            <div class=\"feat-holder\">        <div class=\"p-featured\">\r\n\t\t\t        <a class=\"p-flink\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-fc-barcelona-contra-sevilla-fc\/\" title=\"Alineaciones De Fc Barcelona Contra Sevilla Fc\">\r\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"280\" src=\"https:\/\/igamingindustry.org\/wp-content\/uploads\/2025\/02\/Namnlos-design-2025-02-07T114148.896-420x280.jpg\" class=\"featured-img wp-post-image\" alt=\"\" loading=\"lazy\" \/>        <\/a>\r\n\t\t        <\/div>\r\n\t<\/div>\r\n\t\t<div class=\"p-categories p-top\"><a class=\"p-category category-id-109\" href=\"https:\/\/igamingindustry.org\/es\/category\/blog-es\/\" rel=\"category\">Blog<\/a><\/div><h3 class=\"entry-title\">        <a class=\"p-url\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-fc-barcelona-contra-sevilla-fc\/\" rel=\"bookmark\">Alineaciones De Fc Barcelona Contra Sevilla Fc<\/a><\/h3>            <div class=\"p-meta has-bookmark\">\r\n                <div class=\"meta-inner is-meta\">\r\n\t\t\t\t\t<span class=\"meta-el meta-date\">\r\n\t\t<i class=\"rbi rbi-clock\" aria-hidden=\"true\"><\/i>            <time class=\"date published\" datetime=\"2025-02-14T10:32:12+00:00\">1 a\u00f1o ago<\/time>\r\n\t\t        <\/span>\r\n\t\t                <\/div>\r\n\t\t\t\t<span class=\"rb-bookmark bookmark-trigger\" data-pid=\"9960\"><\/span>            <\/div>\r\n\t\t        <\/div>\r\n\t        <div class=\"p-wrap p-grid p-grid-2\" data-pid=\"9959\">\r\n\t            <div class=\"feat-holder\">        <div class=\"p-featured\">\r\n\t\t\t        <a class=\"p-flink\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-real-madrid-contra-osasuna\/\" title=\"Alineaciones De Real Madrid Contra Osasuna\">\r\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"280\" src=\"https:\/\/igamingindustry.org\/wp-content\/uploads\/2025\/02\/Namnlos-design-2025-02-07T114205.074-420x280.jpg\" class=\"featured-img wp-post-image\" alt=\"\" loading=\"lazy\" \/>        <\/a>\r\n\t\t        <\/div>\r\n\t<\/div>\r\n\t\t<div class=\"p-categories p-top\"><a class=\"p-category category-id-109\" href=\"https:\/\/igamingindustry.org\/es\/category\/blog-es\/\" rel=\"category\">Blog<\/a><\/div><h3 class=\"entry-title\">        <a class=\"p-url\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-real-madrid-contra-osasuna\/\" rel=\"bookmark\">Alineaciones De Real Madrid Contra Osasuna<\/a><\/h3>            <div class=\"p-meta has-bookmark\">\r\n                <div class=\"meta-inner is-meta\">\r\n\t\t\t\t\t<span class=\"meta-el meta-date\">\r\n\t\t<i class=\"rbi rbi-clock\" aria-hidden=\"true\"><\/i>            <time class=\"date published\" datetime=\"2025-02-13T09:30:15+00:00\">1 a\u00f1o ago<\/time>\r\n\t\t        <\/span>\r\n\t\t                <\/div>\r\n\t\t\t\t<span class=\"rb-bookmark bookmark-trigger\" data-pid=\"9959\"><\/span>            <\/div>\r\n\t\t        <\/div>\r\n\t        <div class=\"p-wrap p-grid p-grid-2\" data-pid=\"9958\">\r\n\t            <div class=\"feat-holder\">        <div class=\"p-featured\">\r\n\t\t\t        <a class=\"p-flink\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-osasuna-contra-fc-barcelona\/\" title=\"Alineaciones De Osasuna Contra Fc Barcelona\">\r\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"420\" height=\"280\" src=\"https:\/\/igamingindustry.org\/wp-content\/uploads\/2025\/02\/Namnlos-design-2025-02-07T114228.125-420x280.jpg\" class=\"featured-img wp-post-image\" alt=\"\" loading=\"lazy\" \/>        <\/a>\r\n\t\t        <\/div>\r\n\t<\/div>\r\n\t\t<div class=\"p-categories p-top\"><a class=\"p-category category-id-109\" href=\"https:\/\/igamingindustry.org\/es\/category\/blog-es\/\" rel=\"category\">Blog<\/a><\/div><h3 class=\"entry-title\">        <a class=\"p-url\" href=\"https:\/\/igamingindustry.org\/es\/blog-es\/alineaciones-de-osasuna-contra-fc-barcelona\/\" rel=\"bookmark\">Alineaciones De Osasuna Contra Fc Barcelona<\/a><\/h3>            <div class=\"p-meta has-bookmark\">\r\n                <div class=\"meta-inner is-meta\">\r\n\t\t\t\t\t<span class=\"meta-el meta-date\">\r\n\t\t<i class=\"rbi rbi-clock\" aria-hidden=\"true\"><\/i>            <time class=\"date published\" datetime=\"2025-02-12T07:30:11+00:00\">1 a\u00f1o ago<\/time>\r\n\t\t        <\/span>\r\n\t\t                <\/div>\r\n\t\t\t\t<span class=\"rb-bookmark bookmark-trigger\" data-pid=\"9958\"><\/span>            <\/div>\r\n\t\t        <\/div>\r\n\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5c84d8 elementor-widget elementor-widget-spacer\" data-id=\"f5c84d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\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>Thank you for your interest in iGamingIndustry.org. If you have any questions or comments, please do not hesitate to contact us using the information below. Contact iGamingIndustry.org If you have any questions or concerns regarding advertising, please do not hesitate to contact us on Skype. We are here to assist you and answer any questions [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-3518","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - iGaming Industry<\/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:\/\/igamingindustry.org\/es\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - iGaming Industry\" \/>\n<meta property=\"og:description\" content=\"Thank you for your interest in iGamingIndustry.org. If you have any questions or comments, please do not hesitate to contact us using the information below. Contact iGamingIndustry.org If you have any questions or concerns regarding advertising, please do not hesitate to contact us on Skype. We are here to assist you and answer any questions [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/igamingindustry.org\/es\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"iGaming Industry\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-30T13:48:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/\",\"url\":\"https:\/\/igamingindustry.org\/es\/contact\/\",\"name\":\"Contact - iGaming Industry\",\"isPartOf\":{\"@id\":\"https:\/\/igamingindustry.org\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif\",\"datePublished\":\"2021-11-04T11:45:08+00:00\",\"dateModified\":\"2025-01-30T13:48:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/igamingindustry.org\/es\/contact\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage\",\"url\":\"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif\",\"contentUrl\":\"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/igamingindustry.org\/es\/contact\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/igamingindustry.org\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/igamingindustry.org\/es\/#website\",\"url\":\"https:\/\/igamingindustry.org\/es\/\",\"name\":\"iGaming Industry\",\"description\":\"Latest Business News\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/igamingindustry.org\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - iGaming Industry","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:\/\/igamingindustry.org\/es\/contact\/","og_locale":"es_ES","og_type":"article","og_title":"Contact - iGaming Industry","og_description":"Thank you for your interest in iGamingIndustry.org. If you have any questions or comments, please do not hesitate to contact us using the information below. Contact iGamingIndustry.org If you have any questions or concerns regarding advertising, please do not hesitate to contact us on Skype. We are here to assist you and answer any questions [&hellip;]","og_url":"https:\/\/igamingindustry.org\/es\/contact\/","og_site_name":"iGaming Industry","article_modified_time":"2025-01-30T13:48:20+00:00","og_image":[{"url":"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/igamingindustry.org\/es\/contact\/","url":"https:\/\/igamingindustry.org\/es\/contact\/","name":"Contact - iGaming Industry","isPartOf":{"@id":"https:\/\/igamingindustry.org\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage"},"image":{"@id":"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage"},"thumbnailUrl":"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif","datePublished":"2021-11-04T11:45:08+00:00","dateModified":"2025-01-30T13:48:20+00:00","breadcrumb":{"@id":"https:\/\/igamingindustry.org\/es\/contact\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/igamingindustry.org\/es\/contact\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/igamingindustry.org\/es\/contact\/#primaryimage","url":"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif","contentUrl":"https:\/\/media.betssongroupaffiliates.com\/native_apps\/12372%20-%20Betsson%20App%20Android%20&%20iOS-300x600-English.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/igamingindustry.org\/es\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/igamingindustry.org\/es\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/igamingindustry.org\/es\/#website","url":"https:\/\/igamingindustry.org\/es\/","name":"iGaming Industry","description":"Latest Business News","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/igamingindustry.org\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/pages\/3518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/comments?post=3518"}],"version-history":[{"count":5,"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/pages\/3518\/revisions"}],"predecessor-version":[{"id":9291,"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/pages\/3518\/revisions\/9291"}],"wp:attachment":[{"href":"https:\/\/igamingindustry.org\/es\/wp-json\/wp\/v2\/media?parent=3518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}