Title: boxbeatsy's Replies | WordPress.org

---

# boxbeatsy

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Connect] [Plugin: Social Connect] Twitter connection error – blank page after clicking button](https://wordpress.org/support/topic/plugin-social-connect-twitter-connection-error-blank-page-after-clicking-button/)
 *  [boxbeatsy](https://wordpress.org/support/users/boxbeatsy/)
 * (@boxbeatsy)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-social-connect-twitter-connection-error-blank-page-after-clicking-button/#post-2105391)
 * Hi,
 * I’ve also run into this issue. After you authenticate your twitter account, the
   plugin sends you back to the callback url, which displays a blank page.
 * Upon further inpsection, the blank page includes the following code:
 *     ```
       <html>
       <head>
       <script>
       function init() {
         window.opener.wp_social_connect({'action' : 'social_connect', 'social_connect_provider' : 'twitter',
           'social_connect_signature' : 'e13e4344e6c2b8f57e0f5ad7c347f859cb42ddc3bd9e676f76519de56b3611f0',
           'social_connect_twitter_identity' : '107372510',
           'social_connect_screen_name' : 'twmaffun',
           'social_connect_name' : 'Bill Edwards'});
   
         window.close();
       }
       </script>
       </head>
       <body onload="init();">
       </body>
       </html>
       ```
   

Viewing 1 replies (of 1 total)