i try the pixelpost2twitter addon. the only one i got, is a blank page after press 'twitter this photo' an the following sourcecode
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Torsten Goltz | TAOG Verwaltungs-Bereich</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="stylesheet" type="text/css" href="admin_index.css" />
<script src="script.js" type="text/javascript"></script>
<script type="text/javascript">
function confirmDeleteImg()
{
var agree=confirm("Wollen Sie das Bild wirklich löschen?");
if (agree) return true ;
else return false ;
}
function confirmDeleteComment()
{
var agree2=confirm("Soll dieser Kommentar wirklich gelöscht werden?");
if (agree2) return true ;
else return false ;
}
var installed_ver = 1.71;
</script>
anyone does have an idea to resolve this problem?