Hitesh Bavaliya
Hitesh Bavaliya

Reputation: 941

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.

Upvotes: 1

Views: 433

Answers (1)

Naresh Pansuriya
Naresh Pansuriya

Reputation: 2045

please put open graph metatag in header section.

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

Upvotes: 1

Related Questions