I am using CodeIgniter to make a website.
I want to provide users with Plugin/Iframe/banner etc so that they can use it simply by copy pasting code.
I dont want to make image banners because of limitations and dynamic data.
Like the facebook one below . It is clickable with different links unlike Image banners.
The data in the Box will change every time page is refreshed(almost realtime).
the box should be dynamic i.e different for user with ID1 ,ID2.
Using iframe is an option with something like example.php?banner=ID1
But i dont want user to edit links /text in that.
How should i proceed ?