{"id":162,"date":"2026-04-17T12:37:05","date_gmt":"2026-04-17T12:37:05","guid":{"rendered":"https:\/\/gamingwithdaopa.ellatha.com\/music\/?p=162"},"modified":"2026-04-22T16:07:26","modified_gmt":"2026-04-22T16:07:26","slug":"heartland-country-pop","status":"publish","type":"post","link":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/","title":{"rendered":"Heartland Country Pop"},"content":{"rendered":"\r\n<div id=\"music-player-page\">\r\n  <style>\r\n    :root {\r\n      --bg: #0a0c10;\r\n      --panel: #12141b;\r\n      --panel-hover: #1c1f29;\r\n      --highlight: #1db954;\r\n      --yt-red: #ff0000;\r\n      --deezer-yellow: #ffcc00;\r\n      --apple-silver: #d1d1d1;\r\n      --text: #e0e0e0;\r\n      --transition: 0.3s ease;\r\n    }\r\n    #music-player-page {\r\n      font-family: \"Segoe UI\", sans-serif;\r\n      background: var(--bg);\r\n      padding: 20px;\r\n      border-radius: 16px;\r\n      box-shadow: 0 4px 15px rgba(0,0,0,0.5);\r\n      max-width: 900px;\r\n      margin: auto;\r\n    }\r\n    .music-tabs {\r\n      display: flex;\r\n      justify-content: center;\r\n      flex-wrap: wrap;\r\n      margin-bottom: 15px;\r\n    }\r\n    .music-tab {\r\n      flex: 1 1 auto;\r\n      text-align: center;\r\n      padding: 12px 20px;\r\n      cursor: pointer;\r\n      color: var(--text);\r\n      background: var(--panel);\r\n      border: none;\r\n      outline: none;\r\n      font-size: 16px;\r\n      font-weight: bold;\r\n      transition: var(--transition);\r\n    }\r\n    .music-tab i {\r\n      margin-right: 8px;\r\n    }\r\n    .music-tab:hover {\r\n      background: var(--panel-hover);\r\n    }\r\n    .music-tab.active {\r\n      background: var(--highlight);\r\n      color: #fff;\r\n    }\r\n    .music-tab.youtube.active {\r\n      background: var(--yt-red);\r\n    }\r\n    .music-tab.deezer.active {\r\n      background: var(--deezer-yellow);\r\n      color: #000;\r\n    }\r\n    .music-tab.apple.active {\r\n      background: var(--apple-silver);\r\n      color: #000;\r\n    }\r\n    .music-panel {\r\n      display: none;\r\n      animation: fadeIn 0.5s;\r\n      background: var(--panel);\r\n      padding: 15px;\r\n      border-radius: 12px;\r\n    }\r\n    .music-panel.active {\r\n      display: block;\r\n    }\r\n    @keyframes fadeIn {\r\n      from {opacity: 0;}\r\n      to {opacity: 1;}\r\n    }\r\n    .embed-container {\r\n      height: auto;\r\n      overflow: hidden;\r\n      max-width: 100%;\r\n      border-radius: 12px;\r\n      box-shadow: 0 2px 12px rgba(0,0,0,0.7);\r\n      margin: 15px 0;\r\n    }\r\n    .embed-container iframe {\r\n      width:100%;\r\n      border:0;\r\n      border-radius: 12px;\r\n    }\r\n    .panel-text {\r\n      color: var(--text);\r\n      font-size: 15px;\r\n      line-height: 1.6;\r\n      margin: 12px 0;\r\n    }\r\n    .share-buttons {\r\n      display: flex;\r\n      justify-content: center;\r\n      gap: 12px;\r\n      margin-top: 15px;\r\n      flex-wrap: wrap;\r\n    }\r\n    .share-buttons a {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 42px;\r\n      height: 42px;\r\n      border-radius: 50%;\r\n      background: var(--panel-hover);\r\n      color: var(--text);\r\n      transition: var(--transition);\r\n      font-size: 18px;\r\n      text-decoration: none;\r\n    }\r\n    .share-buttons a:hover { color: #fff; }\r\n    .share-buttons .facebook:hover { background: #1877f2; }\r\n    .share-buttons .twitter:hover { background: #1da1f2; }\r\n    .share-buttons .reddit:hover { background: #ff4500; }\r\n    .share-buttons .email:hover { background: #6fcf97; }\r\n    .lyrics-section {\r\n      margin-top: 20px;\r\n      background: var(--panel);\r\n      padding: 15px;\r\n      border-radius: 12px;\r\n    }\r\n    .lyrics-section h2 {\r\n      color: var(--text);\r\n      font-size: 20px;\r\n      margin-bottom: 15px;\r\n      text-align: center;\r\n    }\r\n    .lyrics-tabs {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 10px;\r\n      margin-bottom: 15px;\r\n    }\r\n    .lyrics-tab {\r\n      padding: 10px 15px;\r\n      cursor: pointer;\r\n      color: var(--text);\r\n      background: var(--panel-hover);\r\n      border-radius: 8px;\r\n      font-size: 14px;\r\n      transition: var(--transition);\r\n    }\r\n    .lyrics-tab:hover {\r\n      background: var(--highlight);\r\n      color: #fff;\r\n    }\r\n    .lyrics-tab.active {\r\n      background: var(--highlight);\r\n      color: #fff;\r\n    }\r\n    .lyrics-content {\r\n      display: none;\r\n      color: var(--text);\r\n      font-size: 14px;\r\n      line-height: 1.8;\r\n      white-space: pre-wrap;\r\n      background: var(--bg);\r\n      padding: 15px;\r\n      border-radius: 8px;\r\n      min-height: 100px;\r\n    }\r\n    .lyrics-content.active {\r\n      display: block;\r\n    }\r\n    @media (max-width: 768px) {\r\n      #music-player-page {\r\n        padding: 10px;\r\n      }\r\n      .music-tab {\r\n        padding: 10px 15px;\r\n        font-size: 14px;\r\n      }\r\n      .panel-text {\r\n        font-size: 14px;\r\n      }\r\n      .lyrics-section h2 {\r\n        font-size: 18px;\r\n      }\r\n      .lyrics-tab {\r\n        font-size: 13px;\r\n        padding: 8px 12px;\r\n      }\r\n      .lyrics-content {\r\n        font-size: 13px;\r\n      }\r\n      .embed-container iframe {\r\n        height: 352px !important;\r\n      }\r\n      .embed-container iframe.youtube-iframe {\r\n        height: 200px !important;\r\n      }\r\n    }\r\n    @media (max-width: 480px) {\r\n      .music-tab {\r\n        flex: 1 1 100%;\r\n        margin-bottom: 5px;\r\n      }\r\n      .share-buttons {\r\n        gap: 8px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- Tabs -->\r\n  <div class=\"music-tabs\">\r\n    <button class=\"music-tab spotify active\" onclick=\"switchTab('spotify')\">\r\n      <i class=\"fa fa-spotify\"><\/i> Spotify\r\n    <\/button>\r\n    <button class=\"music-tab apple\" onclick=\"switchTab('apple')\">\r\n      <i class=\"fa fa-apple\"><\/i> Apple Music\r\n    <\/button>\r\n    <button class=\"music-tab youtube\" onclick=\"switchTab('youtube')\">\r\n      <i class=\"fa fa-youtube-play\"><\/i> YouTube Music\r\n    <\/button>\r\n    <button class=\"music-tab deezer\" onclick=\"switchTab('deezer')\">\r\n      <i class=\"fa fa-music\"><\/i> Deezer\r\n    <\/button>\r\n  <\/div>\r\n\r\n  <!-- Spotify Panel -->\r\n  <div id=\"spotify\" class=\"music-panel active\">\r\n    <p class=\"panel-text\">\r\n      Discover <strong>Heartland Country Pop<\/strong>, the latest album from independent artist <strong>DaOpa<\/strong>.\r\n      This release features <strong>18 songs<\/strong> spanning <strong>1 hour and 27 minutes<\/strong>, packed with heartfelt country pop tracks perfect for <strong>lovers of country music<\/strong>.\r\n      Enjoy vibrant melodies crafted for immersive listening or chilling.\r\n    <\/p>\r\n    <div class=\"embed-container\">\r\n      <iframe src=\"https:\/\/open.spotify.com\/embed\/album\/6XNN4YOQOZoVeSooETete8\" height=\"352\" frameborder=\"0\" allowfullscreen allow=\"autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture\"><\/iframe>\r\n    <\/div>\r\n    <p class=\"panel-text\">\r\n      Stream the full album now on Spotify, follow DaOpa for future drops, and add this to your favorite country music playlists.\r\n      Sharing the album helps support independent creators and spreads music that celebrates heartland vibes.\r\n    <\/p>\r\n    <div class=\"share-buttons\">\r\n      <a class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a>\r\n      <a class=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8&#038;text=Check%20out%20DaOpa%20Heartland%20Country%20Pop%20on%20Spotify!\" target=\"_blank\" title=\"Share on Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a>\r\n      <a class=\"reddit\" href=\"https:\/\/www.reddit.com\/submit?url=https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8&#038;title=DaOpa%20Heartland%20Country%20Pop%20Album%20on%20Spotify\" target=\"_blank\" title=\"Share on Reddit\"><i class=\"fa fa-reddit\"><\/i><\/a>\r\n      <a class=\"email\" href=\"mailto:?subject=DaOpa%20Heartland%20Country%20Pop%20Album&#038;body=Check%20out%20this%20album%20on%20Spotify:%20https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8\" title=\"Share via Email\"><i class=\"fa fa-envelope\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Apple Music Panel -->\r\n  <div id=\"apple\" class=\"music-panel\">\r\n    <p class=\"panel-text\">\r\n      Stream <strong>Heartland Country Pop<\/strong> on <strong>Apple Music<\/strong>, an <strong>18-song<\/strong> album lasting <strong>1 hour and 27 minutes<\/strong>.\r\n      Featuring heartfelt country pop tracks, it\u2019s ideal for <strong>lovers of country music<\/strong>.\r\n      Perfect for immersive listening or relaxed vibing.\r\n    <\/p>\r\n    <div class=\"embed-container\">\r\n      <iframe allow=\"autoplay *; encrypted-media *; fullscreen *\" frameborder=\"0\" height=\"450\" sandbox=\"allow-forms allow-popups allow-same-origin allow-scripts allow-storage-access-by-user-activation allow-top-navigation-by-user-activation\" src=\"https:\/\/embed.music.apple.com\/us\/album\/heartland-country-pop\/1892020332\"><\/iframe>\r\n    <\/div>\r\n    <p class=\"panel-text\">\r\n      Add <strong>Heartland Country Pop<\/strong> to your Apple Music library, follow DaOpa for new releases, and share with your country music community.\r\n      These tracks are perfect for enjoying heartland soundscapes.\r\n    <\/p>\r\n    <div class=\"share-buttons\">\r\n      <a class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/music.apple.com\/us\/album\/heartland-country-pop\/1892020332\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a>\r\n      <a class=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/music.apple.com\/us\/album\/heartland-country-pop\/1892020332&#038;text=Check%20out%20DaOpa%20Heartland%20Country%20Pop%20on%20Apple%20Music!\" target=\"_blank\" title=\"Share on Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a>\r\n      <a class=\"reddit\" href=\"https:\/\/www.reddit.com\/submit?url=https:\/\/music.apple.com\/us\/album\/heartland-country-pop\/1892020332&#038;title=DaOpa%20Heartland%20Country%20Pop%20Album%20on%20Apple%20Music\" target=\"_blank\" title=\"Share on Reddit\"><i class=\"fa fa-reddit\"><\/i><\/a>\r\n      <a class=\"email\" href=\"mailto:?subject=DaOpa%20Heartland%20Country%20Pop%20Album&#038;body=Check%20out%20this%20album%20on%20Apple%20Music:%20https:\/\/music.apple.com\/us\/album\/heartland-country-pop\/1892020332\" title=\"Share via Email\"><i class=\"fa fa-envelope\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- YouTube Music Panel -->\r\n  <div id=\"youtube\" class=\"music-panel\">\r\n    <p class=\"panel-text\">\r\n      Experience <strong>Heartland Country Pop<\/strong> on <strong>YouTube Music<\/strong>, an <strong>18-song<\/strong> album lasting <strong>1 hour and 27 minutes<\/strong>.\r\n      Featuring heartfelt country pop tracks, it\u2019s ideal for <strong>lovers of country music<\/strong>.\r\n      Perfect for immersive listening or relaxed vibing.\r\n    <\/p>\r\n    <div class=\"embed-container\">\r\n      <iframe class=\"youtube-iframe\" src=\"https:\/\/www.youtube.com\/embed\/videoseries?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA\" height=\"315\" frameborder=\"0\" allowfullscreen><\/iframe>\r\n    <\/div>\r\n    <p class=\"panel-text\">\r\n      Add DaOpa\u2019s latest album to your YouTube Music rotation and share it with your country music community.\r\n      These tracks are perfect for enjoying heartland soundscapes.\r\n    <\/p>\r\n    <div class=\"share-buttons\">\r\n      <a class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/www.youtube.com\/playlist?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a>\r\n      <a class=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/www.youtube.com\/playlist?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA&#038;text=Listen%20to%20DaOpa%20Heartland%20Country%20Pop%20on%20YouTube%20Music!\" target=\"_blank\" title=\"Share on Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a>\r\n      <a class=\"reddit\" href=\"https:\/\/www.reddit.com\/submit?url=https:\/\/www.youtube.com\/playlist?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA&#038;title=DaOpa%20Heartland%20Country%20Pop%20Album%20on%20YouTube%20Music\" target=\"_blank\" title=\"Share on Reddit\"><i class=\"fa fa-reddit\"><\/i><\/a>\r\n      <a class=\"email\" href=\"mailto:?subject=DaOpa%20Heartland%20Country%20Pop%20Album&#038;body=Check%20out%20this%20album%20on%20YouTube%20Music:%20https:\/\/www.youtube.com\/playlist?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA\" title=\"Share via Email\"><i class=\"fa fa-envelope\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Deezer Panel -->\r\n  <div id=\"deezer\" class=\"music-panel\">\r\n    <p class=\"panel-text\">\r\n      Stream <strong>Heartland Country Pop<\/strong> on <strong>Deezer<\/strong>, an <strong>18-song<\/strong> album running for <strong>1 hour and 27 minutes<\/strong>.\r\n      With heartfelt country pop tracks, it\u2019s crafted for <strong>lovers of country music<\/strong>.\r\n      Dive into vibrant melodies perfect for immersive listening or chilling.\r\n    <\/p>\r\n    <div class=\"embed-container\">\r\n      <iframe loading=\"lazy\" src=\"https:\/\/widget.deezer.com\/widget\/dark\/album\/957178841\" scrolling=\"no\" height=\"352\" width=\"100%\" frameborder=\"0\" allow=\"encrypted-media\"><\/iframe>\r\n    <\/div>\r\n    <p class=\"panel-text\">\r\n      Add <strong>Heartland Country Pop<\/strong> to your Deezer playlists, follow DaOpa for new releases, and share with your country music community.\r\n      These tracks are perfect for vibing to country music.\r\n    <\/p>\r\n    <div class=\"share-buttons\">\r\n      <a class=\"facebook\" href=\"https:\/\/www.facebook.com\/sharer\/sharer.php?u=https:\/\/www.deezer.com\/us\/album\/957178841\" target=\"_blank\" title=\"Share on Facebook\"><i class=\"fa fa-facebook\"><\/i><\/a>\r\n      <a class=\"twitter\" href=\"https:\/\/twitter.com\/intent\/tweet?url=https:\/\/www.deezer.com\/us\/album\/957178841&#038;text=Check%20out%20DaOpa%20Heartland%20Country%20Pop%20on%20Deezer!\" target=\"_blank\" title=\"Share on Twitter\"><i class=\"fa fa-twitter\"><\/i><\/a>\r\n      <a class=\"reddit\" href=\"https:\/\/www.reddit.com\/submit?url=https:\/\/www.deezer.com\/us\/album\/957178841&#038;title=DaOpa%20Heartland%20Country%20Pop%20Album%20on%20Deezer\" target=\"_blank\" title=\"Share on Reddit\"><i class=\"fa fa-reddit\"><\/i><\/a>\r\n      <a class=\"email\" href=\"mailto:?subject=DaOpa%20Heartland%20Country%20Pop%20Album&#038;body=Check%20out%20this%20album%20on%20Deezer:%20https:\/\/www.deezer.com\/us\/album\/957178841\" title=\"Share via Email\"><i class=\"fa fa-envelope\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Lyrics Section -->\r\n  <div class=\"lyrics-section\">\r\n    <h2>Lyrics<\/h2>\r\n    <div class=\"lyrics-tabs\" id=\"lyrics-tabs\"><\/div>\r\n    <div id=\"lyrics-content\"><\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    let lyricsData = []; \/\/ will hold the songs array from the new compact JSON\r\n    function switchTab(tabId) {\r\n      document.querySelectorAll('.music-panel').forEach(p => p.classList.remove('active'));\r\n      document.querySelectorAll('.music-tab').forEach(t => t.classList.remove('active'));\r\n      document.getElementById(tabId).classList.add('active');\r\n      if (event && event.currentTarget) event.currentTarget.classList.add('active');\r\n    }\r\n    \/\/ Load lyrics from the NEW compact JSON (update this URL after you upload your new JSON file)\r\n    fetch('https:\/\/gamingwithdaopa.ellatha.com\/media\/music\/heartland-country-pop.json')\r\n      .then(response => {\r\n        if (!response.ok) throw new Error('Network response was not ok');\r\n        return response.json();\r\n      })\r\n      .then(data => {\r\n        lyricsData = data.songs || data;\r\n        updateLyricsTabs();\r\n      })\r\n      .catch(error => {\r\n        console.error('Error loading lyrics:', error);\r\n        const contentContainer = document.getElementById('lyrics-content');\r\n        const noLyrics = document.createElement('div');\r\n        noLyrics.className = 'lyrics-content active';\r\n        noLyrics.textContent = 'Error loading lyrics. Please try again later.';\r\n        contentContainer.appendChild(noLyrics);\r\n      });\r\n    function updateLyricsTabs() {\r\n      const tabsContainer = document.getElementById('lyrics-tabs');\r\n      const contentContainer = document.getElementById('lyrics-content');\r\n      tabsContainer.innerHTML = '';\r\n      contentContainer.innerHTML = '';\r\n      lyricsData.forEach((songArr, index) => {\r\n        const [name, lyrics] = songArr;\r\n        const tab = document.createElement('div');\r\n        tab.className = `lyrics-tab ${index === 0 ? 'active' : ''}`;\r\n        tab.textContent = name;\r\n        tab.onclick = () => switchLyricsTab(index);\r\n        tabsContainer.appendChild(tab);\r\n        const content = document.createElement('div');\r\n        content.className = `lyrics-content ${index === 0 ? 'active' : ''}`;\r\n        content.textContent = lyrics;\r\n        contentContainer.appendChild(content);\r\n      });\r\n      if (lyricsData.length === 0) {\r\n        const noLyrics = document.createElement('div');\r\n        noLyrics.className = 'lyrics-content active';\r\n        noLyrics.textContent = 'No lyrics available yet.';\r\n        contentContainer.appendChild(noLyrics);\r\n      }\r\n    }\r\n    function switchLyricsTab(index) {\r\n      document.querySelectorAll('.lyrics-tab').forEach(t => t.classList.remove('active'));\r\n      document.querySelectorAll('.lyrics-content').forEach(c => c.classList.remove('active'));\r\n      document.querySelectorAll('.lyrics-tab')[index].classList.add('active');\r\n      document.querySelectorAll('.lyrics-content')[index].classList.add('active');\r\n    }\r\n  <\/script>\r\n\r\n  <script type=\"application\/ld+json\">\r\n  {\r\n    \"@context\": \"https:\/\/schema.org\",\r\n    \"@type\": \"MusicAlbum\",\r\n    \"name\": \"Heartland Country Pop\",\r\n    \"byArtist\": {\r\n      \"@type\": \"MusicGroup\",\r\n      \"name\": \"DaOpa\"\r\n    },\r\n    \"url\": \"https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8\",\r\n    \"sameAs\": [\r\n      \"https:\/\/open.spotify.com\/album\/6XNN4YOQOZoVeSooETete8\",\r\n      \"https:\/\/music.apple.com\/us\/album\/heartland-country-pop\/1892020332\",\r\n      \"https:\/\/www.youtube.com\/playlist?list=OLAK5uy_liRX4g-EbOuOVUM9qwOewy9bjkdJMknLA\",\r\n      \"https:\/\/www.deezer.com\/us\/album\/957178841\"\r\n    ],\r\n    \"genre\": [\"Country Pop\", \"Heartland\"],\r\n    \"datePublished\": \"2026-04-06\",\r\n    \"image\": \"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg\",\r\n    \"description\": \"Heartland Country Pop is an 18-song album lasting 1 hour and 27 minutes, featuring heartfelt country pop tracks. Perfect for lovers of country music, ideal for immersive listening or chilling.\"\r\n  }\r\n  <\/script>\r\n<\/div>\r\n","protected":false},"excerpt":{"rendered":"<p>Spotify Apple Music YouTube Music Deezer Discover Heartland Country Pop, the latest album from independent artist DaOpa. This release features 18 songs spanning 1 hour and 27 minutes, packed with heartfelt country pop tracks perfect for lovers of country music. Enjoy vibrant melodies crafted for immersive listening or chilling. Stream the full album now on [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":163,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-162","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-album"],"yoast_head":"<title>Heartland Country Pop - DaOpa&#039;s Music<\/title>\r\n<meta name=\"description\" content=\"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music &amp; Deezer.\" \/>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/\" \/>\r\n<meta property=\"og:locale\" content=\"en_US\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Heartland Country Pop - DaOpa&#039;s Music\" \/>\r\n<meta property=\"og:description\" content=\"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music &amp; Deezer.\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/\" \/>\r\n<meta property=\"og:site_name\" content=\"DaOpa&#039;s Music\" \/>\r\n<meta property=\"article:publisher\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:author\" content=\"facebook.com\/gamingwithdaopa\/\" \/>\r\n<meta property=\"article:published_time\" content=\"2026-04-17T12:37:05+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2026-04-22T16:07:26+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"400\" \/>\r\n\t<meta property=\"og:image:height\" content=\"263\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"daopa\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:site\" content=\"@gamingwithdaopa\" \/>\r\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"daopa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/\"},\"author\":{\"name\":\"daopa\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"headline\":\"Heartland Country Pop\",\"datePublished\":\"2026-04-17T12:37:05+00:00\",\"dateModified\":\"2026-04-22T16:07:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/\"},\"wordCount\":274,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2026\\\/04\\\/heartland-country-pop-album-cover.jpg\",\"articleSection\":[\"Album\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/\",\"name\":\"Heartland Country Pop - DaOpa&#039;s Music\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2026\\\/04\\\/heartland-country-pop-album-cover.jpg\",\"datePublished\":\"2026-04-17T12:37:05+00:00\",\"dateModified\":\"2026-04-22T16:07:26+00:00\",\"description\":\"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music & Deezer.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2026\\\/04\\\/heartland-country-pop-album-cover.jpg\",\"contentUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2026\\\/04\\\/heartland-country-pop-album-cover.jpg\",\"width\":400,\"height\":263,\"caption\":\"heartland country pop album cover\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/heartland-country-pop\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Heartland Country Pop\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#website\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/\",\"name\":\"DaOpa&#039;s Music\",\"description\":\"Welcome to DaOpa&#039;s Music, where I share my original songs, lyrics, and musical journey. Dive into the sounds and stories behind my music, and experience the creative process that shapes each track. This is my personal space to connect through music, straight from my heart to your ears.\",\"publisher\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\"},\"alternateName\":\"daopa music\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/#\\\/schema\\\/person\\\/fb03a927907d90f409fac550ba375638\",\"name\":\"daopa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2024\\\/09\\\/90-90-Logo.png\",\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2024\\\/09\\\/90-90-Logo.png\",\"contentUrl\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2024\\\/09\\\/90-90-Logo.png\",\"width\":90,\"height\":90,\"caption\":\"daopa\"},\"logo\":{\"@id\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/wp-content\\\/uploads\\\/sites\\\/31\\\/2024\\\/09\\\/90-90-Logo.png\"},\"description\":\"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers\",\"sameAs\":[\"https:\\\/\\\/gamingwithdaopa.ellatha.com\",\"facebook.com\\\/gamingwithdaopa\\\/\",\"https:\\\/\\\/x.com\\\/gamingwithdaopa\",\"youtube.com\\\/@daopa\"],\"url\":\"https:\\\/\\\/gamingwithdaopa.ellatha.com\\\/music\\\/author\\\/daopa\\\/\"}]}<\/script>","yoast_head_json":{"title":"Heartland Country Pop - DaOpa&#039;s Music","description":"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music & Deezer.","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:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/","og_locale":"en_US","og_type":"article","og_title":"Heartland Country Pop - DaOpa&#039;s Music","og_description":"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music & Deezer.","og_url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/","og_site_name":"DaOpa&#039;s Music","article_publisher":"facebook.com\/gamingwithdaopa\/","article_author":"facebook.com\/gamingwithdaopa\/","article_published_time":"2026-04-17T12:37:05+00:00","article_modified_time":"2026-04-22T16:07:26+00:00","og_image":[{"width":400,"height":263,"url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg","type":"image\/jpeg"}],"author":"daopa","twitter_card":"summary_large_image","twitter_creator":"@gamingwithdaopa","twitter_site":"@gamingwithdaopa","twitter_misc":{"Written by":"daopa","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#article","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/"},"author":{"name":"daopa","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"headline":"Heartland Country Pop","datePublished":"2026-04-17T12:37:05+00:00","dateModified":"2026-04-22T16:07:26+00:00","mainEntityOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/"},"wordCount":274,"commentCount":0,"publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg","articleSection":["Album"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/","url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/","name":"Heartland Country Pop - DaOpa&#039;s Music","isPartOf":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#primaryimage"},"image":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#primaryimage"},"thumbnailUrl":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg","datePublished":"2026-04-17T12:37:05+00:00","dateModified":"2026-04-22T16:07:26+00:00","description":"Listen to Heartland Country Pop, the new album by DaOpa. 18 uplifting country pop songs celebrating freedom, heartland life, and American pride. Stream now on Spotify, Apple Music, YouTube Music & Deezer.","breadcrumb":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#primaryimage","url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2026\/04\/heartland-country-pop-album-cover.jpg","width":400,"height":263,"caption":"heartland country pop album cover"},{"@type":"BreadcrumbList","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/heartland-country-pop\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gamingwithdaopa.ellatha.com\/music\/"},{"@type":"ListItem","position":2,"name":"Heartland Country Pop"}]},{"@type":"WebSite","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#website","url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/","name":"DaOpa&#039;s Music","description":"Welcome to DaOpa&#039;s Music, where I share my original songs, lyrics, and musical journey. Dive into the sounds and stories behind my music, and experience the creative process that shapes each track. This is my personal space to connect through music, straight from my heart to your ears.","publisher":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#\/schema\/person\/fb03a927907d90f409fac550ba375638"},"alternateName":"daopa music","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gamingwithdaopa.ellatha.com\/music\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/#\/schema\/person\/fb03a927907d90f409fac550ba375638","name":"daopa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2024\/09\/90-90-Logo.png","url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2024\/09\/90-90-Logo.png","contentUrl":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2024\/09\/90-90-Logo.png","width":90,"height":90,"caption":"daopa"},"logo":{"@id":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-content\/uploads\/sites\/31\/2024\/09\/90-90-Logo.png"},"description":"DaOpa has been variety streamer since 2009 with game focuses on primarily MMOs, Sandbox, RPG and FPS genres. For inquires comment in the comments sections. This channel is syndicated across various micro niche gaming related blogs operated by DaOpa. He creates fansites, guides, tools for gamers","sameAs":["https:\/\/gamingwithdaopa.ellatha.com","facebook.com\/gamingwithdaopa\/","https:\/\/x.com\/gamingwithdaopa","youtube.com\/@daopa"],"url":"https:\/\/gamingwithdaopa.ellatha.com\/music\/author\/daopa\/"}]}},"_links":{"self":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/posts\/162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/comments?post=162"}],"version-history":[{"count":3,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/posts\/162\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/posts\/162\/revisions\/206"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/media\/163"}],"wp:attachment":[{"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/media?parent=162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/categories?post=162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gamingwithdaopa.ellatha.com\/music\/wp-json\/wp\/v2\/tags?post=162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}