Why not in every tweet?
|
|
Can you please the tweader icon in every tweet page as well? Currently, it appears at the bottom (next to the "privacy" link), with an undefined id parameter. |
|
|
As a quick fix, I updated your script, and replace the last long line with:
if(!statusID) statusID = location.href.replace(/.*status\//, '');
$("a.reply", this).after("
Changes:
|
|
|
Integrated, thanks! |