Could someone please help me understand everything I would want to know in order to create third-party JS widget, like twitter embeds or facebook ads, in the shortest amount of time?
I am okay getting 80% of the value in 20% of the time, for now, and would love to know of any guides, pitfalls, and best practices for writing such widgets.
Basically, I will consume anything you're willing to throw my way so I could get from 0 to 1 asap. Appreciate it!
In former days, people used iframes, this was even easier because the iframe could basically show any website with its own styling, scripting, etc.
If you want to get hands dirty, then skip any framework, learn modern ECMAscript, vanilla Dom and try out to modify a well known element in the target page from your script.