var options = {
socialMedia: {
url: "https://www.jpchateau.com/demo/interactive-image",
text: "Clouded Leopard",
hashtags: ["jQuery", "cloudedLeopard"],
twitterUsername: "my_twitter_account",
}
}
$("#my-interactive-image").interactiveImage(items, options);
Social Media ShareΒΆ
var options = { shareBox: false }; $("#my-interactive-image").interactiveImage(items, options);var options = { socialMedia: { url: "https://www.jpchateau.com/demo/interactive-image", text: "Clouded Leopard", hashtags: ["jQuery", "cloudedLeopard"], twitterUsername: "my_twitter_account", } } $("#my-interactive-image").interactiveImage(items, options);