FB Comments, Like & Send button problem
-
Warning: https://www.styles.ro/gravity-summer-jam-2013/ is unreachable.
When clicking Send button i recive: The page at https://www.styles.ro/gravity-summer-jam-2013/ could not be reached.
When checking the link in debug tool i recive:
Scrape Information
Error Parsing URL: Error parsing input URL, no data was scraped.
settings in header
<html xmlns="https://www.w3.org/1999/xhtml" lang="en-US" xmlns:og="https://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"> <!-- the default values --> <meta property="fb:app_id" content="207202826080065" /> <meta property="fb:admins" content="100000394202014" /> <!-- if page is content page --> <?php if (is_single()) { ?> <meta property="og:url" content="<?php the_permalink() ?>"/> <meta property="og:title" content="<?php single_post_title(''); ?>" /> <meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post->ID)); ?>" /> <meta property="og:type" content="article" /> <meta property="og:image" content="<?php if (function_exists('wp_get_attachment_thumb_url')) {echo wp_get_attachment_thumb_url(get_post_thumbnail_id($post->ID)); }?>" /> <!-- if page is others --> <?php } else { ?> <meta property="og:site_name" content="<?php bloginfo('name'); ?>" /> <meta property="og:description" content="<?php bloginfo('description'); ?>" /> <meta property="og:type" content="website" /> <meta property="og:image" content="https://www.styles.ro/wp-content/themes/STYLES/images/logo2.png" /> <?php } ?>
in single.php i have
<div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" send="true" layout="button_count" width="450" show_faces="false" font=""></fb:like></div>
for displaying the like & send buttons
and
<div class="fb-comments" data-href="<?php the_permalink() ?>" data-num-posts="2" data-width="590"></div>
for displaying the comments box.
i’v deleted the codes for like, send & fb comments from single.php & installed Facebook plugin & i’m getting the same errors.
- The topic ‘FB Comments, Like & Send button problem’ is closed to new replies.