How do I add a FaceBook 'like' button to my master pages, does it need to be different for each page?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use the Facebook Like Button generator here: Facebook Like Button Generator Paste the generated iframe code into your master page. If you leave it as is it will 'like' your site, not specific pages. To 'like' the individual pages you can take the generated code and look for a section like this:
Modify that to read:
And that should work to 'like' each specific page. |
|||
|
|
|
You should also add the META property of the generated facebook like button dynamically: use a |
||||
|
|