Question: How can I display my EE content on another site not using EE?
Answer: One method is to use an iframe to display that content. You’d create your unique content inside an ExpressionEngine template, and call that URI in your iframe code.
NOTE: There are several ways of putting in iframe code. This is just meant to be an example. You may have to change your settings to allow for the content to display correctly.
Example:
<iframe src="http://www.example.com/index.php/share/index/" />
