What steps will reproduce the problem?
- Create a Javascript popup using window.open() function
- Generate HTML code(using PHP) in the popup
- HTML generated have snippet informations
When I click on the Google +1 button I only see the title of the page and the first paragraph identified by <p> tags.
I have typed all is mentioned in the documentation to display snippet.
You can find my code running here.
This code is working well in this link (it is a copy/paste of what I have in my popup), but I don't understand why it doesn't work in my popup.
I hope someone has a solution to my problem.