I am developing a small web application in CakePHP which allows user to create contents using tools I provide. Once user is done creating the contents, I want to give an option to embed that in her own website.
There are 2 ways I can think of right now to do this
- Using iFrame embed code
- Giving unique link to that content
Are there any better ways to generat an embed code?
Later on I would also like user to give style (css etc) to the contents she has created.