Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Adding one to the value of a variable, generally with the use of an increment operator.

learn more… | top users | synonyms

2
votes
1answer
164 views

Facebook Like Button doesn't increment

I've added some like buttons on my personal web page: edoardo.torreggiani.net but only one button works fine. THIS WORKS (homepage): <iframe ...
0
votes
1answer
99 views

Button Like increment number, but dont post on facebook and the facebook do not recognize meta tags

I'm trying to implement a 'like button' on my web site, and the preview function when you post the website link on facebook and it appear the title, description, image, etc.. etc.. I followed every ...
-1
votes
1answer
128 views

How to integrate count beside Like button?

Here is the code for like button, i want to increment a counter each time its clicked. <form method="POST" action="/like/"> {% csrf_token %} <input type="hidden" value="{{i.id}}" ...