I’m quite new to Ghost, and I am hosting a website using Ghost starter plan. I generate this page
using posts and tags. We also maintain Google calendar for the seminars, which currently is embedded in a separate page
The two should, ideally, be on the same page. Do you know if I can embed a the calendar in the automatically generated page somehow, while staying in the starter plan?
The best way to implement this would be to make edits to your tags.hbs template file. However, customizing your theme isn’t possible on the Starter plan (as you mentioned).
Another option, then, would be to add JavaScript to the tag’s page. This will require a bit of code to insert the embed on the page.
Thanks @RyanF. I guess what I don’t understand is how to do code injection specifically on the pages that have a specific tag–I would not want to see the calendar in all pages. Do you have any ideas about that? Note that I know no JS at all, so perhaps this is why I don’t get it.
Yep, so you can limit the code injection to a specific tag. If I understand your structure, you have a tag page, Seminars, where you want to embed the calendar.
If you go to Tags → Seminars, you’ll see a Code Injection field that will only apply to the page in question. That’s what I tried to highlight in the screenshot.
In particular, you could put something like this in the footer:
Hi @RyanF it seems that in this way I am unable to control the width of the calendar, which is occupying the whole width of the page. Also, playing with the “width” field of the google code does not help a lot. Would you know a quick way to fix that?