Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Martin Häger replied on June 21, 2009 22:51 to the problem "iframe for Tumblr controls breaks XHTML validation" in Tumblr:

    Martin Häger
    Hey, I had almost forgotten about this thread. Anyway, this is easy to fix - just do something like this:


    <style type="text/css">
    #tumblr-bar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background: red;
    }
    </style>

    <div id="tumblr-bar">
    Oh, hai. I'm a Tumblr bar!
    </div>
  • idea

    Martin Häger shared an idea in Disqus on June 15, 2009 22:55:

    Martin Häger
    Add ability to use Markdown in comments
    While Disqus supports basic HTML, Markdown is a much more simple and elegant way for users to add formatting to their posts. Is there a chance Disqus will support Markdown?
  • question
  • problem

    Martin Häger reported a problem in Tumblr on January 04, 2009 14:39:

    Martin Häger
    "Use descriptive URLs" and {Permalink} incompatible with FeedBurner FeedFlare
    Adding FeedFlares from FeedBurner with "Use descriptive URLs" (i.e. /post/12345/post-title-here) enabled does not work. The reason is that the RSS feed for the Tumblelog still contains the "non-descriptive" URLs (i.e. /post/12345) in the <link /> tag for each post, the {Permalink} template variable contains the descriptive variant, and FeedFlares require that both be equal. This prevents the usage of {Permalink} to include FeedFlares on the blog, like this:


    <script src="http://feeds.feedburner.com/~s/thesmilingpenguin?i={Permalink}" type="text/javascript" charset="utf-8"></script>


    I've circumvented this by doing


    <script src="http://feeds.feedburner.com/~s/thesmilingpenguin?i=http://thesmilingpenguin.com/post/{PostID}" type="text/javascript" charset="utf-8"></script>


    instead, but it's not quite as nice. Is there any reason why the descriptive URLs are not used in the RSS feed?

    I have posted this on the FeedBurner newsgroup as well:
    http://groups.google.com/group/feedbu...

    Thank you for your time.

    Regards,
    Martin
    http://thesmilingpenguin.com
  • problem

    mtah reported a problem in Tumblr on January 04, 2009 00:12:

    mtah
    iframe for Tumblr controls breaks XHTML validation
    The following snippet of code, located right before the closing body-tag, breaks XHTML validation, due to the fact that 'border' and 'allowTransparency' are not valid attributes.


    <!-- BEGIN TUMBLR CODE -->
    <iframe src="http://www.tumblr.com/dashboard/iframe?src=http%3A%2F%2Fthesmilingpenguin.com%2F" border="0" scrolling="no" width="278" height="25" allowTransparency="true" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe>
    <!-- END TUMBLR CODE -->


    Additionally, the source document of the iframe contains the following errors:

    line 6 column 10 - Error: end tag for "head" which is not finished
    line 9 column 10 - Error: required attribute "type" not specified
    line 9 column 10 - Error: document type does not allow element "style" here

    It would be nice to have this fixed, since most of the errors seem pretty simple to correct. Even better would be to drop the iframe altogether, since it belongs in the 90's together with the VCR and fanny packs ;)

    Thank you for your time.

    Regards,
    Martin
    http://thesmilingpenguin.com