if you dont like javascript, what language are you looking for?
HTML ? lol coinwidget.com doesn't work in wordpress.com :/
a simple way in php is to just echo the amount every time a person visits your page
$amount=file_get_contents("http://www.blockchain.info/address/<insert address here>");
$amount=$amount / 100;
echo "amount: " . $amount . " bits";
Totally forgot about this! I'll give this a go and let you know! thanks.
the code is not the hard part. the hard part is finding a service that doesnt mind being bombarded with balance requests per visitor... well thats if your website got that popular
Haha so true. I have a feeling this idea will be pretty popular