SyuanYu 2 долоо хоног өмнө
parent
commit
8c8e6f2de8

+ 19 - 14
layouts/global-yt/single.html

@@ -55,25 +55,28 @@
     <div class="container my-5 py-5 position-relative">
       <form id="ytForm" class="row g-3 justify-content-center">
         <p class="text-center">
-          請留下您的資訊
+          Please leave your information
+          <!-- 請留下您的資訊 -->
         </p>
 
         <div class="col-md-7 mb-3">
           <label for="email" class="form-label">
-            電子郵件:
+            Email:
+            <!-- 電子郵件: -->
           </label>
-          <input type="email" class="form-control" id="email" placeholder="請輸入您的電子郵件地址" required>
+          <input type="email" class="form-control" id="email" placeholder="Enter your email address" required>
         </div>
 
         <div class="col-md-7 mb-3">
           <label for="youtubeLink" class="form-label">
-            YouTube 連結:
+            YouTube Link:
+            <!-- YouTube 連結: -->
           </label>
-          <input type="url" class="form-control" id="youtubeLink" placeholder="請貼上您的 YouTube 影片連結" required>
+          <input type="url" class="form-control" id="youtubeLink" placeholder="Paste your YouTube video link" required>
         </div>
 
         <div class="col-md-7 mt-4">
-          <button onclick="sendYTData()" id="submitYTData" type="submit" class="btn btn-primary w-100">送出</button>
+          <button onclick="sendYTData()" id="submitYTData" type="submit" class="btn btn-primary w-100">Submit</button>
         </div>
 
       </form>
@@ -84,9 +87,9 @@
         {{ .Content }}
       </div>
 
-      <div id="form">
+      <!-- <div id="form">
         {{ partial "form-main.html" . }}
-      </div>
+      </div> -->
     </div>
 
 
@@ -130,7 +133,7 @@
 
       // 顯示 Loading 狀態
       submitBtn.disabled = true;
-      submitBtn.innerHTML = `<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> 送出中...`;
+      submitBtn.innerHTML = `<span class="spinner-border spinner-border-sm" role="status" aria-hidden="true"></span> Submit`;
 
       const data = {
         yt_link: ytLink,
@@ -146,21 +149,23 @@
       })
         .then(response => response.json())
         .then(result => {
-          console.log("成功送出:", result);
-          alert("您的資料已送出!");
+          console.log("result", result);
+          alert("Your information has been submitted!");
+          // alert("您的資料已送出!");
 
           // 清空輸入框
           document.getElementById("email").value = "";
           document.getElementById("youtubeLink").value = "";
         })
         .catch(error => {
-          console.error("送出失敗:", error);
-          alert("送出失敗,請稍後再試!");
+          console.error("error", error);
+          alert("Submission failed, please try again later!");
+          // alert("送出失敗,請稍後再試!");
         })
         .finally(() => {
           // 恢復按鈕狀態
           submitBtn.disabled = false;
-          submitBtn.innerHTML = "送出";
+          submitBtn.innerHTML = "Submit";
         });
     }
   </script>

+ 32 - 2
webSite/content/global-yt/dm.md

@@ -1,10 +1,40 @@
 +++
+title = "Global YouTube Promotion Service"
++++
+
+# Global YouTube Promotion Service
+
+Want your videos to be seen worldwide quickly?  
+We specialize in **YouTube ad placements** to help your content stand out in the global market!
+
+## Service Features
+
+- **Global Exposure**: Accurately deliver your videos to your target audience
+- **Fast Results**: From submitting your details to launching the ads takes only a short time
+- **Professional Targeting**: We create the best ad strategy tailored to your needs
+- **No Hassle**: Just provide us with your information, and we’ll handle the rest
+
+## How to Use
+
+1. Enter your **email address**
+2. Provide your **YouTube video or channel link**
+3. We will start running your global ad campaign
+
+## Suitable For
+
+- YouTubers who want to boost views and subscribers
+- Brands and businesses aiming for international promotion
+- Creators with great content but lacking exposure opportunities
+
+### **Act Now** — Let the world see your videos!
+
+<!-- +++
 title = "全球 YT 推廣服務"
 +++
 
 # 全球 YouTube 推廣服務
 
-想讓您的影片快速被全世界看到嗎?  
+想讓您的影片快速被全世界看到嗎?
 我們專注於 **YouTube 廣告投放**,幫助您的內容在全球市場脫穎而出!
 
 ## 服務特色
@@ -26,4 +56,4 @@ title = "全球 YT 推廣服務"
 - 想在國際市場推廣的品牌與企業
 - 有優質內容,卻缺乏曝光機會的創作者
 
-### **立即行動** — 讓全世界看見您的影片!
+### **立即行動** — 讓全世界看見您的影片! -->