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

    (@wayneallen-1)

    Postie is aware of the embeddable link types and leaves them for WordPress to handle.
    If you view the post normally (not in the editor) they should appear correctly.

    Thread Starter rscheurwater

    (@rscheurwater)

    Thank you for your reply.

    They do not appear correctly.

    When I edit (without making any changes) and update the post in editor the post appear correctly (the embeddable link is embedded).

    Did I forget something?

    Thread Starter rscheurwater

    (@rscheurwater)

    I found the solution. I was using a custom excerpt. Excerpt doesn’t apply the oembed filter.

    Adding this line to functions did the trick.
    add_filter(‘the_excerpt’, array($GLOBALS[‘wp_embed’], ‘autoembed’), 9);

    EDIT: Sorry, it didn’t fix it

    Plugin Author Wayne Allen

    (@wayneallen-1)

    If you disable all plugins except Postie does it work correctly?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to embed media (urls) automatically’ is closed to new replies.