I tried this with both of your scripts:
Code:
<script type="text/javascript">
<!--//--><![CDATA[//><!--
$(document).ready(function() {
$("#twitter-box").getTwitter({
userName: "hudplejedk",
numTweets: 3,
loaderText: "Henter seneste tweets...",
slideIn: true,
showHeading: false,
headingText: "Seneste tweets",
showProfileLink: true
});
});
//--><!]]>
</script>
<script type="text/javascript">
jQuery(document).ready(function($){
$('#twitter-box a[href^="http://"]')
.attr("target", "_blank");
});
</script>
But unfortunately, none of them seemed to have an effect on the Twitter links.
I was unsure whether you wanted me to place it in the body or the head, so I tried both places with both scripts, but alas, to no avail.
Cheers,
Bassa
Bookmarks