Widget'lar aşağıdaki dillere çevrilebilir:
Dil | culture-slug |
---|---|
arapça | ar |
Bengalce | bn |
Çince | zh |
Hırvatça | hr |
İngilizce | en |
fransızca | fr |
Almanca | de |
Hintçe | hi |
Macarca | hu |
Endonezya | id |
İtalyanca | it |
geliştiriliyor | ja |
Korece | ko |
Lehçe | pl |
arnavutça | pt |
rusça | ru |
ingilizce | es |
Türkçe | tr |
Ukraynaca | uk |
Vietnamca | vi |
Almanca | de |
Hintçe | hi |
Macarca | hu |
Endonezya | id |
İtalyanca | it |
geliştiriliyor | ja |
Korece | ko |
Lehçe | pl |
arnavutça | pt |
rusça | ru |
ingilizce | es |
Türkçe | tr |
Ukraynaca | uk |
Vietnamca | vi |
Widget'larda dili değiştirirken, iframe'in kaynağını şu şablona göre değiştirin:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
Darboğaz hesaplayıcımızı bu kodu kullanarak gömün.
<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/tr/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>
Bu kodu kullanarak saniye başına kare hesaplayıcımızı gömün.
<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/tr/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>
Bu kodu kullanarak oyun içi darboğaz hesaplayıcımızı ekleyin.
<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/tr/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>
Bu kodu kullanarak Güç kaynağı birimi hesaplayıcımızı ekleyin.
<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/tr/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>
Bu kodu kullanarak işlemci karşılaştırması için gömme görünümü.
<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/tr/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>
Bu kodu kullanarak grafik kartı karşılaştırması için gömme görünümü.
<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/tr/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>