Hi,
I entered the following code to a new site so that they can digg in my site. But unfortunately I am getting an error stating" Wrong Referrer 'http://www.androidglobal.com/2010/11/android-samsung-galaxy-player/'
what is wrong?
Thanks in advance. ..

<div style="float:left;margin:1px 10px 0px 1px;">
<script src="http://www.alapbangla.com/modules/buttons/buttons.js" type="text/javascript"></script>
<a class="PliggButton PliggLarge" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" rev="<?php the_category(', '); ?>" rel="<?php $posttags = wp_get_post_terms( get_the_ID() , 'post_tag' , 'fields=names' );if( $posttags ) echo implode( ', ' , $posttags ); ?>"><span style="display:none"><?php $excerpt = strip_tags(get_the_excerpt());echo $excerpt; ?></span></a>
</div>