How to disable other providers (yahoo, aol, hotmail) from facebook comments plugin -


i using facebook comment social plugin support facebook comment in site. using following code -

<div id="fb-root"></div> <script src="http://connect.facebook.net/en_us/all.js#xfbml=1"> </script> <fb:comments href="example.com" num_posts="2" width="500"></fb:comments> 

note that: i'm using no facebook application commenting.

  1. facebook comment box has support comment using other providers (yahoo,aol , hotmail). don't want this. want remove select box. possible remove that. if possible how?

  2. facebook has option subscribe, unsubscribe comments. possible disable or remove that? if possible how?

fb:comments has several options num_posts, colorscheme, width. there option disable select box, subscribe/unsubscribe option?

it helpful me if guys me regarding that.

thanks in advance.

its facebook bug. please follow link below further details. thanks. http://developers.facebook.com/bugs/303593169690073?browse=search_4f3a01ac7cb4f1779248919


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -