/ Published in: Other
Expand |
Embed | Plain Text
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script> <script language="javascript" src="http://www.website.com/path/jquery.tweet.js" type="text/javascript"></script> <script type='text/javascript'> $(document).ready(function(){ $(".tweet").tweet({ join_text: "auto", avatar_size: 0, count: 3, intro_text: null, auto_join_text_default: "@Username", auto_join_text_ed: "we", auto_join_text_ing: "we were", auto_join_text_reply: "we replied to", auto_join_text_url: "we were checking out", loading_text: "loading tweets...", username: "Username" }); }); </script> <link href="http://www.website.com/path/jquery.tweet.css" media="all" rel="stylesheet" type="text/css"/>
You need to login to post a comment.
