Viewing 11 replies - 16 through 26 (of 26 total)
  • Plugin Author Erunafailaro

    (@erunafailaro)

    If I come up with another idea, I’ll will post it here.

    One last thing you could try, would be to switch to a different theme again and additionally delete you feed-URL from your link-manager.

    I think when you tried the different theme a few minutes ago you were erroneously using http://www.lindaeg.dk as your feed-url, if I remember correctly.

    Thread Starter Linda Eg

    (@linda-eg)

    Does not work… and I know it worked fine with that theme before…

    Was looking at my header.php Do you think I could edit somethin in that to make it work?

    <title><?php if (is_single() || is_page() || is_archive()) { ?><?php wp_title('',true); ?> | <?php } ?><?php bloginfo('name'); ?></title>
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
     <!-- leave this for stats -->
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head(); ?>
    </head>
    Plugin Author Erunafailaro

    (@erunafailaro)

    That code is 100% correct.

    I see that your feed (http://www.lindaeg.dk/feed/) does contain exactly 3 articles.

    Maybe that is to short. I still think that Google is causing this problem. Maybe it takes feeds from its index if they are too short.

    This section from the WP-docu describes how to set the number of feed-items: http://codex.wordpress.org/Settings_Reading_SubPanel

    The setting Syndication feeds show the most recent x posts.

    Setting the number of items to 10 is the recommended value.

    Thread Starter Linda Eg

    (@linda-eg)

    Should it work the moment I chance these things? Because then it does not work :S You can see my wp theme files… am I right? Maybe you could see if i crewed it up somehow? Maybe because I don’t have a header… with the name and so on?

    Thread Starter Linda Eg

    (@linda-eg)

    Just needed to write something here to activate the e-mail function 🙂

    Plugin Author Erunafailaro

    (@erunafailaro)

    oohh I think I found it.

    See this screenshot from your source-code. You can view it yourself if you visit you blog and view the sourcecode with your browser (I am using firefox).

    The line that contains the link to your feed contains three doublequotes. That is one too much. There must only be two of them. That line is therefore invalid and Google cannot read it, I think. That’s why Google does not know the feed-URL.

    You have to remove the one in the middle, right before the RSS.

    The redundant quotes are either contained in your header.php-file or in the admin-settings of your blog, where you set your blog’s name.

    That was a tough brain-teaser 😉

    Thread Starter Linda Eg

    (@linda-eg)

    They’re in my header… and as you can see in what i copied and pasted above… I put that doublequote there, just to see if it was missing… but it was not it, im sorry 🙂

    Plugin Author Erunafailaro

    (@erunafailaro)

    Now that they are removed, Google should rediscover your feed within the next hours, I think.

    Thread Starter Linda Eg

    (@linda-eg)

    But I placed them there… just a few minutes ago… 🙂

    Plugin Author Erunafailaro

    (@erunafailaro)

    Whatever the problem was, it seems to have gone away. On my blog, it works without saving your feed-URL separately.

    Thread Starter Linda Eg

    (@linda-eg)

    Yes… it actually started working just when I posted the one about blogroll… Typical! 😉

    But thanks a lot for your help!

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘[Plugin: WP Social Blogroll] Not working at the blogs which link to me… help!’ is closed to new replies.