Question

So I have a website where I want to put the subscribe button, here is the code

<!--FB SUBSCRIBE!-->
<div class="fb-subscribe" data-href="http://www.facebook.com/Entendu.info" data-layout="box_count" data-show-faces="true" data-font="arial" data-width="50"></div>

But when I visit the webpage (www.entendu.info/moderate) On the right where the susbscribe button is suppposed to shoe I got : error and when I click on it :

The href parameter must reference a valid Facebook user profile, but "http://www.facebook.com/Entendu.info" is not a valid Facebook user profile. The link of the error

But the problem is that my url is totally valid ! https://www.facebook.com/Entendu.info

Thanks for your help

Was it helpful?

Solution

Well the answer is in the error itself -

The href parameter must reference a valid Facebook user profile, but "http://www.facebook.com/Entendu.info" is not a valid Facebook user profile.

you have to use a valid user profile and not the URL of a page.

One can not subscribe to a page in the same way that one can not like a person.

You should use a Like button or Like box in your app if you want to add fans to the page.

OTHER TIPS

There is a different facebook embed code for PAGES and USERS

To subscribe to a Fan PAGE (usually organizations like cocacola, nike, I used it for participateHW)

http://developers.facebook.com/docs/reference/plugins/like-box/

To subscribe to a USER

http://developers.facebook.com/docs/reference/plugins/subscribe/

all the other social plugins are here (just read the description carefully):

http://developers.facebook.com/docs/plugins/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top