Widgets können in die folgenden Sprachen übersetzt werden:
Sprache | culture-slug |
---|---|
Arabisch | ar |
Bengalisch | bn |
Chinesisch | zh |
Kroatisch | hr |
Englisch | en |
Französisch | fr |
Deutsch | de |
Hindi | hi |
Ungarisch | hu |
Indonesisch | id |
Italienisch | it |
Japanisch | ja |
Koreanisch | ko |
Polnisch | pl |
Portugiesisch | pt |
Russisch | ru |
spanisch | es |
Türkisch | tr |
Ukrainisch | uk |
Vietnamesisch | vi |
Deutsch | de |
Hindi | hi |
Ungarisch | hu |
Indonesisch | id |
Italienisch | it |
Japanisch | ja |
Koreanisch | ko |
Polnisch | pl |
Portugiesisch | pt |
Russisch | ru |
spanisch | es |
Türkisch | tr |
Ukrainisch | uk |
Vietnamesisch | vi |
Wenn Sie die Sprache in Widgets ändern, ändern Sie die Quelle des Iframes gemäß dieser Vorlage:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
Binden Sie unseren Engpassrechner mit diesem Code ein.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/bottleneck-calculator"
id="pc-builds-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Betten Sie unseren Frames-pro-Sekunde-Rechner mit diesem Code ein.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/fps-calculator"
id="pc-builds-fps-calculator"
onload="LoadPCBuildsIFrame('pc-builds-fps-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Integrieren Sie unseren Engpassrechner im Spiel mit diesem Code.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/games-bottleneck-calculator"
id="pc-builds-games-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-games-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Binden Sie mit diesem Code unseren Netzteilrechner ein.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/psu-calculator"
id="pc-builds-psu-calculator"
onload="LoadPCBuildsIFrame('pc-builds-psu-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Betten Sie die Ansicht für den Prozessorvergleich mit diesem Code ein.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/compare-processors"
id="pc-builds-compare-processors"
onload="LoadPCBuildsIFrame('pc-builds-compare-processors');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Betten Sie die Ansicht für den Grafikkartenvergleich mit diesem Code ein.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/de/embed/compare-graphic-cards"
id="pc-builds-compare-graphic-cards"
onload="LoadPCBuildsIFrame('pc-builds-compare-graphic-cards');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>