read morepost a comment
Saturday, November 6, 2010; 10:23 AM
Two things today. First, I've updated my portfolio to use the Disqus comment system. Woohoo!
Second, for anyone who might be interested. As some may know, Tumblr will repost your posts to Twitter and Facebook. However, it links back to your tumblr page - which, in my case, is not what I want. I want the posts to link back to my website.
Well, I found a very simple hack. If you are a Tumblr user, go to the customize page for your Tumblr account. Look under "Advanced" then look for the "Add Custom CSS" box. In that box, at the very bottom (or just replace it all with the following) enter this text:
</style>
<script type="text/javascript">
<!--
window.location = "http://yourWebsite.com/"
//-->
</script>
Of course, you need to replace "yourWebsite.com" with your actual website. Then click Save or Save+Close. You can still access your customize page on your Tumblr account, but it will display your website, rather than the sample Tumblr page. To undo the redirect, just remove the block of code from the "Add Custom CSS" box.
Easy breezy!
~Mattie