For example, I have a super simple widget that I want to allow my users to use across sites:
<h1>Headline</h1>
#mingyeow is the name of the user
<% render "/questions/mingyeow" %>
What would be the easiest way to do?
- exact method to allow this
- javascript vs iframe
- cross site security concerns