• Resolved Jake Jackson

    (@blue-liquid-designs)


    I installed the plugin, entered my Repost API key and got the green light that my site and Repost’s API were successfully talking.

    When I went to view an article the button would show up for a second and then disappear. After some digging I found the following IF statement in repost_main.js wasn’t being met:

    if (data.pageStatus != ‘NOLICENSE’ && data.available != false && (data.status == ‘LIVE’ || data.status == ‘BETA’ || (data.status == ‘TESTING’ && debugMode))) {

    My data object contained the following:

    active “1”
    alias_active “1”
    apikey “…”
    body_selector “##Automatic”
    button_type “2”
    curateUs “https://secure.curate.us”
    id “16258”
    ingestor false
    limit_mode 2
    noattrib true
    nopopup true
    onPageOK true
    pageHash null
    preview “https://www.repost.us”
    repostUs “https://secure.repost.us”
    shortname “Broadway Osteopathy”
    status “NOBUTTON”
    title_selector “##Automatic”

    Please let me know what I should do to fix the problem

    https://www.ads-software.com/extend/plugins/repostus/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author freerange

    (@freerange)

    What that means is our crawler couldn’t see the repost button on the page (or couldn’t load the page at all) when we tried to ingest the content. If that happens we suppress the button so we don’t show users a button that doesn’t work (the next rev of the plugin will grey out the button rather than hiding it).

    We took a look and there are a few odd things going on with your site – lets take this to email ([email protected]) so we can get into specifics.

    Thread Starter Jake Jackson

    (@blue-liquid-designs)

    Sure. No problem.

    Plugin Author freerange

    (@freerange)

    We believe this to be resolved – if not please contact [email protected]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Repost Button being hidden on article page’ is closed to new replies.