Social Media ShareΒΆ

By default, a social media share box is displayed at the bottom right of the scene.
You can prevent this behavior before activating the plugin:
var options = {
  shareBox: false
};

$("#my-interactive-image").interactiveImage(items, options);
You can also customize the social media share properties of your Interactive Image:
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);
Supported social media: email, Twitter and Facebook.
In case of email share, the subject of the email is the webpage title.