I am very new to the Expression Engine CMS, and I con't for the life of me figure out how I can get my plugin code to work inside an article.
I have it working great when embedded inside a template, but when I try to put the same code inside an article, it just renders it as text.
Template Embedding:http://ee.o7th.com/
Article Embedding:http://ee.o7th.com/index.php/about
You can see the embed code in the second link. but for those who need it here, it is simply:
{exp:o7thpdfembed form="hpAXWPa7ol*ucBDOxbinuA" id="Test-Form-Container-ID" class="Test-Form-Container-Class" style="height:800px;width:100%;overflow:auto;"}
This will be the files title.
{/exp:o7thpdfembed}
The solution was a nightmare to find, as it appears to not be documented anywhere in the EE documentation, nor could I find anything about it online.
Entries are not able to parse any EE code, other than custom template Global Variables
. This got me thinking...
I installed a plugin called Allow EE Code, put in the proper tags {exp:allow_eecode}
around my templates {body}
tag, and was then able to utilize and run the code in the question inside an Entry