Has the twitter feature been fixed on Folio Builder 1.1.2? I'm not able to add a tweet feed using http://mobile.twitter.com
Please see this from James:
http://blogs.adobe.com/jlockman/2012/05/26/using-twitter-feeds-in-adob e-dps/
Try this code. I took it from an InDesign CS5.5 demo. It does not force you to create a live web page.
Copy the code to an html file (change the Twitter feed from AdobeDigitalPub to whatever you want).
Create a box in InDesign 250 px wide (that's what the Twitter div is in the code) Link to the file in the Folio Overlays / Web Content panel.
It is not a widget, so you have to style the content yourself, but you do not need to have the code on a web page.
regards,
Ton
Adding code just drives me crazy. When you copy the code below it seems to insert a space or return in the word callback between the c and k after the word AdobeDigitalPub.json? Just remove it so it reads "AdobeDigitalPub.json?callback" and everything should work fine...
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Twitter Feed</title>
<style type="text/css">
#twitter_div { background: #fff; width: 250px; overflow: scroll; }
#twitter_update_list { margin: 0; padding: 0; list-style: none; }
#twitter_update_list li { padding: 2px 0px 8px 7px; border-top: 2px solid #20A49E; margin-top: 8px; }
</style>
</head>
<body>
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript"
src="http://twitter.com/statuses/user_timeline/AdobeDigitalPub.json?callbac k=twitterCallback2&;count=12">
</script>
</body>
</html>
North America
Europe, Middle East and Africa
Asia Pacific