Skip to main content

All Questions

Tagged with
1 vote
1 answer
186 views

How can I delete a like from my database if user_id and post_id are the same?

I want to check if user already liked the post, if so than delete the user from database likes. I've tried to do an if statement but it wont get to the else and only add likes even when user_id and ...
aRoyaleWithCheese's user avatar
0 votes
2 answers
1k views

Do I need manage_page permission to manage my page using facebook php sdk?

I created a facebook app in order to use it as a login for my website. I wish to use this app to get my page likes count, and offline post to this page. I'm the admin of both the page and the ...
medo ampir's user avatar
  • 1,890
-1 votes
1 answer
1k views

How to implement Facebook page like from my site, in a PHP site?

I want to get likes to my Facebook page through my PHP website. How to implement that? I tried below code: <iframe src="http://www.facebook.com/plugins/like.php?href= <?php echo $pageurl;?>&...
Jibin Mathew's user avatar
6 votes
3 answers
582 views

SSL breaks Facebook Likes button

My blog https://sonicscoop.com has older posts dating all the way back to 2012 with hundreds of Facebook "likes" such as this one https://sonicscoop.com/2012/08/29/the-big-list-of-free-pro-tools-...
remainstheday's user avatar
-1 votes
2 answers
1k views

Facebook like and share user tracking

I am using FB share and like plugin on my website. Link below: https://developers.facebook.com/docs/plugins/like-button I would like to track a user who logged in on my website (I have the user id) ...
Joe Jeffry's user avatar
0 votes
1 answer
806 views

Facebook like count is increasing with facebook share in laravel

I am using laravel 5.4 . So in my projects there is Facebook share and like button. The problem is when I share the content the like count is also getting increased. Why is this happening and how to ...
Mutasim Fuad's user avatar
1 vote
0 answers
2k views

How to Share my URL to the social media?

I have created URL something like: http://example.com/namespace/page#img-3 I want to share my URL same as given above. But, when I share this URL to the social media it is sharing only page URL: http:...
Vinod Kumar's user avatar
1 vote
0 answers
369 views

Can I check if a person already 'Liked' My facebook page? 'Like Button for the Web'

So I was using this code to generate a like button for my website. I got the code from here: https://developers.facebook.com/docs/plugins/like-button But I want to show the content of my page (show ...
Daniel Almeida's user avatar
1 vote
0 answers
285 views

How to send Friend Request or Like type notification using Laravel [duplicate]

I am working on a social networking site project which was created with the Laravel Framework. I want to know how we can send a "Friend" request, "Like" or "Follow" kind of notification using Laravel. ...
Mohammed's user avatar
  • 648
0 votes
1 answer
1k views

get user list who likes facebook page [duplicate]

I am working with codeigniter. I want to get user list who likes facebook page,in page currently 675 likes but,from below code it shows me 6 likes only ,I am not sure this is correct way or not. ...
Hetal Gohel's user avatar
0 votes
1 answer
74 views

Facebook like statistics for socialite

My web page (build with symfony components) has a lot of inner pages that have a like button, which is integrated using socialite. How can I get like/share statistic overtime, like for the past month/...
Paulius Jančiukas's user avatar
-3 votes
1 answer
324 views

Retrieving the Facebook Page Like Count for multiple pages

I have some code to get Facebook page likes: <?php function fbLikeCount($id,$access_token) { //Request URL $json_url ='https://graph.facebook.com/'.$id.'?fields=fan_count&access_token=...
Sheju Sathyanesan's user avatar
0 votes
2 answers
972 views

Facebook like count url

As Facebook changed their API and deprecated the old one, I need to get data (likes count, share count, comment count) about single pages. I figured out how to get data over Facebook graph (example ...
bigN's user avatar
  • 3
0 votes
1 answer
25 views

Not getting ajax response in target post fetched through assoc.No matter where i press like button the response is only shown in the first post?

I want to show likes on a post whose like button is clicked . Not on the first fetched post.Please help me in this matter .The ajax response code and the fetched part of posts,response page of ajax ...
faza's user avatar
  • 1
1 vote
1 answer
99 views

My facebook like button did reset (march 2016)

I'm having an issue with my Facebook like button. I have it on my website since a few years and it has always worked fine. But around one week ago, the counter did reset. It had a prior count of 68 ...
Wis's user avatar
  • 725

15 30 50 per page
1
2 3 4 5
18