I am trying to implement the Facebook Like Button but its not working. In short I can press the like button and it will say that I liked this. But nothing comes up on my profile and when I post a comment, nothing happens. It is also creating a javascript error: "Error unterminated string literal".
Here's the page I have it implemented on. Everything seems to work, except nothing comes up in the user's profile. It throws this JavaScript error:
Error unterminated string literal: static.ak.fbcdn.net/rsrc.php/zP/p/r/rfgCJM79Mlq.js
And I have the social meta tags inserted too:
enter code here
<meta property="fb:app_id" content="162971323718605"/>
<meta property="fb:admins" content="40509315"/>
<meta property="og:title" content="KeyStar PR"/>
<meta property="og:type" content="music"/>
<meta property="og:url" content="http://epk.devinshosting.com"/>
<meta property="og:site_name" content="KeyStar PR"/>
<meta property="og:image" content="http://epk.devinshosting.com/apps/PVElectronicPressKit/images/default_album.jpg"/>
Does anyone have any idea what I am doing wrong?