I'm trying to open the Twitter site inside an iframe
<iframe src="https://twitter.com/"width="700" height="700" scrolling="no" ></iframe>
or showing a particular subject
<iframe src="https://twitter.com/search?q=Agricultura&src=tren"width="700" height="700" scrolling="no"></iframe>
I would like to place the iframe next to a web page, but it does not show anything. Does Twitter have any blocking for its use on web pages? If it is possible, could anyone show me how?