Display custom static blocks in page templates phtml
<?php // where share-this is the name of the static block identifier echo $this->getLayout()->createBlock('cms/block')->setBlockId('share-this')->toHtml();