user1087458
user1087458

Reputation: 1

facebook like widget not accepting my facebook url

trying to get the facebook like box (the plugin on the facebook developers page) on my website, so i can put the wall posts on the website, but when i enter the facebook url, all i get is Could not retrieve id for the specified page. Please verify correct href was passed in.

Upvotes: 0

Views: 144

Answers (1)

scott
scott

Reputation: 1070

Are you using php? You may need to use url_encode('http://mysite.com/etc') on your own own link since I believe it is passed as a variable in the FB like button (could be wrong).

Upvotes: 0

Related Questions