p.s. I have these options but I dont understand how to use them and there are also calls I can make when the lightbox opens but dont know how to do that either. ??
FROM THE MANUAL
You can customize buttons in your personal way:
1
{
2
facebook: {
3
URL: “https://example.com/path/”,
4
text: “Share it on your Timeline”
5
},
6
twitter: true
7
}
And also you can add another custom button:
1
{
2
custom_button: {
3
source: “https://example.com/share?url={URL}”,
4
text: “Share on Custom Button”,
5
width: 720,
6
height: 420
7
}
8
}