angelosbg
Forum Replies Created
-
Hello
Thank you. Unfortunately I don’t know what this means about the cron system. Would maybe the backup be cancelled if I delete and reinstall the plugin?
Regards,
Angelo
I am having the same error! Good luck, we hope for the best ??
When I checked in the object debugger of facebook I got the following message: Like Button Warnings That Should Be Fixed
Admins And App ID Missing fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate.I guess I have to change the function.php file and put the following function:
function wpc_fb_opengraph() {
$wpc_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘large’);
?>
<meta property=”og:title” content=”<?php the_title(); ?>” />
<meta property=”og:url” content=”<?php the_permalink(); ?>” />
<meta property=”og:site_name” content=”<?php bloginfo(‘name’); ?>” />
<meta property=”og:description” content=”<?php echo strip_tags(get_the_excerpt($post->ID)); ?>” />
<meta property=”fb:app_id” content=”APP ID HERE”>
<meta property=”fb:admins” content=”YOUR FB USER ID (OR USERNAME) HERE”/>
<meta property=”og:image” content=”<?php echo $wpc_image_url[0] ?>”/>
<?php }add_action(‘wp_head’, ‘wpc_fb_opengraph’);
The thing is that I do not know where exactly, in which line. Can anyone help? I guess this is an easy question for an experienced.
My issue is fixed. Thanks a lot!
Anyway, I understand your point but what matters most for me is to have the likes back because it is an important social proof especially in the beginning.
I can see many comments for the last few hours about the same problem. I forgot to mention that my url is https://www.lifestylescience.eu
Exactly the same thing happened to me. All my facebook likes returned to zero and I had articles with more than 120 which was important for a new blog such as mine. I hope the team can fix the issue. Please provide me of any instructions that I should follow. I have already disconnected and reconnected the facebook account but nothing changed.
Is there a chance that I could put facebook and twitter there?