Skip to main content

Questions tagged [facebook-like]

Widget that enables users of Facebook to "Like" websites, photos, objects, posts, etc.

facebook-like
0 votes
0 answers
18 views

Facebook Business Manager app advanced access permission

we are using an app for Facebook Business Manager that allows us to manipulate users' catalogs, enabling us to dynamically add products to their Meta catalog. We are looking to use the "...
alexquenelle's user avatar
0 votes
0 answers
89 views

How is facebook setting its cross-domain datr cookie from an iframe?

Facebook is setting a cookie on a different hostname belonging to a static web site that only contains a single iframe whose src points to a Facebook like button. Let me say that again. Facebook is ...
PHP Guru's user avatar
  • 1,396
0 votes
1 answer
118 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/...
Rodrigo Libraga's user avatar
0 votes
1 answer
216 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 ...
Graeme Jensz's user avatar
-1 votes
1 answer
44 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 ...
PherCode's user avatar
0 votes
0 answers
227 views

How to find facebook post id

Can anyone help me find the Facebook Post ID? For example, with this post URL: https://www.facebook.com/ProgrammersCreateLife/posts/...
Theerastillhere's user avatar
1 vote
1 answer
720 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 ...
yannisdev's user avatar
0 votes
1 answer
345 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 ...
A. Amori's user avatar
1 vote
2 answers
293 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/...
HelloCW's user avatar
  • 1,669
0 votes
1 answer
173 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 ...
amber's user avatar
  • 27
0 votes
0 answers
47 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 ...
Nicolas's user avatar
  • 1,416
1 vote
0 answers
214 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>}&...
Yasantha Mihiran's user avatar
0 votes
0 answers
946 views

Like button with counter on wordpress post

I have a blog on Wordpress and I'm trying to create a button that allows anyone (even those who are not registered on the site) to like and/or unlike posts and that the current number of likes the ...
Midori's user avatar
  • 1
0 votes
1 answer
96 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 ...
Dhinesh Kumar's user avatar
0 votes
2 answers
88 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, ...
Ican Doit's user avatar

15 30 50 per page
1
2 3 4 5
266