I have a list at https://twitter.com/EnfieldApp2/enfield-it which displays all of the tweets I would expect. I created a widget with the following code:
<a class="twitter-timeline" href="https://twitter.com/EnfieldApp2/enfield-it" data-widget-id="360044527723114496">Tweets from @EnfieldApp2/enfield-it</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
The widget is only showing a partial set of tweets. I checked that those expected to appear were not flagged as private, yet they do not appear in the widget.
Any ideas why the widget is filtering the list?
Thanks.