Translate your Ghost publication automatically
Add the Lingvit script via Ghost's Code Injection settings and all posts, pages, and portal content are translated in place. Works with Ghost(Pro) and self-hosted instances.
What gets translated
Setup guide
- 1
Create a Lingvit project
Sign up at app.lingvit.com and create a new project. Copy your project's script tag from the dashboard.
- 2
Option A — Ghost(Pro): Code Injection
In Ghost Admin, go to Settings → Code Injection → Site Footer. Paste the Lingvit script tag and click Save.
<script src="https://cdn.lingvit.com/widget.bundle.js?v=1" async></script> - 3
Option B — Self-hosted: edit your theme
Open your active theme's default.hbs and paste the Lingvit script tag before the closing </body> tag. Upload and activate the updated theme.
{{!-- default.hbs --}} <script src="https://cdn.lingvit.com/widget.bundle.js?v=1" async></script> </body> - 4
Select languages and publish translations
Choose target languages in the Lingvit dashboard. All rendered post and page content is translated automatically.
Need the full platform overview? Web App & SPA use case guide →