Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What steps will reproduce the problem?

  1. Create a Javascript popup using window.open() function
  2. Generate HTML code(using PHP) in the popup
  3. 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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.