Problem
When I click jetpack's "Share by Email" button and complete popout form, the browser momentarily loads the whole page in the popup then displays a whole page.
Background
- Brand new vanilla WP setup in /wordpress/ subdir on nginx
- Only Jetpack 1.2.1 and Akismet 2.5.3 installed.
- Problem occurs with and without the nginx compatibility plugin.
- I enable pretty permalinks (tried all types with and without 'index.php' incorporated)
- I've added the facebook and email contacts buttons in the "sharing" menu.
- With every variation I've restarted nginx and php5-fpm and then tried on a newly created test page
Detailed Problem
In both firefox 3.6.17 and Chrome 7.0.529.0:
I go to first comment or sample page or a new post.
Click the email link, the submit box pops up, I complete to,from,name fields. When I submit, the parent page can briefly be seen loading inside the popup box. The whole page then goes blank except for the little smiley icon in top left corner. The email is not sent.
Initial Trouble Shooting
The problem goes away when I disable "pretty" permalinks completely.
I've compared the HTTP requests and responses using Firefox's Tamper plugin.
The only difference I see in responses is that the broken response has the following header:
Link[<http://wp.me/P20UAc-2>; rel=shortlink]
So thinking that might be the problem, I deactivated WP.me short links.
The problem persits, but now the previously mentioned header looks like:
Link[<http://test.helpyourcell.com/wordpress/?p=14>; rel=shortlink]
I'm wondering if this Link response header is acting as a redirect?
I didn't think it was supposed to, but I'm now going to try disabling the link header to see if that's the culprit.
Any insight or help would be appreciated
The site is test.helpyourcell.com/wordpress/ but I am in the process of testing so it may or may not be configured to manifest the problem.