Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to add a Facebook like button to my asp.net page.

I am using Facebook Like Button plugin

But unfortunately its not appearing on my page when i run it locally

<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like show_faces="false" width="150"></fb:like>

or

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&amp;layout=standard&amp;show_faces=true&amp;width=150&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:80px;" allowTransparency="true"></iframe>

Does anyone have an idea what I might be doign wrong please?

Did I need to set an application first to do this?

Thanks

C

share|improve this question

1 Answer

up vote 1 down vote accepted

Did I need to set an application first to do this? YES

you are using XFBML , so you need Facebook javascript SDK and that requires app ID.

share|improve this answer
thank you for replying. what if i use the iframe approach? it also does not appear – C.. Feb 8 '11 at 10:13
1  
@C. Regenerate iframe here – Adeel Feb 8 '11 at 10:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.