tumblr

Disable Tumblr photosets or change the size of them?

左心房为你撑大大i 提交于 2019-12-24 09:25:15
问题 I have been able to make my photos large for single photo posts on my blog, http://blog.seans.ws , but Tumblr photosets limit me to a width of 500px How can I either make the layout of photosets larger, or just diable the feature and display my photos in high-res one after the other? Here's the photoset code: {block:Photoset} <article> <span class="break" style="padding-bottom: 19px;"></span> {Photoset-500} {block:Caption} <p>{Caption}</p> {/block:Caption} <p></p> <time>{TimeAgo}</time> <

Can I hide all posts from Tumblr's main blog while keeping them unhidden from their routed pages? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-24 08:18:34
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I'm trying to figure out how I can keep my all of my posts off of my homepage without hiding them from my secondary pages...... Here's what I'm working with: http://brewerstl.tumblr.com/ 回答1: I believe the

Is it possible to load tumblr posts via AJAX?

丶灬走出姿态 提交于 2019-12-23 12:11:34
问题 I would simply like to know if it is possible to load tumblr posts via AJAX. I know it's possible with notes but I would like to load posts' content inline. (I'm not talking about infinitescroll) Thanks 回答1: Yes it is possible. I have written some code to read the title of the posts and create a menu on my site. You can have access to the whole contents of the posts. Here is a link to an article explaining how to do this. They are few explanations (in French) and the code of the function,

Unable to post on tumblr from iOS OAuth1.0, OAConsumer client

浪子不回头ぞ 提交于 2019-12-23 09:36:34
问题 I am trying to integrate "tumblr" into my application.I am able to get the access token successfully. But, when I try to post, I am getting the following error {"meta":{"status":401,"msg":"Not Authorized"},"response":[]} I am using the OAuthConsumer client for iOS, which I have pulled if from MGTwitterEngine . This is what I have tried. #import "ViewController.h" #define consumer_key @"u9iZvT8KIlrTtUrh3vUeXXXXXXXXXXXXXAfgpThGyom8Y6MKKCnU" #define consumer_secret @

Tumblr: How to control CSS with post tagging (UPDATE: Working Method without JQuery!)

会有一股神秘感。 提交于 2019-12-23 04:55:27
问题 Seen this done before, am curious as to how it is done. Example can be found over at http://wordographic.info/ For example, if I tag a post blue, the bg-color of the post turns blue, etc. Anyone know how this is done? Thanks. 回答1: Found a way to do this with only HTML/CSS. Pretty simple, just add the {Tag} block to any div class wrapping the post area but make sure it's between {block:Posts} and {block:Text} etc. Now whatever you tag a post now becomes a new class. {block:Posts} {block:Text}

Increase tumblr photo size

徘徊边缘 提交于 2019-12-23 04:35:32
问题 How do I edit this html so I can customize the width of a photo, tumblr doesn't seem to like changing the photo set size to anything bigger. I have looked up, but don't understand where a maxwidth:600px would fit in or if this is even the best way to do it. Massive thanks to anyone who can help me out {block:Photo} <div class="permalink"> {block:IfNotDisqusShortname}<a href="{Permalink}">→</a>{block:IfNotDisqusShortname} {block:Date}{block:IfDisqusShortname}<a href="{Permalink}#disqus_thread"

How to have different titles and meta tags for tag pages and index pages of Tumblr themes

落花浮王杯 提交于 2019-12-23 04:29:52
问题 In tumblr themes I found the following blocks for index page and tag pages respectively. {block:IndexPage}{/block:IndexPage} {block:TagPage}{/block:TagPage} But tag pages are taken as subset of index pages, so what i define in index page blocks also appear on tag pages along with whats in tag page blocks. In such case how to define different title and meta tags independently for tag pages and index pages? 回答1: Different titles on tag page: <title>{block:TagPage}Posts tagged {Tag} - {/block

tumblr masonry + infinite scrolling overlapping posts despite using desandro and new jquery

家住魔仙堡 提交于 2019-12-23 03:24:06
问题 I am new to javascript and stuff and now I have a frustrating issue with masonry and infinite scroll on tumblr. I have read nearly all the forum questions about those issues but nothing solved my problem. So, I have a tumblr blog (http://jessman5.tumblr.com) and despite of using: //ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js http://masonry.desandro.com/jquery.masonry.min.js http://masonry.desandro.com/js/jquery.infinitescroll.min.js and this code: <script> $(function(){ var

How to remove the “Source:” from this Tumblr theme?

让人想犯罪 __ 提交于 2019-12-23 02:07:10
问题 I am trying to edit the Tumblr theme below so as to remove the "Source:" portion that appears at the bottom of every post I reblog. I don't mind giving credit where credit is due, but this information is already visible in the Tumblr app and on the permalinks of each post... I just want it to not clutter the homepage. Here's an example of how a reblog currently looks. And here's the code of the theme I'm currently using. I've tried editing the code to make the "Source" line disappear, but to

Respond.js on Subdomain using Tumblr

江枫思渺然 提交于 2019-12-22 12:26:38
问题 My website is responsive. The blog section uses a subdomain pointing to Tumblr, but the cross-domain version of Respond.js isn't working. I'm doing this: <script src="http://www.stevechab.com/scripts/respond.min.js"></script> <link href="http://www.stevechab.com/scripts/respond-proxy.html" id="respond-proxy" rel="respond-proxy"> <link href="http://www.stevechab.com/scripts/respond.proxy.gif" id="respond-redirect" rel="respond-redirect"> <script src="http://www.stevechab.com/scripts/respond