Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Social Settings / Icon


So Pinterest doesnt work. Whenever I play the video and click on this social share icon, I get "Parameter 'image_url' (value http:null) is not a valid URL format."

Any ideas?

Also, when I click on the Tumblr Icon, I get this really ugly text "content.jwplatform.com" - tis there a way to hide / customise this overlay text that appears?

2 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi, there.

My name is Alex and I am one of the Support Engineers at JW Player. I will be more than happy to assist you with your questions.

I am able to reproduce your Pinterest issue. I’ll have to escalate this to our engineers to see what they say. As soon as I hear back, I will post an update on this thread.

As for Tumblr, you can override for URL by doing the following:

  • If you are using the “Publish Mode” feature of the Account Dashboard, you can specify the URL via the “Video Page Permalink” field on the Metadata tab of the particular piece of content you are embedding.
  • If you are embedding the content via JavaScript on your page, you can add the link option to the sharing block of your code. For example:
playerInstance.setup({
  file: "http://qa.jwplayer.com/~abussey/demos/media/jw_demo.mp4",
  width: "100%",
  aspectratio: "16:9",
  sharing: {
    sites: [
      "pinterest",
      "tumblr"
    ],
    link: "http://www.myawesomesite.com"
  }
});

Thank you.

Alex

JW Player Support Agent  
0 rated :

Hi, there.

I have heard back from one of our Product Managers and it does look like Pinterest may have changed something on their end that made our sharing integration with them not work anymore. A bug has been filed with our engineers for this issue and I will be notified of any updates. As soon as I get notified regarding this issue, I will keep you in the loop.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.