Im having some hardtime with facebook like buttons on same page. Im using WordPress here where every "post" is a youtube video clip.
Im connecting to youtube with its php api and list all available videos, then adding them to wp (creating new post for each video so i can use permalinks) and in frontend im listing these posts.
What im having problem with is when i list 5 first videos (on entering the site) the first video is not "triggering" FB like button in right way and that results to wrong image in og:image and wrong link in og:url.
Alltho when i use facebook debugger on that specific posts permalink, i get all right data in debug tool. So basically nothing is wrong !?
I also got a order by buttons, that via ajax loads in new videos in right order depending which button was clicked, when i click one, after the load, everything works. That means the first video-post that was loaded originally, when entering the site and had worng data attached when "liking" is now showing right data.
This is a project for a client and therefor it is sensitive to show the page to public before launchday (on 5:th june).
Im just seeking for some thoughts if anyone else have had similar problem and what might possibly be a solution.
not "triggering" FB like button in right waymean? Can you show the code you're using? – Nitzan Tomer Jun 2 '12 at 11:04get_permalinkoutputs the wrong url? – Nitzan Tomer Jun 2 '12 at 13:21