tmort / Socialite

Other
1.68k stars 163 forks source link

"Uncaught TypeError: Cannot call method 'removeChild' of null" with Pinterest #44

Closed alexsinger closed 11 years ago

alexsinger commented 11 years ago

Since last night I've been receiving the following error when initializing the pinterest buttons:

Uncaught TypeError: Cannot call method 'removeChild' of null

The first pinterest button initializes correctly, but the remaining buttons on the page throw the above error. The same error was thrown on the socialitejs example website.

I think pinterest has changed something with their script that is causing the buttons to render differently than the code expects, but I can't isolate the exact problem.

Has anyone else seen this error?

dbushell commented 11 years ago

Thanks, same issue here: https://github.com/dbushell/Socialite/issues/45 If I can find time I'll push a fix soon.

alexsinger commented 11 years ago

Awesome, thanks Dave. And thanks for all your work on Socialite.