Mobile app version of vmapp.org
Login or Join
Phylliss660

: Any particular reason why FaceBook's Subscribe Button isn't showing? I got this FaceBook profile for my upcoming website and I can't get the Subscribe button to show, NOT EVEN ON FaceBook's page!

@Phylliss660

Posted in: #Facebook

I got this FaceBook profile for my upcoming website and I can't get the Subscribe button to show, NOT EVEN ON FaceBook's page!
www.facebook.com/profile.php?id=100003492130845
Now, if you go here on FaceBook's page where we build the Subscribe button:
developers.facebook.com/docs/reference/plugins/subscribe/
And add the above link, it will show nothing.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

2 Comments

Sorted by latest first Latest Oldest Best

 

@Radia820

The link you've provided is for a person's profile - it looks like you've created a people profile and not a page, hence no subscribe.

//update after comment

Go here to enable subscribe for your page and here to generate a subscribe button for your site.



Code for subscribe for your page

<iframe src="//www.facebook.com/plugins/subscribe.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FAxonn-Says%2F372194956141393&amp;layout=standard&amp;show_faces=true&amp;colorscheme=light&amp;font&amp;width=450" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px;" allowTransparency="true"></iframe>

10% popularity Vote Up Vote Down


 

@Ravi8258870

Do you have an AppID ?


The JavaScript SDK requires that you register your website with Facebook to get an App ID (or appId). The appId is a unique identifier for your site that ensures that we have the right level of security in place between the user and your website. The following example shows how to load the JavaScript SDK once you have your appId:


Ref: developers.facebook.com/docs/guides/web/
Hope this helps

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme