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.

When using the javascript sdk the app opens a dialog with a link, facebook will fetch some sort of a display for that link, based on the og tags in it, and will put it inside an element with id "UIStoryAttachment".

Is there a way to somehow produce the same UIStoryAttachment display inside a container element of my choice? like, for example something similar to:

<div id="storyContainer">
    <div class="fb-story" data-url="MY_PAGE_URL"></div>
</div>

And then:

FB.XFBML.parse(document.getElementById("storyContainer"));

This of course does not exist, but is there anything similar in anyway?

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.