I’ve tried what I think are ALL of the plugins from Bubble concerning Screenshots / Snapshots / Whatever that converts a page of mine into a PNG that my user can download (share with WhatsApp/Slack/Jupiter’s Mom).
Most or all of them have been reviewed 2-3 out of 5 possible stars in plugin page, what can say how much they work or are really hard to implement.
SINCERE QUESTION: Do any of you are using this feature right now and what plugin is working?
I haven’t tried any of the Bubble plugins, however I am using an external service for screenshots: https://screenshotlayer.com
It’s proven pretty reliable so far. And if you’re at all familiar with Bubble’s API connector, it’s fairly simple to implement.
If you wish to try it out, they have a free plan that allows you 100 screenshots per month.
Edit: It turns out Screenshot Layer is one of the existing Bubble plugins. To clarify, I haven’t used the supplied plugin, but instead used the Bubble API connector to set it up. And it works well for my needs.
You will use the ‘(path) url’ field to nominate the URL for the screenshot. Use this field to select some dynamic URL. In the video I left this field unchanged, so it’s using the default URL I entered when setting up the API.
That was a very helpful video @dominic.
Since I am taking screenshot of a dyanamic url, I have added only access key in the API plugin settings. Ive attached the screenshot of the same.
However I am not able to initalize the API call.
What am I missing here?
Hello @troy.roberge
I would really appreciate if you could help me with ones that you may have found useful.
I have a video element on the screen and would want to take a screenshot while the video is being played. However the screenshot seems to skip these details.
When setting up the API, you must include the URL field. The value you give the URL field in the API set-up is not important, it can be anything, as long as it’s a live webpage the API can access to take a screenshot.
@contato I know how you feel. I have build a cloud function that does that for me and i deployed it to google cloud. Always available, dirt cheap to run and all mine
If you are interested reach out through a DM if you like to setup something similar to it. Maybe i can give you access to try it out first. Can be customized to fit any need.
I tried asking in a different related thread a month ago but didn’t get a response so maybe I’ll have better luck here.
I have the screenshotlayer plugin setup and working correctly except my screenshots show the login prompt. What do I need to add to the API Call that will allow the screenshot to capture the logged in screen?
Hi all, came across this thread today and sharing this in case it might be helpful to you.
I built a screenshot plugin last year which works for taking screenshots of the screen, entire page (above and below the fold), and for groups. Here’s a link to the demo in case you’re interested: Screenshot Generator Plugin Run Mode Demo
Don’t hesitate to provide feedback! Always open to improving the plugin.
Hi im using uppyuploader to let users upload files. I want it so that if they upload anything other than a jpeg or png, (i.e. pdf or word) that upload will get converted into an image file. Once uploaded uppyuploader provides an amazon s3 file, which screenshotlayer API wont recognise. Would your app work to achieve this? Thanks