Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know Facebook is trying to phase out the Share button, but the product management still wants to use it, so I see every where the code can be

<fb:share-button class="meta">
<meta name="medium" content="mult"/>
<meta name="title" content="name of fan page"/>
<meta name="description" content="description of fan page"/>
<link rel="image_src" href="url to image location" />
<link rel="target_url" href="http://..."/>
</fb:share-button> 

but no where can I find what mult is in the line <meta name="medium" content="mult"/>. Does anybody know what mult is and alternatives there are?

share|improve this question

1 Answer

Mult stays for multimedia alternative your can use Video , and some other. If you have video on the page the tag video list your in the search engine as video page

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.