Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link post thumbnail #54

Open
fernandodrumond opened this issue Mar 31, 2016 · 2 comments
Open

Link post thumbnail #54

fernandodrumond opened this issue Mar 31, 2016 · 2 comments

Comments

@fernandodrumond
Copy link

Hello,

I'm trying to create posts with a thumbnail image. I added the corresponding og tag, but when posting to Tumblr through the gem, it doesn't show the image (if I paste the link on Tumblr it does).

I also tried using the thumbnail option describe in the API docs, I wonder why you don't support it.

How can I add an image to my post?

Thanks in advance,

@andreitr
Copy link

andreitr commented Apr 1, 2017

I am dealing with the same issue. I looked through the code and the thumbnail is not one of the options. @fernandodrumond did you find a workaround? I wonder if there is a way to force Tumblr to load link's meta data.

@yuheiasao
Copy link

I encountered the same situation.
I solved it as follows.

  1. Post link without thumbnail
  2. Edit ^ this post with thumbnail.

client.link can not use :thumbnail
but
client.edit can use :thumbnail

I hope this will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants