Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Is there a work around to show the Site Identity Button when integrating with facebook like/send etc. It disappears when this is on the page, is this because of the iframe What can be done if anything.

  • 2 відповіді
  • 2 мають цю проблему
  • 16 переглядів
  • Остання відповідь від rossmunro

more options

Is there a work around to show the Site Identity Button when integrating with facebook like/send etc. It disappears when this is on the page, is this because of the iframe

What can be done if anything.

Is there a work around to show the Site Identity Button when integrating with facebook like/send etc. It disappears when this is on the page, is this because of the iframe What can be done if anything.

Обране рішення

Pages that use "mixed content" (some parts of the page use HTTP and some use HTTPS) are not secure from tampering, so they will not show the site identity button. To fix this, make sure the external resources you are embedding are available over HTTPS, and that you are using HTTPS to embed them.

For example, for iframe widgets like the Facebook "Like" buttons, make sure that that your iframe uses src="https://..."

See also the discussion here: http://stackoverflow.com/questions/3587021/facebook-like-button-breaks-https-ssl

Читати цю відповідь у контексті 👍 0

Усі відповіді (2)

more options

Вибране рішення

Pages that use "mixed content" (some parts of the page use HTTP and some use HTTPS) are not secure from tampering, so they will not show the site identity button. To fix this, make sure the external resources you are embedding are available over HTTPS, and that you are using HTTPS to embed them.

For example, for iframe widgets like the Facebook "Like" buttons, make sure that that your iframe uses src="https://..."

See also the discussion here: http://stackoverflow.com/questions/3587021/facebook-like-button-breaks-https-ssl

more options

thanks, much appreciated