Ghost Integration
AI support for your Ghost publication
Ghost is built for publishers. LaunchChat lets your readers ask questions about your content and get instant AI-powered answers with citations — embedded via Ghost's Code Injection, no theme editing required.
IntegrationPage.whyAddChatbot
Ghost is a modern publishing platform built for professional publishers and newsletters. Its Code Injection feature allows adding custom JavaScript site-wide without modifying theme files. LaunchChat integrates perfectly through this feature.
IntegrationPage.features
Code Injection integration
Add LaunchChat via Ghost's Settings → Code Injection → Site Footer. No theme file editing, no ghost-cli commands. Changes apply across your entire publication.
Content-aware answers
Crawl your Ghost publication's URL to index your posts and pages. The chatbot answers from your actual content — articles, guides, and publications — with source citations.
No theme modifications
LaunchChat works entirely through Code Injection. Your Ghost theme stays untouched, making theme updates safe and conflict-free.
Membership and newsletter support
Works alongside Ghost's native membership and newsletter features. The widget doesn't interfere with signup flows or member-only content gating.
IntegrationPage.whyChooseLaunchChat
- Embed via Code Injection — no theme file editing
- Can index your Ghost publication content automatically
- No interference with Ghost memberships or newsletters
- Works with all Ghost themes including custom themes
IntegrationPage.howToAdd
Get your widget ID
Create a free LaunchChat account and add your Ghost publication URL as a data source. LaunchChat will crawl and index your content.
Add to Ghost Code Injection
In your Ghost admin, go to Settings → Code Injection → Site Footer. Paste the 2-line embed code and save.
Verify and customize
Visit your Ghost publication to see the widget. Customize appearance from the LaunchChat dashboard — changes apply instantly without revisiting Ghost admin.
Keep content indexed
Re-crawl your publication periodically or when you publish significant new content. The knowledge base stays current with your latest articles.
IntegrationPage.embedCode
<!-- Settings → Code Injection → Site Footer -->
<script>
window.NotionSupportConfig = {
widgetId: 'YOUR_WIDGET_ID',
primaryColor: '#0D9488',
position: 'bottom-right'
};
</script>
<script src="https://launchchat.dev/widget.js" async></script>Add to Site Footer in Ghost's Code Injection settings. The widget appears on all pages of your publication.
<!-- Reader-focused greeting -->
<script>
window.NotionSupportConfig = {
widgetId: 'YOUR_WIDGET_ID',
greeting: 'Have a question about our content? Ask away!',
primaryColor: '#FF0000' // Match Ghost accent color
};
</script>
<script src="https://launchchat.dev/widget.js" async></script>Customize the greeting and primary color to match your Ghost publication's branding.
IntegrationPage.faq
How do I add LaunchChat to Ghost?
Go to Settings → Code Injection → Site Footer in your Ghost admin. Paste the 2-line embed code and save. The widget appears on all pages. No theme editing required.
Can it answer questions about my Ghost content?
Yes. Add your Ghost publication URL as a data source and LaunchChat will crawl and index your posts and pages. The chatbot answers from your actual articles with source citations.
Will it conflict with my Ghost theme?
No. LaunchChat is added via Code Injection, not theme file editing. Your theme stays untouched, making theme updates safe and conflict-free.
Does it work with Ghost memberships?
Yes. LaunchChat works alongside Ghost's membership and newsletter features. The widget doesn't interfere with signup flows or member-only content gating.
How do I keep the content indexed?
Re-crawl your publication from the LaunchChat dashboard when you publish significant new content. You can also connect a Notion workspace as a secondary data source for non-publication content.
Does it work with Ghost(Pro) and self-hosted Ghost?
Yes. LaunchChat works with both Ghost(Pro) hosted publications and self-hosted Ghost instances. The Code Injection feature is available in all Ghost configurations.