Search code examples
facebooktumblr

How can i get the top of the image of a tumblr post using tumblr tags?


I want to set a OGP image url using tumblr tags like

<meta property="og:image" content="{ANY TUMBLR TAG}"/>

I want to get top of the picture of the post which I created and set OGP image.

Does Anybody knows which tumblr tag should I use?


Solution

  • Tumblr should auto generate meta tags for Open Graph. However, to answer the question:

    <meta property="og:image" content="{block:Photo}{PhotoURL-250}{/block:Photo}"/>
    

    You may need some template logic to make sure this is only printed on the PermalinkPage.