If you want to use the Twitter Live Search Widget in blogger, add the following line in the head section of yout HTML template:
<link rel="stylesheet" type="text/css" href="http://widgets.twimg.com/j/1/widget.css"></link>
or as we have done on our site, just drop the css ref in with the generated script:
<div id="twtr-search-widget"></div>
<link rel="stylesheet" type="text/css" href="http://widgets.twimg.com/j/1/widget.css">
<script src="http://widgets.twimg.com/j/1/widget.js"></script>
.
.
.
Tweet on in safety Tweeples...
Addendum
Okay - with the script generated in ie, matters improve slightly.
I maintain, IE is *very* sensitive about script. Perhaps it's a combination of the script & IE.
Proceed with caution.
The style sheet *is* needed though.
2 comments:
There are some known issues before launching the new widget. we're actively working on them to make the integration better.
cheers,
Dustin
Dustin,
thanks for the comment - I totally appreciate the efforts on this really cool widget.
Regards Doug
Post a Comment