datamade / nyc-councilmatic

:statue_of_liberty: a web app for keeping tabs on city council activity in New York City
https://nyc.councilmatic.org
MIT License
38 stars 12 forks source link

embed code works without the style tag first #222

Closed davidmooreppf closed 6 years ago

davidmooreppf commented 7 years ago

Just a note, this appears to no longer be a problem.

Previous bill-widget embed code is first chunk below. It worked at first, then I noticed didn't appear in a WordPress post.

<iframe style="border: 1px solid #eee;" src="http://nyc.councilmatic.org/legislation/int-799-2015-5426ceef88ac/widget/" width="100%" height="260px" scrolling="no"></iframe>

Currently the widget code is as below, this works fine.

<iframe src='http://nyc.councilmatic.org/legislation/int-799-2015/widget/' height='260px' width='100%' scrolling='no' style='border: 1px solid #eee;'></iframe>

Just a note in case relevant to any other widget code, the style="border" part. The people & cmte. widgets appear to be fine, they start with the src=.