Facebook Commenting -


i displaying fb comments on website using following script

<script>(function(d, s, id) {  var js, fjs = d.getelementsbytagname(s)[0];   if (d.getelementbyid(id)) return;   js = d.createelement(s); js.id = id;   js.src = "//connect.facebook.net/en_gb/sdk.js#xfbml=1&version=v2.8&appid={here app id}";  fjs.parentnode.insertbefore(js, fjs);  }(document, 'script', 'facebook-jssdk'));</script> 

its working perfect, issue coming while commenting, there line below comment box

your comment may appear on "page 1" facebook page. 

i want should show "page 2" page of mine, , admin of both pages. there way can associate commenting app other facebook page. created few other apps showing same page.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -