html - Embed youtube video into facebook wall when user uses facebook like button -


when user clicks facebook button on site, post hits wall. i'd post have video embedded in youtube. possible?

right i'm using following code:

    <meta content="http://www.youtube.com/embed/g5t76rigxpq" property="og:video" />     <meta content="560" property="og:video:height" />     <meta content="349" property="og:video:width" />     <meta content="application/x-shockwave-flash" property="og:video:type" /> 

a button alone won't you. you'll have programmatically post video via fb api. examples , docs:

programatically add , youtube video wall post

http://developers.facebook.com/docs/reference/api/post/#publishing


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -