विजेट का निम्नलिखित भाषाओं में अनुवाद किया जा सकता है:
भाषा | culture-slug |
---|---|
अरबी | ar |
बडी | bn |
देर रात | zh |
दुआई | hr |
प्रत्यक्षदर्शी | en |
अच्छी | fr |
डड | de |
हिन्दी | hi |
हंगेरियाई | hu |
इंडोनेशियाई | id |
यह | it |
हे | ja |
स्था | ko |
च | pl |
मूल | pt |
रस | ru |
आदर्शी | es |
म | tr |
विश्वप्रसिद्ध | uk |
विवि | vi |
डड | de |
हिन्दी | hi |
हंगेरियाई | hu |
इंडोनेशियाई | id |
यह | it |
हे | ja |
स्था | ko |
च | pl |
मूल | pt |
रस | ru |
आदर्शी | es |
म | tr |
विश्वप्रसिद्ध | uk |
विवि | vi |
विजेट में भाषा बदलते समय, आइफ्रेम के स्रोत को इस टेम्पलेट के अनुसार बदलें:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
इस कोड का उपयोग करके हमारे टोंटी कैलकुलेटर को एम्बेड करें।
<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/hi/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>
इस कोड का उपयोग करके हमारे फ़्रेम प्रति सेकंड कैलकुलेटर को एम्बेड करें।
<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/hi/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>
इस कोड का उपयोग करके हमारे इन गेम टोंटी कैलकुलेटर को एम्बेड करें।
<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/hi/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>
इस कोड का उपयोग करके हमारे विद्युत आपूर्ति इकाई कैलकुलेटर को एम्बेड करें।
<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/hi/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>
इस कोड का उपयोग कर प्रोसेसर तुलना के लिए एम्बेड दृश्य।
<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/hi/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>
इस कोड का उपयोग करके ग्राफिक कार्ड तुलना के लिए एम्बेड दृश्य।
<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/hi/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>