3,978 questions
1
vote
1
answer
337
views
Facebook JS SDK - The loading of “https://www.facebook.com/plugins/like/connect” in a frame is denied by “X-Frame-Options“ directive set to “deny“
I apologize for my "bad" English (thanks chat gpt), but I'll do my best to explain my issue.
I'm referring to the documentation provided by Facebook at https://developers.facebook.com/docs/...
0
votes
1
answer
441
views
Website Facebook Like button disappears after clicking
There was a Facebook button 9 years ago that accumulated 6 clicks but the code for this button was deleted. I need to put the button back.
The new Like button correctly showed 6 clicks and when its ...
-1
votes
1
answer
51
views
Facebook like button not functioning
I want to copy the like button of Facebook using HTML and CSS. For example, when you click the like button, a blue like button will appear. Does anyone know how to achieve this?
I want it to be ...
1
vote
1
answer
823
views
Error: Problems validating fields in app.json (SDK 48)
i just upgraded to sdk48 and i get the following errors:
Error: Problems validating fields in app.json. Learn more.
• should NOT have additional property 'facebookScheme'.
• should NOT have additional ...
0
votes
1
answer
404
views
Facebook like button not showing with Edge and with any IE version
I have added the code to show the facebook like and share buttons in my website.
It works with Chrome and Firefox but it doesn't show up with Microsoft Edge and any version of Internet Explorer.
Here ...
1
vote
2
answers
411
views
How to remove facebook like button social text?
I would like to remove the social text from the facebook like button in order to fit into the width, you can see Image 1.
I have read the article.
But when I access https://developers.facebook.com/...
0
votes
1
answer
183
views
integrity-error django :violates not-null constraint
I build a social media application where all actions are concluded in the same count. However with the like button i get an error even if the code looks exactly the same as the dislike version. The ...
0
votes
0
answers
49
views
Facebook debugger not working with Angular NG SERVE in DEV environment
I am building a website using Angular CLI 9.1 using CentOS 7.
I have a domain a.com registered (for PROD environment), and dev.a.com (for DEV environment).
I also had correctly configured the DNS, so ...
2
votes
0
answers
448
views
"Sender action failed" When reacting to facebook message
I am using facebook api to react messages in messenger. This is the api POST request I am using
https://graph.facebook.com/v15.0/<PAGE-ID>/messages?recipient={id:<Pariticipant_ID>}&...
0
votes
1
answer
132
views
Facebook share and like with callback doesn't run the callback and popup not opening every time
I was trying to implement a Facebook share and like function with a callback. But it does not run the callback. And it was also not triggering the popup 2nd time it clicked.
I want to run a callback ...
0
votes
2
answers
101
views
No route matches [POST] "/article/1/like"
I got an error
No route matches [POST] "/article/1/like"
My articles_controller.rb is.
def like
@article = article.all.find(params[:id])
Like.create(user_id: current_user.id, ...
0
votes
0
answers
67
views
How does the addThis facebook like button work?
Can anyone please explain how the addThis facebook like button works?
The code for adding the button is
<a class="addthis_button_facebook_like" fb:like:layout="button_count">&...
0
votes
1
answer
70
views
Facebook JavaScript SDK like button displayed sometimes in Japanese and sometimes in Spanish when I specify en_US
When I use the following:
//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3
I get: 👍いいね!3
Or sometimes: 👍Me gusta 3
Here is Facebook's documentation on setting the language:
https://...
1
vote
1
answer
2k
views
Getting Reactions and Post type from Facebook Graph API
For a university project I am trying to extract information present on a public page present on Facebook. I know that a permission is required, but that is not the focus of my question.
I am writing ...
0
votes
0
answers
386
views
ideas on how to implement Like and Unlike functionality in vuejs
I have an outer all posts loop and an inner user post likes history loop,this is the logic to show the button that liked my post
this is my code logic to show the button that liked ny post
how do i ...