Giter VIP home page Giter VIP logo

Comments (10)

rb2k avatar rb2k commented on August 23, 2024

Probably related to #8

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Disqus:

var disqus_url = '<%= Serious.url %>/blog/<%= article.date.strftime("%Y/%m/%d")%>/<%= article.permalink %>/';

Flattr:

<div class="flattr-button">
  <a class="FlattrButton" style="display:none;"
    title="<%= article.title %>"
    data-flattr-uid="<%= Serious.flattr_uid %>"
    data-flattr-tags="<%= Serious.flattr_tags.join(',') %>"
    data-flattr-button="compact"
    data-flattr-category="<%= Serious.flattr_category %>"
    href="<%= Serious.url %>/blog<%= article.url %>/">
  </a>
</div>```

from serious-bg.

ltsavar avatar ltsavar commented on August 23, 2024

Muss irgendein URL Problem sein

Bei flattr hängt es ja nur an der URL

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Jo, leider kann ich nicht sehen welche URLs flattr intern hat. Das müsstest du mir sagen :)

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Im Disqus feed sind einige Dinge die so aussehen:

<thread dsq:id="1610024376">
<id>http://Binaergewitter.github.com/blog/2013/08/09/binaergewitter-talk-number-62-krepel-ist-keine-schmackhafte-backware/</id>
<forum>binaergewitterpodcast</forum>

Disqus hat einen redirect crawler den ich jetzt mal angeworfen hab.

Mir ist nicht ganz klar warum Binaergewitter.github.com auf blog.binaergewitter.de redirected. Hat das einer irgendwie eingerichtet?

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Ich glaub das Grundproblem ist dass unsere originalen URLs so aussahen:

http://blog.binaergewitter.de/blog/2013/01/01/bla-bla

Aktuell aber das System das blöde /blog/ nicht einfügt

http://blog.binaergewitter.de/2013/01/01/bla-bla

Wir setzen die flattr und disqus links MANUELL auf die original URL mit /blog/
Woher Bitlove den flattr link generiert weiss ich nicht wirklich. Könnte sein dass der "permalink" parameter schuld ist.

          <script>$('#<%= article.permalink %>').podlovewebplayer(
            {
                    poster: '/img/binaergewitter_logo.png',
                            title: '<%= article.title %>',
                            permalink: '<%= article.permalink %>',
                    author: '<%= article.author %>',
                            alwaysShowHours: false,
                            startVolume: 0.8,
                            width: 'auto',
                            summaryVisible: false,
                            timecontrolsVisible: false,
                            sharebuttonsVisible: false,
                            chaptersVisible: false
          }
          );</script>

Wir könnten den natürlich jetzt auch verkrepeln, aber ich bin nicht sicher ob das so viel Sinn macht.

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Ok, so the comments seem to be there still. We now use the new URLs and the redirect crawler seems to have worked.

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

@ltsavar Kannst du mir ein Beispiel geben wo die flattr links doppelt sind?

from serious-bg.

ltsavar avatar ltsavar commented on August 23, 2024

Ja sobald ich wieder daheim bin
Bitlove nimmt das aus dem flattr Payment Item aus dem Feed

from serious-bg.

rb2k avatar rb2k commented on August 23, 2024

Ok, da hatten wir das /blog nicht drin.
Flattr folgt keine 301ern und hat auch keinen crawler a la disqus :-/
lame

from serious-bg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.