tabalinas / jssocials

Social Network Sharing jQuery Plugin

Home Page:http://js-socials.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sharing IMG to Pinterest using URL is showing HTML?

marcodeluca opened this issue · comments

Trying to share a single image to pinterest using the following:

$(".shareimg").each(function() {
      $(this).jsSocials({
        shares: ["pinterest"],
        url: $(this).data("url"),
        shareIn: "popup"
      });
    });

Result is showing the image, sometimes duplicated which I dont mind but its the block of code that doesnt make sense to me:

screen shot 2018-12-02 at 10 59 40 am

Any ideas why that is being included in the choice of images to share?