How do I share html content on facebook? What I want is to share text in tabular format on facebook. I tried sharing it as text on wall,it didnt work. Also, I tried saving it as .html and posting to facebook like we share images. It didnot work.
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.
|
|
|
from what I see on google, posting raw HTML on your Facebook wall is not possible, what you can do is upload a page and reference to it on the wall with a link. |
|||
|
|
|
use facebook post API for this purpose... |
|||
|
|
|
Posting to a user's wall is done issuing a POST to
with a Facebook object of type Post. The Facebook Post type includes these String content fields that are visible after posting:
None of these fields support HTML. |
|||
|
|