Ngừng hoạt động một phầnshare-external
Page plug in stopped working on mobile browsers
2

I am using the page plug in for my website, but it appears to have stopped working on mobile browsers. If I switch the mobile browser to "desktop site" it appears. The browser is set to accept all cookies. Any ideas?

Simon
Đã hỏi khoảng 2 tháng trước
Mariana

Same here.

1 tháng 10 lúc 01:09
Câu trả lời được chọn
1

It appears FB now states in the FAQ that page plug in isn't supported on Android and IOS. https://developers.facebook.com/docs/plugins/faqs#faq_1585575021764180

I've implemented a work around with some additional CSS and a message if you're using a mobile browser. The latter goes after the orignal div class="fb-page" element.

FBmobile {

font-size: 16px; color: #fff; }

3 tháng 10 lúc 05:00
Simon