Tweetline :=
Twitter + Timeline

This is the home of Tweetline, a Tumblr blog theme.

Here you will find all sorts of information on how to customise your theme.

Any updates will also be posted here for future reference. So if you have installed this theme already and don’t want to customise it all again, don’t worry, I will describe in detail how to fix things.

If you find a bug (something wrong), of which there are many, please notify me as soon as possible.

Remember to follow me for solutions to problems, since I have no way of answering you personally.

p.s. Many thanks to Wendy of dzian.info for pointing out so many bugs!
<< >>
  1. Tumblr Tag Cloud Integration

    If you want to integrate a tag cloud (particularly the one found here), you might find that the tag cloud works, but then the Twitter timeline doesn’t.

    This is due to conflicting versions of the jQuery javascript library.

    All you have to do is delete the call from the tag cloud code, so you should end up with:

    <!— Start Tumblr Tag Cloud —>

    <script type=”text/javascript” src=”http://tumblrtags.rivers.pro/widget.js?css=default&minsize=120&maxsize=280”></script>

    <!— End Tumblr Tag Cloud —>

    If you want your tag cloud positioned and styled like mine (look to the right and under the description) then follow these instructions:

    1. Insert the code below in the CustomHTML panel, underneath the description block.

              <div id=”tagCloud”>
                      <script type=”text/javascript” src=”http://tumblrtags.rivers.pro/widget.js?css=default&minsize=120&maxsize=280”></script>
              </div>
    2. Insert the following code in the script tag in the CustomHTML.

              $(document).ready(function() {
                      $(‘#tagCloud’).css({ 
                              top: 335 + $(‘#blogdescription’).height() + ‘px’,
                             display: ‘inline’
                      });
              });
    3. Paste the next snippet of code in the CustomCSS panel, or within the Style tags in the CustomHTML panel.

              #tagCloud { position: absolute; right: 10%; width: 27%; padding: 10px; background: #EEE; border-top: 1px dotted black; border-bottom: 1px dotted black; text-align: right; display: none; } 

    1 year ago  /  cloud tumblr tweetline  /  2 notes

  2. List issues: fixed!

    There have been problems with the styling of ordered and unordered lists.

    Here is the fix:

    .regular ol, .photo ol, .photoset ol, .quote ol, .link ol, .video ol, .chat ol, .audio ol { margin-left: 30px; }

    .regular ol, .photo ol, .photoset ol, .quote ol, .link ol, .video ol, .chat ol, .audio ol, .regular ol li, .photo ol li, .photoset ol li, .quote ol li, .link ol li, .video ol li, .chat ol li, .audio ol li { list-style-type: decimal; }

    .regular ul, .photo ul, .photoset ul, .quote ul, .link ul, .video ul, .chat ul, .audio ul { margin-left: 30px; }

    .regular ul, .photo ul, .photoset ul, .quote ul, .link ul, .video ul, .chat ul, .audio ul, .regular ul li, .photo ul li, .photoset ul li, .quote ul li, .link ul li, .video ul li, .chat ul li, .audio ul li { list-style-type: disc; }

    Just paste the above CSS code into the CustomCSS box under the Advanced tab.

    1 year ago  /  0 notes

  3. Q: How do I show my Twitter feed rather than Tumblr’s?

    A: (With reference to the above screenshot) 

    1. Select Customise in your Tumblr Dashboard.
    2. Open the Service tab.
    3. Press the ‘Sign in with Twitter’ button.
    4. Enter your Twitter log-in details (if needed) and authorise Twitter to connect with Tumblr.
    5. Twitter will then take you back to the Tumblr page and your username will appear.
    6. Now go to the Appearance tab, scroll down, and enter the number of tweets you want the timeline to show.
    7. Finished!

    My tweets still don’t show up!

    Not to worry. Tumblr doesn’t integrate your Twitter account while you are still in Customise mode. Just click Save & Close and view your Tumblr blog. Your Twitter timeline will now be available.

    1 year ago  /  twitter tweetline  /  1 note

  4. I have a question!

    You: Hi there!

    Me: Hello!

    You: I have a question about this theme. How can I send you a message?

    Me: You can use Tumblr's ask me feature - http://marcusmo.tumblr.com/ask

    You: Is there any other way?

    Me: Yes sure! You can send me a tweet via Twitter - @marcus_mo

    1 year ago  /  questions ask  /  1 note

Tweetline by
Marcus Mo