• missing xbfish.com image

Tag Archives: embed object

Allow embed object code in CodeIgniter

Of course, you don’t need to even edit or bypass the input class libraries.

Simple do the following on the views when displaying embedded object code like from YouTube and etc:

1
echo str_replace(array('&lt;', '&gt;'), array('<', '>'), $embed_filed);

Source from: http://codeigniter.com/forums/viewthread/100926/#509749