Showing posts with label blogger tips. Show all posts
Showing posts with label blogger tips. Show all posts

Tuesday, November 9, 2010

The Art of Blogging- and Journalism

Extremely good writing. Brings out the distinction between blogging and journalism in the most fundamental sense.

By the way, if you want to be a good blogger, read this real close: this will serve you better than you'd ordinarily expect.

Really good print journalism is ego-free. By that I do not mean that the writer has no skin in the game, or that the writer lacks a perspective, or even that the writer does not write from a perspective. What I mean is that the writer is able to let the story and the reporting process, to the highest possible extent, unfold without a reporter's insecurities or parochial concerns intervening. Blogging is an ego-intensive process. Even in straight news stories, the format always requires you to put yourself into narrative. You are expected to not only have a point of view and reveal it, but be confident that it is the correct point of view. There is nothing wrong with this. As much as a writer can fabricate a detachment, or a "view from nowhere," as Jay Rosen has put it, the writer can also also fabricate a view from somewhere. You can't really be a reporter without it. I don't care whether people know how I feel about particular political issues; it's no secret where I stand on gay marriage, or on the science of climate change, and I wouldn't have it any other way. What I hope I will find refreshing about the change of formats is that I will no longer be compelled to turn every piece of prose into a personal, conclusive argument, to try and fit it into a coherent framework that belongs to a web-based personality called "Marc Ambinder" that people read because it's "Marc Ambinder," rather than because it's good or interesting.I Am a Blogger No Longer - Marc Ambinder - Politics - The Atlantic

Thursday, August 12, 2010

How to Add the Official Retweet Button into Every Post of Your Blog

Twitter has come up with an official Retweet button, you might probably know that. There is an advantage to it: the link is shortened, but you get an idea of the exact location of the shared page, see Techie Buzz. That is the general idea, though it did not work that way in a tweet that I shared.


I found a way to add that button to this blog: it is right here, down every post.- if you want to know how to add the official Twitter Retweet Button into your blog so that it shows up under every post like it does here, here is how I did that. I am a total idiot when it comes to html, javascript etc., but if I can find a way to do it, so can you.

Thanks to Anshul Dudeja, I made a few changes to the script he provides in his page, added it to the HTML the way he says it should be done, and voila!

This is the script:
<div style="float: right;
margin-left: 10px;"> <a class="twitter-share-button"
data-count="none" data-via="yourtwittername" href="http://twitter.com/share">Tweet</a><script
src="http://platform.twitter.com/widgets.js" type="text/javascript"> </script>

Please replace your twitter name for "yourtwittername"

Compare this version with that given by Anshul Judeja, where the code is displayed better.

How this script should be added to the blog is at this page:  How Add Retweet Button to Blogger Blogs at Anshul Judeja.

If there is any better way, please let me know, and I'll adopt that.