In my app, users can drag and drop different image files to create a collage. However, I want to make it possible for users to be able to Pin the entire completed collage onto Pinterest. Currently, the 'Pin It' API only seems to recognize the individual images (and sometimes it doesn't even recognize that). What's the best way to tackle this problem?
Is there a screen capture gem that anyone would recommend that I could use to create a separate link to the user's collage, which the user could then pin?
Thanks in advance!