Brewing Basics
Wort
The sweet, sugar-rich liquid extracted from the mash before fermentation. Wort contains fermentable sugars, proteins, hop compounds, and minerals that yeast will later convert into beer. Gravity readings of wort (OG) predict the potential alcohol content of the finished beer.
Embed on your site — BeerFYI
Add the widget to any webpage using a script tag.
<div data-beerfyi="glossary" data-slug="wort"></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/wort/" 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/wort/
Add a badge linking back to BeerFYI.
<a href="https://beerfyi.com/glossarys/wort/" 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="wort"]
Use as a native HTML custom element in modern browsers.
<beerfyi-glossary slug="wort" theme="light"></beerfyi-glossary>
<script src="https://cdn.jsdelivr.net/npm/beerfyi-embed@1/dist/embed.min.js" defer></script>