Affordable Facebook Like Button

Has anyone created a custom Open Graph solution that asks for the number of likes and creates an accessible button? Facebook iFrame and XFBML solutions are completely inaccessible with the keyboard and screen readers, and no one seems to care.

The account is very easy to grab, this is the same URL that I'm not sure about. The anchors inside iFrames Facebook don't even have hrefs, so I'm currently viewing their scripts for some targets.

Hit this URL using JS or in a browser and you will get the id and number of stocks (better than others than better than nothing, I think): https://graph.facebook.com/http://putyourUrlhere

Any idea on how to run this without using Facebook code? This is normal if the button is only available with Javascript, since the screen reader can use JS. Their code clearly requires this. Has anyone done something similar using the Javascript SDK?

I'm trying to find out if this is possible, so I will be grateful for your understanding!

PS - iFrames are inherently unavailable. The problem is that the Facebook code is not inside it. http://webaim.org/techniques/frames/#iframe

+3
source share
2 answers

Facebook has finally gotten to making the keyboard on the keyboard accessible. It just took a while.

https://developers.facebook.com/docs/reference/plugins/like/

0
source

. .

-1

All Articles