JQuery
-
We have been using this plugin on our staging site and it works very well. There are some issue with expired URLS in instagram, but I have reduced the number of images loaded and the cache renew time. Instagram is very active for us.
Looking into the SEO aspects, we need to be able to load jQuery into the footer, which we do in the theme like this:
function move_enqueue_scripts() { wp_scripts()->add_data( 'jquery', 'group', 1 ); wp_scripts()->add_data( 'jquery-core', 'group', 1 ); wp_scripts()->add_data( 'jquery-migrate', 'group', 1 ); } add_action( 'wp_enqueue_scripts', 'move_enqueue_scripts' );
Your lite plugin however forces jQuery back into the head of the document.
I have used another plugin, which forces jQuery back into the footer – but then Flow Flow does not display the stream.
Can I achieve what I want using the php version of your plugin please?
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘JQuery’ is closed to new replies.