Google +1のシェア数を取得するサンプルコードやjQueryのプラグインでYQLを使ったものがよく紹介されていますが、2017年2月現在ではうまく動かなくなっているものがあります。
<error yahoo:lang="en-US"><description>No definition found for Table data.headers</description></error>
envがhttp://datatables.org/alltables.envになっている場合は、envを以下のように変更するとよいです。
store://datatables.org/alltableswithkeys
参考