Viewing 5 replies - 1 through 5 (of 5 total)
  • I wanted that too. So I did a quick hack. But it involves at several places. Not sure how to help you here though.

    Got the same problem, everything works but there is no video in the post :/
    Is there a way to feed the id into autopost you tube

    i did a quick hack too.. i changed the line 47 in yp-admin.php from
    'post_content' => $postContent,

    to

    'post_content' => $youTubeURL . "<br />" . $postContent,

    and using the Smart Youtube plugin.. it converts automatically the url to a embedded video ??

    Thank strato1986, that is great hack!

    On line 47 add:

    'post_content' => '<p>[youtube ' . $youTubeURL . ']</p><p>' . $postContent . '</p>',

    That makes ist perfect and it uses WP integrated shortcodes… ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Youtube to WP Post] No Embeded Video’ is closed to new replies.