• Hi,
    is it possible that the plugin submitted old articles that I’ve already had submitted manually before the plugin provided the ability to auto-submit?
    Fact is that on my Flattr profile there seem to be 2 identical things, even with the same URL (therefore I can access the 2nd one only via search by tag), the only difference being that one already has Flattrs, the other one is empty.
    I’m not sure if the cause is related to the plugin, so I wanted to check if other users experienced something similar.
    thanks

Viewing 16 replies (of 16 total)
  • It seams like the “Automatic Submission” setting is wrong somehow.
    It creates a flattr thing with the link “blogurl.com/?p=1234” instead of the permalink structur.
    And when the first flattr clicks on the blog a new “flattr thing” is created with the correct permalink structur.

    This is because it uses this code line:
    $url = get_permalink($post['ID']);

    Which does not return the permalink structure:
    https://core.trac.www.ads-software.com/ticket/9963

    Haven’t found a solution … yet.
    Might just be easier to remove the “Automatic Submission” setting for the time beeing. The first person to flatter will create “the thing” anyways. And you don’t have to get double things. ??

    —-
    Edit.

    Not sure I understand the WP Codex correct. :-/

    The problem seams to be that get_permalink() within flattr5.php doesn’t return with permalink structure. For me anyway. But not sure why. If it WP design. Or if its a bug. Or if Im dreaming.

    More investigation is required… ?? /Ramblings

Viewing 16 replies (of 16 total)
  • The topic ‘[Plugin: Flattr] Double entries?’ is closed to new replies.