Brewing Basics
Mashing
The process of soaking crushed malted grain in hot water to activate enzymes that convert starches into fermentable sugars. Mash temperatures typically range from 148-158 °F (64-70 °C), with lower temperatures favoring a drier, more fermentable wort and higher temperatures producing fuller-bodied beer.
Embed on your site — BeerFYI
Add the widget to any webpage using a script tag.
<div data-beerfyi="glossary" data-slug="mashing"></div>
<script src="https://cdn.jsdelivr.net/npm/beerfyi-embed@1/dist/embed.min.js" defer></script>
Embed using a standard iframe — works in any CMS.
<iframe src="https://beerfyi.com/iframe/glossary/mashing/" width="100%" height="480" frameborder="0" loading="lazy" title="BeerFYI glossary widget"></iframe>
Paste the URL into WordPress, Medium, or any oEmbed-aware editor.
https://beerfyi.com/glossarys/mashing/
Add a badge linking back to BeerFYI.
<a href="https://beerfyi.com/glossarys/mashing/" target="_blank" rel="noopener">
<img src="https://beerfyi.com/badge/site.svg" alt="BeerFYI" height="20">
</a>
Use the BeerFYI WordPress plugin shortcode.
[drinkfyi-glossary site="beerfyi" slug="mashing"]
Use as a native HTML custom element in modern browsers.
<beerfyi-glossary slug="mashing" theme="light"></beerfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/beerfyi-embed@1/dist/embed.min.js" defer></script>