alessandro-vincelli / youeat

Automatically exported from code.google.com/p/youeat
Apache License 2.0
1 stars 0 forks source link

Twitter feeds #60

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I suggest to add twitter posts in home page.

It can be done by a simple search (REST twitter API), 
i.e.: http://search.twitter.com/search.atom?q=%23youeat

Either we can use jquery (preview img attached)
or use a converter that parses RSS, i.e:

<div class="twitterAboutYoueat" style="font-size: 8pt;">
   <script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fsearch.twitter.com%2Fsearch.atom%3Fq%3D%2523youeat&chan=y&num=010&desc=150&date=y&targ=y" type="text/javascript"></script>
   <noscript>
      <a href="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Fsearch.twitter.com%2Fsearch.atom%3Fq%3D%2523youeat&chan=y&num=010&desc=150&date=y&targ=y&html=y">View RSS feed</a>
   </noscript>
</div>

Original issue reported on code.google.com by luigin...@gmail.com on 5 Feb 2011 at 6:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by a.vince...@gmail.com on 17 Feb 2011 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by a.vince...@gmail.com on 17 Feb 2011 at 5:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r519.

Original comment by a.vince...@gmail.com on 17 Feb 2011 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by a.vince...@gmail.com on 21 Feb 2011 at 10:52