Closed davidmooreppf closed 6 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=.
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.
Currently the widget code is as below, this works fine.
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=.