Good morning, I've tried several scripts to make my dynamic link shared with the custom Facebook button. I can not I'm trying this:
<?php $linkFace = "http://www.modalle.com.br/blog.php?artigo=".$_GET['artigo'];?>
<a onClick="return goodPopup(this.href)" href="http://facebook.com/sharer.php?u=<?php echo urlencode($linkFace)?>&t=<?php echo urlencode($row['chamada']);?>" target="_blank" class="facebook"></a>
Can anyone help?