Issue 1:
When I click on the Facebook sharing icon the popup window with the preview and submit buttons appears. That popup window keeps growing (see video below if it’s unclear what I’m talking about). Any ideas as to how to fix this (i.e. keep the popup window at its original, fixed size)?
Issue 2:
My app’s media is stored on S3 (not Bubble’s S3 but my own S3 bucket). I can serve this content in my Bubble app with no issue. But the Open Graph image won’t display. The Facebook sharing debugger tells me that the og:image is of an invalid content type (first screenshot).
My bucket is Public and I’ve added all the URLs for platforms on which I want to share to my S3 Bucket Policy and the Bucket policy works for my site so I don’t know why it doesn’t work for these other sites (second screenshot).
I can get the og:image to work if, rather than using a Bubble text field, I use a Bubble image field but I don’t know how to programmatically populate this field (for testing I manually populated the image field). I found this forum post - How to save an image from an external URL into the Bubble database - but it says to use a function :saved to S3 which I cannot seem to find (third screenshot) and I’m not sure this would even work because I’ve already got the image in S3 and am having trouble sharing it.
Any advice would be greatly appreciated!