• Resolved muradabuseta

    (@muradabuseta)


    Hi all
    first of all this is my website link

    https://www.blogofapps.com

    The problem

    2 weeks ago i’ve added facebook details in social settings in yoast
    and test it with facebook link debugger the result was very nice

    after that i just delete my facebook app and create a new one so i made a change on yoast social settings with the new details so what happened is
    a lot of problems have appears

    first i can’t add facebbok insights even after i add my admin details in yoast social settings
    2nd the facebook link debugger now appear this errors:

    The ‘og:url’ property should be explicitly provided, even if a value can be inferred from other tags.

    the fb:app_id tag still with old app id even after i update it in SEO Yast
    og:image gives me white image not the image i have added in yoast facebook settings
    and when i click on Fetch new scrape information it gives me this

    Object at URL ‘https://www.blogofapps.com/’ of type ‘website’ is invalid because a required property ‘og:title’ of type ‘string’ was not provided.

    and this
    Curl Error : OPERATION_TIMEOUTED Operation timed out after 10000 milliseconds with 0 bytes received

    and this
    Object at URL ‘https://www.blogofapps.com/’ of type ‘website’ is invalid because a required property ‘og:title’ of type ‘string’ was not provided.

    and I’m sure i have added a pictures to facebook yast settings
    (These are the title, description and image used in the Open Graph meta tags on the front page of your site.)

    and on the default image

    you can use facebook link debugger to see what I’m talking about here

    Important
    i habe try all the solotions here
    1- i try to deactivate the plugin but nothing changes in facebook still with old ogly data and problems
    2- i have deleted the yast plugin entirely but nothing changes still with old ogly data and problems
    3- i have to de activate all plugins nothing changes still with old ogly data and problems

    4- i do unchick Add Open Graph meta data to your site’s <head> section, Facebook and other social networks use this data when your pages are shared.
    to see if there any changes but it gives me the old data
    5- i have no other plugin for open graph

    mention that my theme is very good for seo and very integrated
    and i have this code in header.php
    and i try to delete it but nothing changes

    <?php
    if (mom_option('mom_og_tags') == 1) {
    if (is_singular()) { ?>
    <meta property="og:image" content="<?php echo mom_post_image('medium'); ?>"/>
    <?php
        $mom_og_title = get_the_title();
    if (function_exists('is_buddypress') && is_buddypress()) {
        if ( bp_is_user() && !bp_is_register_page() ) {
    			$mom_og_title = bp_get_displayed_user_fullname();
        } else {
    	$mom_og_title = wp_title('', false);
        }
    }
    ?>
    <meta property="og:title" content="<?php echo $mom_og_title; ?>"/>
    <meta property="og:type" content="article"/>
    <meta property="og:description" content="<?php global $post; echo wp_html_excerpt(strip_shortcodes($post->post_content), 200); ?>"/>
    <meta property="og:url" content="<?php the_permalink(); ?>"/>
    <meta property="og:site_name" content="<?php echo get_bloginfo( 'name' ) ?>"/>
    <?php }
    } //end facebook og ?>

    can you all help me thanks…

    https://www.ads-software.com/plugins/wordpress-seo/

Viewing 2 replies - 1 through 2 (of 2 total)
  • northstatehillbilly

    (@northstatehillbilly)

    I’m having a very similar problem.

    This is my website.

    Using Yoast SEO and the social tab, I uploaded an image. This image is my fallback image when there isn’t an image in my blog posts. Since I just launched my website, I only have one post as of today.

    At first the image was displaying just fine. Then I changed it from a boy moose to the girl moose you see in my avatar. I carefully pasted in the correct file path and entered it twice in the Facebook tab in your plugin.

    It’s not showing up. When you click the share button for Facebook, you just get a white box instead of the moose image. So I went to the Facebook debugger tool and refreshed the cache and now, in the tool, I can see the correct image.

    But after having cleared every single cache I can think of and resetting my browser, I’m still getting the same white box.

    I was showing an error message, but I’m not anymore. This has been happening for two days now. The debugger shows the image, but when you click the share button on my post, you only see a white box where the image is supposed to go.

    I’m not sure how to resolve this problem and hope someone from Yoast can help us. Thank you!!

    northstatehillbilly

    (@northstatehillbilly)

    I just thought to check and see if I can share my homepage on Facebook.

    When I type in the URL in a new post on Facebook, it immediately grabs the correct image and the site description. So that’s working just fine. It’s the fallback image for posts that don’t have an image that’s not working.

    muradabuseta:

    Maybe you’re having a different problem than I am, then? When I clicked on the Facebook share button for your post that has the black apple image, I can see the image and an excerpt.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘a problem with facebook open graph Yoast’ is closed to new replies.