Simple example using searchword 'hippie'
<iframe src="http://www.ongevraagdadvies.nl/showtweets/?q=hippie"
width="100%" height="400" frameborder="0"></iframe>
Any other advanced search you like
Check out the Twitter advanced search page.After you clicked Search, you will find a "Feed for this query" link at the top right of the page.
Now click that link, and copy the part of the url after "?q=", see image:
![[image: query string of advanced search twitter]](/uploads/site12/Image/twitter_adanced_search_query_string.png22724.jpg)
In my case, I searched for the word "happy", written by "frinky", between 2009-01-01 and 2009-03-04; see this page.
Now paste the copied part into the embed code like this:
<iframe src="http://www.ongevraagdadvies.nl/showtweets/?q=+happy+from%3Afrinky+since%3A2009-01-01+until%3A2009-03-04"
width="100%" height="400" frameborder="0"></iframe>
Show what user 'frinky' wrote
<iframe src="http://www.ongevraagdadvies.nl/showtweets/?q=from:frinky"
width="100%" height="400" frameborder="0"></iframe>
What people are writing to user 'frinky'
<iframe src="http://www.ongevraagdadvies.nl/showtweets/?q=to:frinky"
width="100%" height="400" frameborder="0"></iframe>