strip
strip copied to clipboard
Adding Markup to Content
Hi,
I am trying to add a deep-link and sharing buttons to a strip lightbox. I have got the deep-link sorted out by adding some code to the onShow
callback, but I am running into a wall for the sharing buttons. Let's say I want to insert the buttons into the strp-info
section. Obviously, since sharing is involved, I need to dynamically pass the page URL (not the image URL) and title information. What would be the easy / right way to do this? If I try to print this
in the onShow
callback, I am getting the Strip object. Is there a way to reference the UI element inside?