Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author NextScripts

    (@nextscripts)

    %IMG% does not insert the actual image. It inserts it’s URL.

    If you want featured image to be inserted in the medium post, you need to wrap %IMG% in the HTML tag. Something like:

    <img src="%IMG%" alt="%TITLE%"/>

    Thread Starter poiretclement

    (@poiretclement)

    Ohh yeah amazing, thank you!

    I have the same problem: Featured image won’t show up on Medium. This is what I have:

    <h1>%TITLE%</h1>
    
    <img src="%IMG%" alt="%TITLE%"/>
    
    %FULLTEXT%

    Everything shows up minus the image – not sure if I’m missing something or if this is a bug.

    • This reply was modified 7 years, 3 months ago by jonathanphz.

    Nevermind – I think I figured out the problem. I’m testing from a local WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘%IMG% for Medium not working’ is closed to new replies.