Using Ghost as a Headless CMS. Wondering how we can add an in-line button to a blog post?
We have a that we have a button to subscribe at the end of the blog post (possible by a Code injection). But it only allows us to have a Button at the bottom of the blog post. Is there a way to have an in-line button?
Like @gregpozo said, the HTML card is ideal for adding CTA buttons within your content. I’ve had a quick peek at your staging site and I can see it’s built with Next.js, maybe you’re able to get a copy of the button at the bottom of the article and put it into a HTML card for Next.js to enable that same interaction?
Here’s related thread which shows how the HTML card works in the Ghost editor: