Search code examples
asp.netasp.net-mvcfacebook-comments

Facebook Comment Social Plugin + Wall Post to Facebook


I have created Facebook application and using application id i have used Facebook comment social plugin on my asp.net mvc website

Now problem is when i comment using comment plugin with checkbox post to wall checked, i want to display my application logo with that comment on my wall.

So, i will greatly appreciate if you will help me on above problem.


Solution

  • please put open graph metatag in header section.

    <meta property="og:image" content="logo path" />