Facebook Comments

Status
Not open for further replies.

WJ4Ever

Active Member
65
2013
4
10
Hello

Some people in facebook create comments like this :

https://picload.org/image/rgodlicc/fbcomments2.jpg


I used this codes in the header of the site and it's work in the facebook post
Code:
https://developers.facebook.com/docs/sharing/webmasters

Code:
<meta property="og:url"                content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="When Great Minds Don’t Think Alike" />
<meta property="og:description"        content="How much does culture influence creative thinking?" />
<meta property="og:image"              content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" />


But when i insert the created page link in the facebook comments section photo does not appear.
 
5 comments
Insert the image link on your page and hide it with css.

It is not my purpose.
I hid photo because it was p.o.r.n image


Copy this link in the facebook post and will appear movie play screen:

Code:
http://www.rls-movies.com/civil-war-2016


But if you copy this link in the comment section does not appear.

How i can do that in the comment section?
 
Last edited:
Do you have the correct created page link?

As I said i copied this codes in the header.php:

Code:
<meta property="og:url"                content="http://www.rls-movies.com/category/releases" />
<meta property="og:type"               content="article" />
<meta property="og:title"              content="Direct Download Now" />
<meta property="og:description"        content="Capitan America Civil War 2016" />
<meta property="og:image"              content="http://www.rls-movies.com/wp-content/uploads/2016/05/capitan-america-Civil_War.jpg" />

and then created a empty page and redirected it to another address:
http://www.rls-movies.com/civil-war-2016


If I've done wrong, help me.

__________________
Added after 4 Days 7 Hours:

Any body can help?
 
Last edited:
You might try including additional information about the photo, such as

og:image:type
og:image:width
og:image:height

Facebook says, "Specify height and width for your image to ensure that the image loads properly the first time it's shared."

And although, I would not personally implement such a dirty hack myself - If all else fails, An effective workaround would be to place the image before others in your HTML and hide it with CSS as a previous commenter suggested.
 
Status
Not open for further replies.
Back
Top