Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
337 views

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/...
Rodrigo Libraga's user avatar
0 votes
1 answer
441 views

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 ...
Graeme Jensz's user avatar
-1 votes
1 answer
51 views

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 ...
PherCode's user avatar
1 vote
1 answer
823 views

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 ...
yannisdev's user avatar
0 votes
1 answer
404 views

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 ...
A. Amori's user avatar
1 vote
2 answers
411 views

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/...
HelloCW's user avatar
  • 2,693
0 votes
1 answer
183 views

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 ...
amber's user avatar
  • 27
0 votes
0 answers
49 views

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 ...
Nicolas's user avatar
  • 1,514
2 votes
0 answers
448 views

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>}&...
Yasantha Mihiran's user avatar
0 votes
1 answer
132 views

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 ...
Dhinesh Kumar's user avatar
0 votes
2 answers
101 views

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, ...
Ican Doit's user avatar
0 votes
0 answers
67 views

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">&...
Urooj's user avatar
  • 354
0 votes
1 answer
70 views

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://...
Roberto Murphy's user avatar
1 vote
1 answer
2k views

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 ...
Tom's user avatar
  • 35
0 votes
0 answers
386 views

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 ...
truongbo's user avatar

15 30 50 per page
1
2 3 4 5
266