Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Site Critique – Accessibility and Marketing Re: Site Critique – Accessibility and Marketing

#105800
HoughtonA
Participant

Well, I got it to work! Mostly! Almost. : /

I made it so that something like http://www.story-ga.me/?story_id=14 automatically calls the show story function on the page load and ajax pulls in the story. The like button shows up, yay.

However, if you view a story manually (by clicking on one from the list), the like button does not show up (you can see the border of the div where it should be).

Any idea as to why this is? Does Facebook’s like button only display when rendered on or before window.onload?

EDIT: Yes. Yes it does. I had to tell Facebook to re-parse some stuff, since it only does it at the end of the page load by default. In any case, problem solved.

Still up for accessibility advice, etc. in any case. Thanks for all the help so far, Scott!