woodeast
Member
Posted 1 year ago #
I use the WP Social Blogroll [http://wordpress.org/extend/plugins/feed-reading-blogroll/] to create a widget which fetches the latest updates of blogs to which I subscribe. The plugin uses Google's AJAX Feed API to do so.
When "Use Google Libraries" is enabled, the WP Social Blogroll appears to no longer function (i.e., updates are no longer retrieved from other blogs).
Any thoughts? Thank you!
Jason Penney
Member
Posted 1 year ago #
I took a quick look. What version of that plugin are you using so I know I'm looking at the right code?
It's possible that it's due to the plugin adding scripts during the 'wp_enqueue_scripts' action. It's possible changing this to 'init' would solve the problem.
woodeast
Member
Posted 1 year ago #
I was using the latest version, 1.1.2. Thanks for looking into this, Jason!