Title: davidryman's Replies | WordPress.org

---

# davidryman

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [iframe problem with upload.js](https://wordpress.org/support/topic/iframe-problem-with-uploadjs/)
 *  [davidryman](https://wordpress.org/support/users/davidryman/)
 * (@davidryman)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/iframe-problem-with-uploadjs/#post-613823)
 * Hello,
    I have had a similar problem embedding WP in an iframe. I tried what 
   you did and got the same result, my solution is:-
 * In the sendToEditor function, 6 or 7 lines above the `win.edInsertContent(win.
   edCanvas, h);` line, is `win = top;`, changing this to `win = parent`. Now it
   works from both within iframes and on it’s own.
 * Hope this helps someone, somewhere, sometime!!!

Viewing 1 replies (of 1 total)