Title: eduardcot's Replies | WordPress.org

---

# eduardcot

  [  ](https://wordpress.org/support/users/eduardcot/)

 *   [Profile](https://wordpress.org/support/users/eduardcot/)
 *   [Topics Started](https://wordpress.org/support/users/eduardcot/topics/)
 *   [Replies Created](https://wordpress.org/support/users/eduardcot/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/eduardcot/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/eduardcot/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/eduardcot/engagements/)
 *   [Favorites](https://wordpress.org/support/users/eduardcot/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] AMP pages broken](https://wordpress.org/support/topic/amp-pages-broken/)
 *  Thread Starter [eduardcot](https://wordpress.org/support/users/eduardcot/)
 * (@eduardcot)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/amp-pages-broken/#post-9531744)
 * I just realized that this issue was already opened some time ago: [https://wordpress.org/support/topic/amp-validator-fail/](https://wordpress.org/support/topic/amp-validator-fail/).
 * Any update on this?
 * Bear in mind that for some websites AMP traffic it’s as high as 500% of their
   traffic.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Loading service worker from a plugin](https://wordpress.org/support/topic/loading-service-worker-from-a-plugin/)
 *  Thread Starter [eduardcot](https://wordpress.org/support/users/eduardcot/)
 * (@eduardcot)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/loading-service-worker-from-a-plugin/#post-9512168)
 * I don’t want the script to be in the footer or the head. Just to be accessible
   throw [http://www.exampledomain.com/sw.js](http://www.exampledomain.com/sw.js),
   so I think I’m good with the request or WP solution.
 * Thanks,
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Loading service worker from a plugin](https://wordpress.org/support/topic/loading-service-worker-from-a-plugin/)
 *  Thread Starter [eduardcot](https://wordpress.org/support/users/eduardcot/)
 * (@eduardcot)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/loading-service-worker-from-a-plugin/#post-9509629)
 * With wp_enqueue_script the javascript would be included in the head of my WP 
   page, right? That it’s something that I don’t desire.
 * The approach of using a add_filter over request seems nice too, but doesn’t differ
   much from the one I propose.
 * Instead of using
    `add_action( 'wp', 'sw_entry_point' );`
 * I would be using
    `add_filter( 'request', 'sw_entry_point' );`
 * It’s that it?

Viewing 3 replies - 1 through 3 (of 3 total)