Finnaly i managed to get the Facebook Fan widget working ouch , i did some searching in google for html code to use for facebook instead of the script and finnaly i did manage to insert an iframe facebook fan and it's working properly , No possible attack emails or even a possible attack it self .
According to fan facebook Wiki :
If we do have facebook connect function in our site we do not have to insert the facebook script cause that will generate problem so that's why facebook offer Html code + Iframe code to insert into the site , for more information refer here :
I wish that help the ones looking to insert a facebook fan widget :)
This is an exp of the code am using :
<iframe scrolling="no" frameborder="0" src="http://www.facebook.com/connect/connect.php?id=YOUR ID NUMBER HERE&connections=10&stream=0&css=PATH_TO_STYLE_SHEET" allowtransparency="true" style="border: none; width: 336px; height: 200px;"></iframe> <div style="font-size:8px; padding-left:10px"><a href="YOUR WEB SITE URL HERE">THE NAME OF YOUR FACEBOOK PAGE TITLE HERE</a> on Facebook</div>
Note : stream=0 because i wanted to show only Facebook FANS if you want to show what you stream then you have to change stream=1
Peace and Bread ,
Enjoy