Distilling Basics
Fermentation
The biological process where yeast converts sugars in the wort into alcohol and carbon dioxide, typically lasting 48 to 96 hours in large wooden or steel washbacks. The resulting liquid, called wash, reaches roughly 7-10% ABV.
Embed on your site — WhiskeyFYI
Add the widget to any webpage using a script tag.
<div data-whiskeyfyi="glossary" data-slug="fermentation"></div>
<script src="https://cdn.jsdelivr.net/npm/whiskeyfyi-embed@1/dist/embed.min.js" defer></script>
Embed using a standard iframe — works in any CMS.
<iframe src="https://whiskeyfyi.com/iframe/glossary/fermentation/" width="100%" height="480" frameborder="0" loading="lazy" title="WhiskeyFYI glossary widget"></iframe>
Paste the URL into WordPress, Medium, or any oEmbed-aware editor.
https://whiskeyfyi.com/glossarys/fermentation/
Add a badge linking back to WhiskeyFYI.
<a href="https://whiskeyfyi.com/glossarys/fermentation/" target="_blank" rel="noopener">
<img src="https://whiskeyfyi.com/badge/site.svg" alt="WhiskeyFYI" height="20">
</a>
Use the WhiskeyFYI WordPress plugin shortcode.
[drinkfyi-glossary site="whiskeyfyi" slug="fermentation"]
Use as a native HTML custom element in modern browsers.
<whiskeyfyi-glossary slug="fermentation" theme="light"></whiskeyfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/whiskeyfyi-embed@1/dist/embed.min.js" defer></script>
Powered by WhiskeyFYI
Docs →