<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Others 彙整 - Let&#039;s Write</title>
	<atom:link href="https://www.letswrite.tw/category/google/others/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.letswrite.tw/category/google/others/</link>
	<description>前端工程師 August 的學習筆記 -- solving problems, in simple ways.</description>
	<lastBuildDate>Sun, 30 Mar 2025 12:39:07 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://res.cloudinary.com/let-s-write/images/w_32,h_32,c_fill,g_auto/f_auto,q_auto/v1746103360/cropped-logo_2025/cropped-logo_2025.png?_i=AA</url>
	<title>Others 彙整 - Let&#039;s Write</title>
	<link>https://www.letswrite.tw/category/google/others/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186153126</site>	<item>
		<title>用 reCAPTCHA v3 來做非機器人驗證</title>
		<link>https://www.letswrite.tw/recaptcha-v3/</link>
					<comments>https://www.letswrite.tw/recaptcha-v3/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 13:38:58 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Callback]]></category>
		<category><![CDATA[reCAPTCHA]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1774</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。註冊 reCAPTCHA。v3 特有的 2 個值：action、score。頁面使用 reCAPTCHA 方法 1：直接埋 HTML。頁面使用 reCAPTCHA 方法 2：寫 JavaScript 使用。後端向 reCAPTCHA 驗證。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/recaptcha-v3/">用 reCAPTCHA v3 來做非機器人驗證</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/recaptcha-v3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1774</post-id>	</item>
		<item>
		<title>用 reCAPTCHA v2 來做非機器人驗證</title>
		<link>https://www.letswrite.tw/recaptcha-v2/</link>
					<comments>https://www.letswrite.tw/recaptcha-v2/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 13:06:33 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Callback]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[reCAPTCHA]]></category>
		<category><![CDATA[Token]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1766</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。註冊 reCAPTCHA。頁面使用 reCAPTCHA 方法 1：直接埋 HTML。頁面使用 reCAPTCHA 方法 2：寫 JavaScript 使用。後端向 reCAPTCHA 驗證。取 IP。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/recaptcha-v2/">用 reCAPTCHA v2 來做非機器人驗證</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/recaptcha-v2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1766</post-id>	</item>
		<item>
		<title>Google Optimize A/B Testing 使用筆記</title>
		<link>https://www.letswrite.tw/optimize-ab-testing/</link>
					<comments>https://www.letswrite.tw/optimize-ab-testing/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 12:00:00 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[測試]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1599</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。選用 A/B 版本測試。設定 A/B 版。要執行測試的網址規則。連結 GA 並設定目標。埋程式碼。執行測試。結果報表。最近想對本站的右側版面做些排列上的修改，很好奇「請喝咖啡」的區塊移上去，是不是成效會比較好？</p>
<p>這篇文章 <a href="https://www.letswrite.tw/optimize-ab-testing/">Google Optimize A/B Testing 使用筆記</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/optimize-ab-testing/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1599</post-id>	</item>
		<item>
		<title>用 GCP 建立 Cloud Functions</title>
		<link>https://www.letswrite.tw/cloud-functions-gcp/</link>
					<comments>https://www.letswrite.tw/cloud-functions-gcp/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 02 Sep 2020 14:21:52 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[GCP]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=1627</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題。建立 Functions。測試 Functions。刪除 Functions。GCP 上也有建立 Cloud Functions 的服務，而且還有介面可以操作，對於建立、測試、刪除這些基本步驟，相較於 Firebase 要下命令，更為簡便。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/cloud-functions-gcp/">用 GCP 建立 Cloud Functions</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/cloud-functions-gcp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1627</post-id>	</item>
		<item>
		<title>Youtube Iframe API 常用功能</title>
		<link>https://www.letswrite.tw/youtube-iframe-api/</link>
					<comments>https://www.letswrite.tw/youtube-iframe-api/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Sat, 23 Nov 2019 14:22:29 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Youtube]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=806</guid>

					<description><![CDATA[<p>本篇大綱：影片愈來愈重要的這時代，前端會遇到嵌 Youtube 的相關需求。基本使用：嵌入影片 + 自動播放。1 HTML 中放一個 div，由 JS 去嵌入。2 HTML 裡直接放個 iframe。自製 Youtube 播放器。監聽 Youtube 播放狀態。Demo、原始碼。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/youtube-iframe-api/">Youtube Iframe API 常用功能</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/youtube-iframe-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">806</post-id>	</item>
		<item>
		<title>用 Firebase、Google Apps Script、GTM 自己做一個讚按鈕</title>
		<link>https://www.letswrite.tw/helpful-btn/</link>
					<comments>https://www.letswrite.tw/helpful-btn/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 14:19:03 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[GTM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[按鈕]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=340</guid>

					<description><![CDATA[<p>本篇大綱：為什麼要自己開發一個按鈕、按鈕樣式部份、按鈕功能部份、判斷使用者語系、在 Google Apps Script 上寫 API、cookies、發 Google Analytics 事件、埋程式碼HTML、CSS、JS、結論。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/helpful-btn/">用 Firebase、Google Apps Script、GTM 自己做一個讚按鈕</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/helpful-btn/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">340</post-id>	</item>
		<item>
		<title>Google Top Heavy 演算法</title>
		<link>https://www.letswrite.tw/seo-top-heavy/</link>
					<comments>https://www.letswrite.tw/seo-top-heavy/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Thu, 01 Aug 2019 03:04:48 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[使用者]]></category>
		<category><![CDATA[廣告]]></category>
		<category><![CDATA[演算法]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=128</guid>

					<description><![CDATA[<p>本篇大綱：頁面上廣告數量多少是很重要的、top heavy演算法關心的是什麼、要如何知道頁面上的廣告是不是過多？實作：設定廣告體驗報告。根據講師課堂上的解釋，top heavye演算法就是：把網頁切一半，如果上半部的廣告數量佔到4個以上，就會扣seo分數，進而影響排名。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/seo-top-heavy/">Google Top Heavy 演算法</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/seo-top-heavy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">128</post-id>	</item>
		<item>
		<title>Google Material Design 表單標籤效果</title>
		<link>https://www.letswrite.tw/material-design-label-effect/</link>
					<comments>https://www.letswrite.tw/material-design-label-effect/#respond</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 31 Jul 2019 04:11:42 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[CodePen]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=72</guid>

					<description><![CDATA[<p>自從 Google 設計了 Material Desgin 後，表單 label 跟 input 的結合方式讓很多人「致敬」。最近想用 Netflix 追劇，在註冊的時候，就發現他們的表單就是用了一樣的效果，連 Netflix 都在用了，看來是個好設計，就決定自己來寫一個。</p>
<p>這篇文章 <a href="https://www.letswrite.tw/material-design-label-effect/">Google Material Design 表單標籤效果</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/material-design-label-effect/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
		<item>
		<title>用 Google Cloud Platform / GCP 建 Node.js 網站</title>
		<link>https://www.letswrite.tw/gcp-node/</link>
					<comments>https://www.letswrite.tw/gcp-node/#comments</comments>
		
		<dc:creator><![CDATA[August]]></dc:creator>
		<pubDate>Wed, 31 Jul 2019 03:09:07 +0000</pubDate>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[GCP]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<guid isPermaLink="false">http://localhost:3001/?p=64</guid>

					<description><![CDATA[<p>本篇大綱：本篇要解決的問題、介紹GCP（Google Cloud Platform）及使用介面、使用GCP App Engine、安裝Google Cloud SDK、app.yaml、Cloud Build API、3個注意事項五、結論及心得</p>
<p>這篇文章 <a href="https://www.letswrite.tw/gcp-node/">用 Google Cloud Platform / GCP 建 Node.js 網站</a> 最早出現於 <a href="https://www.letswrite.tw">Let&#039;s Write</a>。</p>
]]></description>
		
					<wfw:commentRss>https://www.letswrite.tw/gcp-node/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">64</post-id>	</item>
	</channel>
</rss>
