{"id":327,"date":"2022-06-05T12:15:10","date_gmt":"2022-06-05T12:15:10","guid":{"rendered":"http:\/\/tiffanysmandarin.com\/?page_id=327"},"modified":"2026-08-08T10:03:21","modified_gmt":"2026-08-08T02:03:21","slug":"songs","status":"publish","type":"page","link":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/","title":{"rendered":"Songs"},"content":{"rendered":"\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Songs \u2014 OneDotDot Chinese<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&#038;family=Noto+Serif+TC:wght@500;700&#038;family=Inter:wght@400;500;600&#038;family=Noto+Sans+TC:wght@400;500&#038;family=IBM+Plex+Mono:wght@500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --paper: #FFFFFF;\n    --paper-warm: #F6F5F0;\n    --ink: #1F2A22;\n    --ink-soft: #566058;\n    --moss: #47604F;\n    --moss-deep: #2C3F31;\n    --coral: #D8623A;\n    --gold: #BE9339;\n    --card: #FFFFFF;\n    --line: rgba(31,42,34,0.13);\n    --line-strong: rgba(31,42,34,0.26);\n    --radius: 16px;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:'Inter','Noto Sans TC',sans-serif;\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  a{color:inherit;}\n  :focus-visible{outline:2px solid var(--coral); outline-offset:3px;}\n\n  .wrap{max-width:1100px; margin:0 auto; padding:0 28px;}\n\n  \/* ---------- top bar ---------- *\/\n  .topbar{\n    display:flex; align-items:center;\n    padding:22px 0; border-bottom:1px solid var(--line);\n  }\n  .brand{\n    display:flex; align-items:center; gap:10px;\n    font-family:'Noto Serif TC', serif; font-weight:700; font-size:1.05rem; letter-spacing:.02em;\n  }\n  .brand .dot{color:var(--coral); font-size:1.3rem; line-height:0;}\n\n  \/* ---------- hero ---------- *\/\n  .hero{padding:64px 0 28px; text-align:center;}\n  .eyebrow{\n    font-family:'IBM Plex Mono', monospace; font-size:.75rem; letter-spacing:.14em;\n    color:var(--moss); margin:0 0 18px;\n  }\n  h1.title{\n    font-family:'Noto Serif TC', serif; font-weight:700;\n    font-size:clamp(2.6rem, 5.5vw, 3.8rem); margin:0 0 6px; color:var(--ink);\n    letter-spacing:.03em;\n  }\n  .subtitle{\n    max-width:460px; margin:18px auto 0; font-size:.98rem; color:var(--ink-soft);\n  }\n\n  .dot-trail{\n    display:flex; align-items:center; justify-content:center; gap:9px;\n    margin:34px 0 8px; flex-wrap:wrap;\n  }\n  .dot-trail span.d{display:inline-block; border-radius:50%; background:var(--gold); opacity:.35;}\n  .dot-trail span.d:nth-child(1){width:5px;height:5px;}\n  .dot-trail span.d:nth-child(2){width:7px;height:7px; opacity:.45;}\n  .dot-trail span.d:nth-child(3){width:9px;height:9px; opacity:.55;}\n  .dot-trail span.d:nth-child(4){width:11px;height:11px; opacity:.68;}\n  .dot-trail span.d:nth-child(5){width:14px;height:14px; opacity:.8; background:var(--coral);}\n  .dot-trail span.d:nth-child(6){width:17px;height:17px; opacity:.9; background:var(--coral);}\n  .dot-trail span.d:nth-child(7){width:20px;height:20px; opacity:1; background:var(--coral);}\n  .trail-labels{\n    display:flex; justify-content:space-between; max-width:240px; margin:0 auto 56px;\n    font-family:'IBM Plex Mono', monospace; font-size:.68rem; color:var(--ink-soft); opacity:.7;\n  }\n\n  \/* ---------- CD rack ---------- *\/\n  .rack{\n    display:grid; grid-template-columns:repeat(5, 1fr); gap:20px; margin-bottom:56px;\n    align-items:start;\n  }\n  .sleeve{\n    text-decoration:none; color:var(--ink);\n    display:flex; flex-direction:column; align-items:center;\n  }\n  .disc-stage{\n    width:100%; aspect-ratio:1\/1; position:relative; margin-bottom:-34px; z-index:2;\n    display:flex; align-items:center; justify-content:center;\n  }\n  .disc{\n    position:relative;\n    width:78%; height:78%; border-radius:50%;\n    transition:transform .6s cubic-bezier(.3,.7,.3,1), box-shadow .3s ease;\n    box-shadow:0 10px 22px -10px rgba(31,42,34,0.35);\n    overflow:hidden;\n  }\n  .disc::before{\n    content:''; position:absolute; inset:0; border-radius:50%;\n    background:repeating-radial-gradient(circle at center, rgba(255,255,255,0.16) 0 1px, transparent 1px 6px);\n  }\n  .disc-label{\n    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);\n    width:44%; height:44%; border-radius:50%; overflow:hidden;\n    border:2px solid rgba(255,255,255,0.55);\n    box-shadow:0 2px 8px rgba(0,0,0,0.18);\n  }\n  .disc-label img{width:100%; height:100%; object-fit:cover; display:block;}\n  .disc-hole{\n    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);\n    width:7%; height:7%; border-radius:50%; background:var(--ink); z-index:2;\n  }\n  .sleeve:hover .disc{transform:translateY(-10px) rotate(50deg); box-shadow:0 20px 30px -14px rgba(31,42,34,0.4);}\n\n  .case{\n    width:100%; background:var(--card); border:1px solid var(--line); border-radius:14px;\n    padding:44px 16px 20px; text-align:center;\n    transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;\n    position:relative; z-index:1;\n  }\n  .sleeve:hover .case{transform:translateY(3px); border-color:var(--line-strong); box-shadow:0 14px 26px -18px rgba(31,42,34,0.25);}\n\n  .difficulty{display:flex; justify-content:center; gap:6px; margin-bottom:10px;}\n  .difficulty .dd{width:7px; height:7px; border-radius:50%; background:var(--line-strong);}\n  .difficulty .dd.on{background:var(--coral);}\n\n  .case h3{\n    margin:0; font-family:'Fraunces', serif; font-weight:600; font-size:.92rem; line-height:1.3;\n  }\n  .zh-title{\n    display:block; font-family:'Noto Serif TC', serif; font-weight:700; font-size:.98rem;\n    color:var(--moss-deep); margin-top:6px;\n  }\n\n  .case p.blurb{\n    margin:8px 0 0; font-size:.72rem; color:var(--ink-soft);\n  }\n\n  \/* ---------- callout ---------- *\/\n  .callout{\n    display:flex; align-items:center; justify-content:space-between; gap:20px;\n    background:var(--moss-deep); color:#F7F3E7; border-radius:var(--radius);\n    padding:26px 30px; margin-bottom:60px; flex-wrap:wrap;\n  }\n  .callout .txt h3{margin:0 0 6px; font-family:'Fraunces', serif; font-weight:600; font-size:1.15rem; color:#ffffff;}\n  .callout .txt p{margin:0; font-size:.88rem; opacity:.85; max-width:420px;}\n  .callout .btn{\n    font-family:'IBM Plex Mono', monospace; font-size:.78rem;\n    background:var(--coral); color:#fff; text-decoration:none;\n    padding:12px 22px; border-radius:999px; white-space:nowrap;\n    transition:transform .18s ease, background .18s ease;\n  }\n  .callout .btn:hover{transform:translateY(-2px); background:#c3552f;}\n\n  footer{\n    border-top:1px solid var(--line); padding:26px 0 40px;\n    font-family:'IBM Plex Mono', monospace; font-size:.72rem; color:var(--ink-soft);\n    display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px;\n  }\n\n  @media (max-width:920px){\n    .rack{grid-template-columns:repeat(3,1fr); row-gap:52px;}\n  }\n  @media (max-width:560px){\n    .rack{grid-template-columns:repeat(2,1fr);}\n    .callout{flex-direction:column; align-items:flex-start;}\n  }\n  @media (prefers-reduced-motion: reduce){\n    *{transition:none !important;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"wrap\">\n\n  <div class=\"topbar\">\n    <div class=\"brand\"><span class=\"dot\">\u25cf<\/span> OneDotDot Chinese<\/div>\n  <\/div>\n\n  <div class=\"hero\">\n    <p class=\"eyebrow\">g\u0113q\u01d4<\/p>\n    <h1 class=\"title\">\u6b4c\u66f2<\/h1>\n    <p class=\"subtitle\">Five songs, five sets of Pinyin lyrics \u2014 pick a disc and sing along.<\/p>\n\n    <div class=\"dot-trail\" aria-hidden=\"true\">\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n      <span class=\"d\"><\/span><span class=\"d\"><\/span><span class=\"d\"><\/span>\n    <\/div>\n    <div class=\"trail-labels\"><span>easy<\/span><span>challenging<\/span><\/div>\n  <\/div>\n\n  <div class=\"rack\">\n\n    <a class=\"sleeve\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/05\/a-little-happiness\/\">\n      <div class=\"disc-stage\">\n        <div class=\"disc\" style=\"background:#C9A9A6;\">\n          <div class=\"disc-label\"><img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png\" alt=\"A Little Happiness\"><\/div>\n          <div class=\"disc-hole\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"case\">\n        <div class=\"difficulty\"><span class=\"dd on\"><\/span><span class=\"dd on\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><\/div>\n        <h3>A Little Happiness<\/h3>\n        <span class=\"zh-title\"><span class=\"lang-zh-TW\">\u5c0f\u5e78\u904b<\/span><span class=\"lang-zh-CN\">\u5c0f\u5e78\u8fd0<\/span><\/span>\n        <p class=\"blurb\">&#8220;Our Times&#8221; movie OST<\/p>\n      <\/div>\n    <\/a>\n\n    <a class=\"sleeve\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/14\/theolivetree\/\">\n      <div class=\"disc-stage\">\n        <div class=\"disc\" style=\"background:#A9B0A0;\">\n          <div class=\"disc-label\"><img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_syko5rsyko5rsyko.png\" alt=\"The Olive Tree\"><\/div>\n          <div class=\"disc-hole\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"case\">\n        <div class=\"difficulty\"><span class=\"dd on\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><\/div>\n        <h3>The Olive Tree<\/h3>\n        <span class=\"zh-title\"><span class=\"lang-zh-TW\">\u6a44\u6b16\u6a39<\/span><span class=\"lang-zh-CN\">\u6a44\u6984\u6811<\/span><\/span>\n        <p class=\"blurb\">Classic Chinese song, 1979<\/p>\n      <\/div>\n    <\/a>\n\n    <a class=\"sleeve\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/06\/30\/your-name-engraved-herein\/\">\n      <div class=\"disc-stage\">\n        <div class=\"disc\" style=\"background:#C1997A;\">\n          <div class=\"disc-label\"><img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/\u5f69\u8679-removebg-preview.png\" alt=\"Your Name Engraved Herein\"><\/div>\n          <div class=\"disc-hole\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"case\">\n        <div class=\"difficulty\"><span class=\"dd on\"><\/span><span class=\"dd on\"><\/span><span class=\"dd on\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><\/div>\n        <h3>Your Name Engraved Herein<\/h3>\n        <span class=\"zh-title\"><span class=\"lang-zh-TW\">\u523b\u5728\u6211\u5fc3\u5e95\u7684\u540d\u5b57<\/span><span class=\"lang-zh-CN\">\u523b\u5728\u6211\u5fc3\u5e95\u7684\u540d\u5b57<\/span><\/span>\n        <p class=\"blurb\">Taiwan LGBTQ film OST<\/p>\n      <\/div>\n    <\/a>\n\n    <a class=\"sleeve\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2022\/07\/01\/cyndi-love-you-lyrics\/\">\n      <div class=\"disc-stage\">\n        <div class=\"disc\" style=\"background:#9FB0B7;\">\n          <div class=\"disc-label\"><img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/\u611b\u5fc3-removebg-preview.png\" alt=\"Love You\"><\/div>\n          <div class=\"disc-hole\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"case\">\n        <div class=\"difficulty\"><span class=\"dd on\"><\/span><span class=\"dd on\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><\/div>\n        <h3>Love You<\/h3>\n        <span class=\"zh-title\"><span class=\"lang-zh-TW\">\u611b\u4f60<\/span><span class=\"lang-zh-CN\">\u7231\u4f60<\/span><\/span>\n        <p class=\"blurb\">Cyndi Wang&#8217;s cutest song<\/p>\n      <\/div>\n    <\/a>\n\n    <a class=\"sleeve\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/2026\/08\/07\/the-moon-represents-my-heart\/\">\n      <div class=\"disc-stage\">\n        <div class=\"disc\" style=\"background:#B8AFA0;\">\n          <div class=\"disc-label\"><img decoding=\"async\" src=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_o3r974o3r974o3r9__1_-removebg-preview.png\" alt=\"The Moon Represents My Heart\"><\/div>\n          <div class=\"disc-hole\"><\/div>\n        <\/div>\n      <\/div>\n      <div class=\"case\">\n        <div class=\"difficulty\"><span class=\"dd on\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><span class=\"dd\"><\/span><\/div>\n        <h3>The Moon Represents My Heart<\/h3>\n        <span class=\"zh-title\"><span class=\"lang-zh-TW\">\u6708\u4eae\u4ee3\u8868\u6211\u7684\u5fc3<\/span><span class=\"lang-zh-CN\">\u6708\u4eae\u4ee3\u8868\u6211\u7684\u5fc3<\/span><\/span>\n        <p class=\"blurb\">The classic song everyone knows<\/p>\n      <\/div>\n    <\/a>\n\n  <\/div>\n\n  <div class=\"callout\">\n    <div class=\"txt\">\n      <h3>Enjoying learning through music?<\/h3>\n      <p>There&#8217;s more where that came from \u2014 stories, recipes, and other ways to learn outside the textbook.<\/p>\n    <\/div>\n    <a class=\"btn\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/resources-for-learning-chinese\/\">Go to Resources \u2192<\/a>\n  <\/div>\n\n  <footer>\n    <span>OneDotDot Chinese<\/span>\n    <span>Learn a little Chinese every day<\/span>\n  <\/footer>\n\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Songs \u2014 OneDotDot Chinese \u25cf OneDotDot Chinese g\u0113q\u01d4 \u6b4c\u66f2 Five songs, five sets of Pinyin lyrics \u2014 pick a disc and sing along. easychallenging A Little Happiness \u5c0f\u5e78\u904b\u5c0f\u5e78\u8fd0 &#8220;Our Times&#8221; movie OST The Olive Tree \u6a44\u6b16\u6a39\u6a44\u6984\u6811 Classic Chinese song, 1979 Your Name Engraved Herein \u523b\u5728\u6211\u5fc3\u5e95\u7684\u540d\u5b57\u523b\u5728\u6211\u5fc3\u5e95\u7684\u540d\u5b57 Taiwan LGBTQ film OST Love You \u611b\u4f60\u7231\u4f60 Cyndi Wang&#8217;s cutest&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"class_list":["post-327","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Songs - OneDotDot Chinese<\/title>\n<meta name=\"description\" content=\"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tiffanysmandarin.com\/index.php\/songs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Songs - OneDotDot Chinese\" \/>\n<meta property=\"og:description\" content=\"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tiffanysmandarin.com\/index.php\/songs\/\" \/>\n<meta property=\"og:site_name\" content=\"OneDotDot Chinese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-08T02:03:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/\",\"name\":\"Songs - OneDotDot Chinese\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png\",\"datePublished\":\"2022-06-05T12:15:10+00:00\",\"dateModified\":\"2026-08-08T02:03:21+00:00\",\"description\":\"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png\",\"contentUrl\":\"https:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png\",\"width\":1024,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/index.php\\\/songs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Songs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#website\",\"url\":\"https:\\\/\\\/tiffanysmandarin.com\\\/\",\"name\":\"OneDotDot Chinese\",\"description\":\"Learn a little Chinese every day\",\"publisher\":{\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tiffanysmandarin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/tiffanysmandarin.com\\\/#\\\/schema\\\/person\\\/3556e1160fac98b190d03b8aa8604d99\",\"name\":\"tiffany\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"url\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"contentUrl\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\",\"width\":214,\"height\":214,\"caption\":\"tiffany\"},\"logo\":{\"@id\":\"http:\\\/\\\/tiffanysmandarin.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/cropped-logo_tiffany2-1.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/tiffanys_talk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/tiffany-huang-mandarin\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Songs - OneDotDot Chinese","description":"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.","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:\/\/tiffanysmandarin.com\/index.php\/songs\/","og_locale":"en_US","og_type":"article","og_title":"Songs - OneDotDot Chinese","og_description":"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.","og_url":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/","og_site_name":"OneDotDot Chinese","article_modified_time":"2026-08-08T02:03:21+00:00","og_image":[{"url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/","url":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/","name":"Songs - OneDotDot Chinese","isPartOf":{"@id":"https:\/\/tiffanysmandarin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/#primaryimage"},"image":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/#primaryimage"},"thumbnailUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png","datePublished":"2022-06-05T12:15:10+00:00","dateModified":"2026-08-08T02:03:21+00:00","description":"Lyrics of some popular Chinese songs with pinyin. If you are interested in learning Chinese songs, this page will definitely help.","breadcrumb":{"@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tiffanysmandarin.com\/index.php\/songs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/#primaryimage","url":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png","contentUrl":"https:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2026\/08\/Gemini_Generated_Image_2gc8z12gc8z12gc8.png","width":1024,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/tiffanysmandarin.com\/index.php\/songs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/tiffanysmandarin.com\/"},{"@type":"ListItem","position":2,"name":"Songs"}]},{"@type":"WebSite","@id":"https:\/\/tiffanysmandarin.com\/#website","url":"https:\/\/tiffanysmandarin.com\/","name":"OneDotDot Chinese","description":"Learn a little Chinese every day","publisher":{"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tiffanysmandarin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/tiffanysmandarin.com\/#\/schema\/person\/3556e1160fac98b190d03b8aa8604d99","name":"tiffany","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","url":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","contentUrl":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png","width":214,"height":214,"caption":"tiffany"},"logo":{"@id":"http:\/\/tiffanysmandarin.com\/wp-content\/uploads\/2022\/06\/cropped-logo_tiffany2-1.png"},"sameAs":["https:\/\/www.instagram.com\/tiffanys_talk\/","https:\/\/www.linkedin.com\/in\/tiffany-huang-mandarin\/"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/comments?post=327"}],"version-history":[{"count":22,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/327\/revisions"}],"predecessor-version":[{"id":14822,"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/pages\/327\/revisions\/14822"}],"wp:attachment":[{"href":"https:\/\/tiffanysmandarin.com\/index.php\/wp-json\/wp\/v2\/media?parent=327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}