Hi there
im trying to use tweetquote plugin for jquery,
when i use the default username: pauljcampbell its working perfectly,
when im changing to mine, raalcoil, it isnt..
ive worked it out a bit and found out its a lang problem, the default filter is for english, when im changing to lang:he , its not working.
<script src="{$base_url}tweet.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
//<![CDATA[
tweetquote.load( {
"username" : "raalcomm",
"refreshrate" : 2000,
"defaulttext" : "loading"
} );
//]]>
</script>