1
I made a simple application to test the ability to embed posts on external Facebook sites. On it, you paste a URL of any Facebook post, click a button, and the post is inserted into a div
.
I separated some links and started the battery of tests. Evidently, I took care to separate only public posts. The big surprise was that much of these links, even though they were public, generated a warning that the content had been removed or flouted privacy laws.
The biggest surprise was when I pasted a link from a post of my own profile and the same message was generated. I searched the profile settings and saw that everything was completely free for all audiences, however, I had not configured the option Who can follow me for All (was Friends). When I changed this setting, the application worked with all my links.
The problem is that this option, by default, is only for friends, which greatly limits the possibilities of embedding posts.
Interestingly, in the documentation of the facebook, the information on which requirements for a post to be incorporated on another page are:
- Must be a public post
- It must be from someone you’re following
- All your friends are automatically followed
Is there any special setting to resolve this issue?
Emerson, the problem is that it’s not enough just to be public, you have to allow such "not friends" followers. I need to show only the public posts of a group of friends on their own page. It would be quite unproductive to have to ask each of them to allow anonymous followers, agrees?
– Alexandre Bonfá
I followed your guidance and sent my suggestions and took the opportunity to read the FAQ on the subject. I found some information that contradicts my experience. I am changing the question to see if anyone else has been through the same problem.
– Alexandre Bonfá