Widget dapat diterjemahkan ke dalam bahasa berikut:
Bahasa | culture-slug |
---|---|
Arab | ar |
Benggala | bn |
Tionghoa | zh |
Kroasia | hr |
Inggris | en |
Prancis | fr |
Jerman | de |
Hindi | hi |
Hongaria | hu |
Indonesia | id |
Italia | it |
Jepang | ja |
Korea | ko |
Polski | pl |
Portugis | pt |
rusia | ru |
Spanyol | es |
Turki | tr |
Ukraina | uk |
Vietnam | vi |
Jerman | de |
Hindi | hi |
Hongaria | hu |
Indonesia | id |
Italia | it |
Jepang | ja |
Korea | ko |
Polski | pl |
Portugis | pt |
rusia | ru |
Spanyol | es |
Turki | tr |
Ukraina | uk |
Vietnam | vi |
Saat mengubah bahasa di widget, ubah sumber iframe sesuai dengan template ini:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
Sematkan kalkulator bottleneck kami menggunakan kode ini.
<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/id/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>
Sematkan kalkulator frame per detik kami menggunakan kode ini.
<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/id/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>
Sematkan kalkulator bottleneck dalam game kami menggunakan kode ini.
<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/id/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>
Sematkan kalkulator unit catu daya kami menggunakan kode ini.
<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/id/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>
Sematkan tampilan untuk perbandingan prosesor menggunakan kode ini.
<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/id/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>
Sematkan tampilan untuk perbandingan kartu grafis menggunakan kode ini.
<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/id/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>