Thread Starter
niw3
(@niw3)
I believe it is related to additional WordPress security (WordPress attack protection CAPTCHA) imposed by the hosting provider. On desktops, it pops a login window like this one.
.htaccess modification above disables this.
Thread Starter
niw3
(@niw3)
I added these lines to my .htaccess
<FilesMatch "\.(htm|html|css|js|php)$">
Satisfy Any
</FilesMatch>
Options +Indexes
I don’t know if this makes it less secure. But it works for FB iOS app. Not for FB Messenger iOS app, though (no idea why).
Thread Starter
niw3
(@niw3)
Facebook sharing window is visible & clickable at time line, with a suitable image from the page. However, the link doesn’t work when clicked within Facebook/Messenger iOS apps. When copied & pasted into Safari on iOS, it works.