एकीकरण गाइड

AI के साथ स्क्वायरस्पेस वेबसाइट अनुवाद करें

1. एक खाता बनाएं

आपको बस बॉडी टैग की शुरुआत में एक कस्टम कोड जोड़ना है और भाषा स्विचर के लिए एक कोड एम्बेड करना है। इसके अतिरिक्त, सुनिश्चित करें कि आपने निम्नलिखित चरण पूरे कर लिए हैं:

  • https://app.globalseo.ai पर साइन अप करें।.
  • एक परियोजना बनाएं और उन भाषाओं का चयन करें जिनमें आप अपनी वेबसाइट का अनुवाद करना चाहते हैं।.
  • उत्पन्न HTML कोड की प्रतिलिपि बनाएँ।.
  • परियोजना को सहेजें।.

अपने वेबसाइट में HTML स्क्रिप्ट कैसे जोड़ें:

1. Access Your Squarespace Dashboard

  • Log in to your Squarespace account.
  • Navigate to the dashboard of the website you wish to add the script to.

Open Site Settings for Custom Code

  • In the Home Menu, click "Settings".
  • Scroll down to the "Advanced" section and click on "Code Injection".
Here is a helpful video on how to fund the custom footer code section: https://www.youtube.com/watch?v=eD3J0m_pOOA&t=29s

Add the Script

  • In the Code Injection page, you'll see several fields where you can inject your custom code. To ensure the script runs on every page of your site, just before the closing </body> tag, paste it into the "Footer" field.
  • Copy the script you provided and replace YOUR_API_KEY with your actual API key from Weploy:
<link href="https://unpkg.com/globalseo/dist/translate.css" rel="stylesheet">
<script
  src="https://unpkg.com/globalseo/dist/translate.js"
  data-globalseo-key="YOUR_API_KEY"
  data-use-browser-language="true"
  data-dynamic-translation="false"
  data-original-language="en"
  data-allowed-languages="de, es, ru, id, hi, zh, ja"
  data-exclude-classes=""
></script>

Configuration:

  1. Important: Replace YOUR_API_KEY with the actual API key obtained from your project. This is crucial for enabling the translation services.
  2. Language Settings:
    • data-original-language: Set this attribute to your website's primary language code (e.g., en for English, fr for French).
    • data-allowed-languages: Configure this according to your project's requirements. List the language codes (e.g., en, fr, de) that you wish to support on your site.

For more settings, please visit: GitHub

Optional Configuration:

  1. data-use-browser-language: By default, this is set to automatically translate the website based on the user's browser language. If you prefer to disable this feature, set it to false.
  2. data-exclude-classes: Specify any CSS class names that should not be translated by the service. This is particularly useful for elements such as chatbots, which may not require translation. List the classes separated by commas (e.g., chatbot, no-translate).

2. Add the language selector

Add the following line of code somewhere on your website. We recommend including it inside the navigation.

<div कक्षा="globalseo-select globalseo-lang-selector-wrapper globalseo-exclude">
  <विवरण भूमिका="समूह">
     <सारांश भूमिका="बटन" कक्षा="globalseo-lang-selector-loading">
        <svg कक्षा="globalseo-lang-selector-loading-icon" चौड़ाई="20" ऊंचाई="20" viewBox="0 0 34 34" भरें="कोई नहीं" xmlns="http://www.w3.org/2000/svg">
           <पथ डी="M16.7906 28.9982C14.131 28.9516 11.5622 28.0231 9.48748 26.3584C7.4128 24.6937 5.94973 22.3871 5.328 19.8007M16.7906 28.9982C13.4777 28.9404 10.8853 23.521 11.0009 16.8953C11.1166 10.2697 13.8966 4.94402 17.2094 5.00185M16.7906 28.9982C17.4055 29.0089 18.0021 28.8342 18.5667 28.5M16.7906 28.9982C17.4353 29.0094 17.904 28.9456 18.4338 28.8411M5.328 19.8007C8.73815 21.7699 12.6799 22.9255 16.8953 22.9991C17.5541 23.0116 18.2116 22.9969 18.8663 22.9553M5.328 19.8007C5.09283 18.8151 4.98323 17.8037 5.00182 16.7906C5.03917 14.6509 5.63417 12.6503 6.64706 10.9277M17.2094 5.00185C20.5222 5.05968 23.1147 10.4791 22.9991 17.1047C22.9878 17.7501 22.9513 18.3831 22.8914 19M17.2094 5.00185C19.3374 5.03811 21.4175 5.63986 23.2362 6.74538C25.0548 7.8509 26.5467 9.42037 27.5585 11.2928M17.2094 5.00185C15.0814 4.96382 12.9816 5.49262 11.1255 6.53399C9.26935 7.57536 7.72367 9.09181 6.64706 10.9277M27.5585 11.2928C24.612 13.7563 20.8749 15.0729 17.0349 15.0003C13.0382 14.9306 9.40832 13.4003 6.64706 10.9277M27.5585 11.2928C28.5415 13.1075 29.0375 15.146 28.9982 17.2095C28.9905 17.6459 28.9597 18.0764 28.9068 18.5" 
           स्ट्रोक="#000000" stroke-width="1.25" stroke-linecap="गोल" stroke-linejoin="गोल"/>
           < शैली="animation: globalseospin 2s linear infinite; transform-origin: 26px 26px;">
             <वृत्त cx="26" cy="26" r="7.125" स्ट्रोक="#000000" stroke-width="1.75" stroke-dasharray="31.42" stroke-dashoffset="10.47"></वृत्त>
           </>
       </svg>
     </सारांश>
  </विवरण>
</div>

आप URL पैरामीटर जोड़कर आसानी से भाषाएँ बदल सकते हैं: "?lang=LANG_CODE". उदाहरण के लिए:

<div कक्षा="globalseo-exclude">
    < href="?lang=hi">हिं</>
    < href="?lang=de">DE</>
</div>

3. वेबसाइट का अनुवाद करें

पृष्ठ प्रकाशित होने के बाद, अपनी वेबसाइट का URL जांचें और भाषा चयनकर्ता से एक भाषा चुनें। पृष्ठ का अनुवाद किया जा रहा है, इसमें कुछ मिनट लग सकते हैं। .

वैकल्पिक रूप से: अनुवाद से पाठ को बाहर रखें

यदि आप किसी पाठ को अनुवाद से बाहर रखना चाहते हैं, तो बस "globalseo-exclude" को पैरेंट एलिमेंट की कक्षा के रूप में जोड़ें। उस तत्व के अंदर सभी पाठ अनुवादित नहीं होंगे। .

अब बस एक ही काम बाकी है: साइन अप करें और इसे खुद आज़माएं। .

साइन अप करें और एपीआई कुंजी प्राप्त करें
Plus Icon
साथ में एकीकृत करें
Squarespace

निर्मित द्वारा

Squarespace, Inc

श्रेणी

सीएमएस

AI वेबसाइट स्थानीयकरण के भविष्य में आपका स्वागत है

अपनी वेबसाइट के लिए अनुवाद शुरू करें, सिर्फ 5 मिनट में। साइन अप करें और 2,000 अनुवादित शब्द मुफ्त पाएं। .

शुरू करें