Users can login to my site.
After login they view an empty page.
On the page I want to embed third party content.
The content is embedded with a javascript.
the javascript is different for every logged in user.
Thus i want to connect the javascript that is used to the user profile to get the right third party content.
-
How to embed a javascript on the target page?
-
the javascript embedded should come from a db that is connected to a user. I could add the JS in the user profile by adding a field so that it dynamically used or can I create static pages that are assigned to a user?