Facebook sharing button(include video in post) -
i have website want share via facebook sharing button. post needs have websites url link, want show video in post well(as thumbnail). i've made several tags, cant seem find way add link youtube video.
it possible?
current code:
<meta property="og:title" content="this title" /> <meta property="og:description" content="this description" /> <meta property="og:image" content="/content/images/mobile.jpg" /> <meta property="og:url" content="http://randomsite.yy"/> <a class="resgreen" id="facebooksharer" style="display: none"> <input type="button" class="whiteboxes" id="tipfriend" value="post friend" /> </a>
after search done user, need change href sharebutton:
$('#facebooksharer').attr('href', 'http://www.facebook.com/sharer.php?mode=friend&p[url]=http://randomsite.yy%2f' + inputname.replace(".no", ""));
alternative:
i link youtube in facebookpost, , have anchor website in description. can add anchor href in description?
i think answer you, how share video website on facebook youtube , can replace og:video
content 1 youtube video source example:
<meta property="og:video" content="http://www.youtube.com/v/i2lulz74ng4?autohide=1&version=3">
can add anchor href in description?
the description
field doesn't accept and/or allow html tag including anchor <a>
Comments
Post a Comment