Thank’s for your link but i think you don’t understand.
Actually i use timeline widget in order to have all tweet from one people in a list.
This one for example :
<a class="twitter-timeline" href="https://twitter.com/OneT0uch" data-widget-id="569044950940393472">Tweets de @OneT0uch</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>
It’s not embed of one tweet but embed of all my tweet.
And the solution i have found it’s to use javascript in order to add rules to the iframe.(Take a look at the link i give you above).
Is it possible to do it another ways ? or it’s the better solution.