简体   繁体   中英

How to Fix the “URL is Unreachable” Error in Facebook Comments

Please help me!

I'm getting the following error in my Facebook comments plugin on my page: http://www.daytrading-eminifutures.com/easylanguage-codes/easylanguage-trading-indicators/52-week-channel.php

Warning: http://www.daytrading-eminifutures.com/easylanguage-codes/easylanguage-trading-indicators/52-week-channel.php is unreachable.

Here's the code I have within by body tags:

<div class="fb-comments" data-href="http://www.daytrading-eminifutures.com/easylanguage-codes/easylanguage-trading-indicators/52-week-channel.php" data-num-posts="12" data-width="500"></div>

Here's the code I have within my head tags:

<meta property="fb:admins" content="154326858006794"/>

I have searched Google and found solutions and I have followed the instructions, but this error will not go away.

Please help!

i think problem on your opengraph tags.

go to this page facebook debugger and see whats wrong on your tags.

Value of your fb:admins tag is id of Facebook Page, not Facebook User which is wrong! You should fix this before any "Social Plugins" can work correctly of your page.

Errors That Must Be Fixed section from output of Debugger tool:

Object at URL 'http://www.daytrading-eminifutures.com/easylanguage-codes/easylanguage-trading-indicators/52-week-channel.php' of type 'website' is invalid because the given value '154326858006794' for property 'fb:admins' could not be parsed as type 'fbid'.

You should use Facebook's Debugger tool to check this kind of things.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM