Brewing Basics
Immersion Brewing
A brewing method where coffee grounds steep fully submerged in water for a set duration before being separated by filtration. The French press, AeroPress (inverted), and cupping bowls are classic immersion brewers.
เชิงลึก
Because the grounds and water remain in constant contact, immersion methods produce a more uniform extraction compared to percolation. Extraction slows as the surrounding water becomes saturated, making immersion relatively forgiving of minor grind or timing errors. The trade-off is a heavier body from suspended fines and oils that pass through metal or cloth filters.
Embed on your site — BrewFYI
Add the widget to any webpage using a script tag.
<div data-brewfyi="glossary" data-slug="immersion-brewing"></div>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>
Embed using a standard iframe — works in any CMS.
<iframe src="https://brewfyi.com/iframe/glossary/immersion-brewing/" width="100%" height="480" frameborder="0" loading="lazy" title="BrewFYI glossary widget"></iframe>
Paste the URL into WordPress, Medium, or any oEmbed-aware editor.
https://brewfyi.com/glossarys/immersion-brewing/
Add a badge linking back to BrewFYI.
<a href="https://brewfyi.com/glossarys/immersion-brewing/" target="_blank" rel="noopener">
<img src="https://brewfyi.com/badge/site.svg" alt="BrewFYI" height="20">
</a>
Preview:
Use the BrewFYI WordPress plugin shortcode.
[drinkfyi-glossary site="brewfyi" slug="immersion-brewing"]
Use as a native HTML custom element in modern browsers.
<brewfyi-glossary slug="immersion-brewing" theme="light"></brewfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/brewfyi-embed@1/dist/embed.min.js" defer></script>