{"id":15,"date":"2026-05-02T14:26:36","date_gmt":"2026-05-02T12:26:36","guid":{"rendered":"https:\/\/radionorandino1240amstgodechuco.com\/?page_id=15"},"modified":"2026-05-02T14:35:04","modified_gmt":"2026-05-02T12:35:04","slug":"inicio","status":"publish","type":"page","link":"https:\/\/radionorandino1240amstgodechuco.com\/","title":{"rendered":"INICIO"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8924e3e e-flex e-con-boxed e-con e-parent\" data-id=\"8924e3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fef0622 e-con-full e-flex e-con e-child\" data-id=\"fef0622\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2702dc elementor-widget elementor-widget-html\" data-id=\"f2702dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Radio Nor Andino - SonicPanel<\/title>\n    <style>\n        :root {\n            --bg: #7D1D0B;\n            --card: #ffffff;\n            --text: #000000;\n            --accent: #ff0000;\n        }\n        body { \n            font-family: 'Segoe UI', Arial, sans-serif;\n            background: var(--bg); color: var(--text); \n            display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; margin: 0; \n        }\n        .player { \n            background: var(--card); padding: 30px; border-radius: 30px; \n            width: 320px; text-align: center; box-shadow: 0 20px 50px rgba(0,0,0,0.8);\n            border: 1px solid #252525;\n            margin-bottom: 20px;\n        }\n        .cover-art { \n            width: 260px; height: 260px; margin: 0 auto 20px; border-radius: 20px; \n            background: #fff; overflow: hidden; position: relative; \n            display: flex; align-items: center; justify-content: center;\n        }\n        #album-art { width: 100%; height: 100%; object-fit: contain; transition: opacity 0.5s; }\n        .badge { \n            position: absolute; top: 12px; right: 12px; background: var(--accent); \n            padding: 5px 10px; border-radius: 6px; font-size: 10px; font-weight: bold;\n            z-index: 10;\n        }\n        h2 { font-size: 1.2rem; margin: 15px 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }\n        p { color: #b0b0b0; margin: 0 0 25px; font-size: 0.9rem; }\n        audio { width: 100%; filter: invert(100%); }\n\n        \/* Estilos para Redes Sociales *\/\n        .social-container {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n            margin-top: 10px;\n        }\n        .social-btn {\n            width: 45px;\n            height: 45px;\n            background: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-decoration: none;\n            transition: transform 0.2s;\n        }\n        .social-btn:hover {\n            transform: scale(1.1);\n        }\n        .social-btn img {\n            width: 24px;\n            height: 24px;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"player\">\n    <div class=\"cover-art\">\n        <div class=\"badge\">EN VIVO<\/div>\n        <img decoding=\"async\" id=\"album-art\" src=\"https:\/\/radionorandino1240amstgodechuco.com\/wp-content\/uploads\/2026\/05\/norandino.png\">\n    <\/div>\n    <h2 id=\"title\">Cargando Radio...<\/h2>\n    <p id=\"artist\">Radio NorAndino<\/p>\n    <audio id=\"audio\" controls autoplay src=\"https:\/\/server.streamingradios.net:8198\/;\"><\/audio>\n<\/div>\n\n<div class=\"social-container\">\n    <a href=\"https:\/\/www.facebook.com\/profile.php?id=61559798416889&locale=es_LA\" target=\"_blank\" class=\"social-btn\">\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/b8\/2021_Facebook_icon.svg\" alt=\"Facebook\">\n    <\/a>\n    <a href=\"https:\/\/wa.me\/51993010425\" target=\"_blank\" class=\"social-btn\">\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\">\n    <\/a>\n    <a href=\"https:\/\/www.facebook.com\/profile.php?id=61559798416889&sk=reels_tab&locale=es_LA\" target=\"_blank\" class=\"social-btn\">\n        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/09\/YouTube_full-color_icon_%282017%29.svg\" alt=\"YouTube\">\n    <\/a>\n<\/div>\n\n<script>\n    const radioAPI = 'https:\/\/server.streamingradios.net\/cp\/get_info.php?p=8198';\n    const proxy = 'https:\/\/api.allorigins.win\/get?url=';\n    const myLogo = 'https:\/\/radionorandino1240amstgodechuco.com\/wp-content\/uploads\/2026\/05\/norandino.png';\n    \n    let currentTitle = \"\";\n\n    async function updateSonicPanelInfo() {\n        try {\n            const cacheBuster = \"&t=\" + new Date().getTime();\n            const response = await fetch(`${proxy}${encodeURIComponent(radioAPI + cacheBuster)}`);\n            const data = await response.json();\n            const info = JSON.parse(data.contents);\n\n            if (info.title && info.title !== currentTitle) {\n                currentTitle = info.title;\n                \n                let parts = info.title.split(' - ');\n                let artistName = parts[0] ? parts[0].trim() : \"Radio Carlos Guido\";\n                let songName = parts[1] ? parts[1].trim() : parts[0].trim();\n\n                document.getElementById('title').innerText = songName;\n                document.getElementById('artist').innerText = artistName;\n\n                getiTunesCover(artistName, songName);\n            }\n        } catch (error) {\n            console.error(\"Error leyendo SonicPanel:\", error);\n        }\n    }\n\n    async function getiTunesCover(artist, song) {\n        const img = document.getElementById('album-art');\n        try {\n            const query = encodeURIComponent(`${artist} ${song}`.replace(\/f\\\/|feat|ft\/gi, \"\"));\n            const url = `https:\/\/itunes.apple.com\/search?term=${query}&media=music&limit=1`;\n            \n            const res = await fetch(url);\n            const json = await res.json();\n\n            if (json.results && json.results.length > 0) {\n                img.src = json.results[0].artworkUrl100.replace('100x100bb.jpg', '600x600bb.jpg');\n                img.style.objectFit = \"cover\";\n            } else {\n                img.src = myLogo;\n                img.style.objectFit = \"contain\";\n            }\n        } catch (e) {\n            img.src = myLogo;\n            img.style.objectFit = \"contain\";\n        }\n    }\n\n    setInterval(updateSonicPanelInfo, 10000);\n    updateSonicPanelInfo();\n\n    document.addEventListener('click', () => {\n        const audio = document.getElementById('audio');\n        if (audio.paused) audio.play();\n    }, { once: true });\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff755f3 elementor-widget elementor-widget-heading\" data-id=\"ff755f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">DERECHOS RESERVADOS NOR ANDINO 2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Radio Nor Andino &#8211; SonicPanel EN VIVO Cargando Radio&#8230; Radio NorAndino DERECHOS RESERVADOS NOR ANDINO 2026<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":25,"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":44,"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/44"}],"wp:attachment":[{"href":"https:\/\/radionorandino1240amstgodechuco.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}