Skip to main content

Ghost: How to add CTA

How to enable CTA on Ghost

Written by Vitalik May
Updated yesterday

Follow the steps:

  1. Go to your Ghost Admin panel.

  2. In the sidebar, click Settings.

  3. Scroll down to the Advanced section and click Code injection.

  4. Paste this script into the Site Footer text box:

    <script src="https://app.seobotai.com/banner/global.js" defer></script>
  5. Click Save in the top right corner.

  6. Resync your blog posts to see the CTA appear in Menu -> Blog Sync Status -> Force Sync.

Note: Ghost does not allow <script> tags inside individual posts or HTML cards for security reasons. The Code injection β†’ Site Footer method is the official Ghost-supported way to load global scripts across your entire site, and it applies automatically to all existing and future blog posts - no need to edit them one by one.

Did this answer your question?