If we're looking to have 4 LIKE buttons on one page, allowing the user to vote for only ONE of the "options" presented. We should use a group ID and all buttons will have the same ID correct?
If we're looking to have 4 LIKE buttons on one page, allowing the user to vote for only ONE of the "options" presented. We should use a group ID and all buttons will have the same ID correct?
Specify unique identifier for each button and the same group_identifier.
Oh I see. Would this be like the data-identifier="button 1" parameter? so I would add this and button 2 and button 3 and button 4 for each respective button's html?
Have I done this correctly on the following landing page? http://pages.crfhealth.com/2014-Holiday.html - The visitor should only be able to vote for one of the 4 choices. Please advise. Thank you for your help.