To clarify, I am using facebooks like-button SDK (JavaScript) on one of my sites pages (gameday.html). I currently have 2 different articles on the page with the like-button set to both articles. When I like one of the articles, it also likes the other.
The following is the HTML I am using for the Like-Button SDK:
<div class="fb-like" data-href="https://scarletandmaize.com/gameday.html" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
I figure that it is doing this because the data-href is set to the entire gameday.html page. Just don't know if I can or how to separate it between the 2 articles on the page?! Thanks for any help!