Sometimes you may find yourself needing to output a CMS static block from within a Magento WYSIWYG content editor – you can do this with the below code – all you need to do is simply replace “my_block” with the id of your CMS block.
{{block type=”cms/block” block_id=”my_block”}}