So it appears you cannot put a block into a blog post like you can with a page within the CMS.
e.g. {fuel_block('hubway/wbur')}
Is there any way to do this?
If not let me tell you why we want to and perhaps you have another idea.
Our server Firewall does not allow iFrames to be entered into the CMS and we would like to keep in this way for security reasons. Occasionally, however, our system Marketing managers want to embed a YouTube video or, in this case, a segment from NPR.
We thought about just putting it into the db but then they could never edit the post again as they would always get a save error in the CMS. So we thought a better solution would be to create a block in our codebase that they could reference in the blog post.
Comments
So my initial question remains.