I'm a (Django) backend developer wading into frontend javascript driven applications. I want to create an application similar to that of Google Analytics In-Page Analytics where the application is (willingly) injected into a users web page using some initial loading javascript code:
- User adds very basic (1/2 lines) piece of JS code to their side - JS code fetches overlay application and loads it onto users site - Overlay application can interact with site I am very confused about how to achieve this 1. I don't understand the flow involved in dynamically loading an application like this nor the terms I would potentially google to find information (nor whether it's actually possible with angular) 2. I don't understand how the application can interact with the page it's loaded from. If it uses iframes, how is the same-origin policy overcome. If it isn't using iframes, how can it guarantee not to interfere with the page and get a consistent experience Can anyone give me some pointers on the high-level approach to an application such as this? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
