Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts

Tuesday, July 28, 2009

Read More Hack For Blogger Posts (Automatic)


Well To day i was busy making a template for my Friend so did not got time to write new posts to this blog,

at this time i was free so i though to post a quick trick for all you guys, i know many of you do not know how to make your posts small having a read more botton or continue reading button so here is an article for you guys,

Making your posts expandable is just 2 steps process this is a great hack . i will not write about the qualities of this hack and why should you add this code to your blog, because i dont have much time to write about these comming to the point

Login to your blog and edit your blogger layout and then html click on the expand widget templates.

Now find

</head>

and replace it with the following code

<script type='text/javascript'>
var thumbnail_mode = &quot;float&quot; ;
summary_noimg = 230;
summary_img = 140;
img_thumb_height = 100;
img_thumb_width = 100;
</script>
<script src='http://files.bloggerplugins.org/excerpt.js' type='text/javascript'/>
</head>


now 2nd step, now find <data:post.body/>

and replace it with following code,

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
<span style='padding-top:5px;;float:right;text-align:right;'><a expr:href='data:post.url' rel='bookmark'><b>Read more >></b></a></span>
</b:if>


if you want a image instead of Text (read more) just replace the read more with <img src=' http://lh3.ggpht.com/_kTaFrEr_318/SkKGIoU-oPI/AAAAAAAAA9g/5A_nTHvFgiI/readmore_thumb%5B2%5D.gif' align='right' border='0'/>

Now you are done save your template and enjoy new look of it.. any questions ? ask in comments

Sunday, July 26, 2009

How to Add Recent Post Widget With Pictures

Want a Recent post widget for your blog with picture thumbnails?

Want an attractive Recent posts widget that attract your Visitors to reads your posts and comment on them ?

Here is the answer for All your questions and needs,

here is simple code for recent post widget just like its in my blog it like Beautiful and i think you guys will also be agree with me

So here we start our tutorial you can install this beautifull widget within seconds in your blog just by following these simple steps

Go to blogger.com and login their and go to edit layout

now go to add widget and then add html/java script widget

And copy the code bellow and paste it their now save it and you are done..

Remember dont fogot to edit home page url and paste their your own blog url, any question ?? drop comments and i will answer all your question

here is the code :-

<script language="JavaScript">
imgr = new Array();
imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
showRandomImg = true;
boxwidth = 298;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#000000";
thumbwidth = 40;
thumbheight = 40;
fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = false;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 5;
home_page = "http://yourblog.blogspot.com/";
</script>
<script src="http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js" type="text/javascript"></script>

RSS DIRECTORY - An Other Source Of Traffic


Not still Familiar With Rss ?

RSS (Rich Site Summary) Inform Users about ragular changes in a website or blog, Blog owners let their visiters to subscribe for the RSS FEEDS and let them informed by the changes they make in their Blogs and get their visiters back every day.

This makes their website get more and more traffic through the RSS.

Now a days Google adsense are also availabe for the feeds and many website and blog owners having too many rss subscribers are getting more revanue through it.

Here are some FEED BURNING website which will surely boost your rss subsriptions and also your revanue through it . Add your rss feeds on these websites and blogs and get more traffic for your blogs

here is the list


Your favorite RSS DIRECTORY is not in list ????? Drops comments and tell me about it i will edit my post and put it Cheers

Thursday, July 23, 2009

How to create a scrolling Link exchange


How to create a scrolling link exchange or blog roll is a common question among the new bloggers, its not as much dificult as the newbies think. To make a scrolling link exchange or blog roll just like its in my blog you have to know about the basic html tags and functions,

The function that make text scroll is called marquee text . its a sipmle html code which scroll the text, by adding some more code in it it looks very nice and attractive, by using a scrolling blog roll or link exchange you can save a large space in your blog or website.

Well leave all this storry comming to the point, i am here to write a simple article about making it, after reading my this article im sure you will make one for your blog just in seconds without having knowledge about html language

first of all login to your blogger account, go to your blog layout setting and click on add a new widget add a html/javascript widget and add the following code in it


<marquee onmouseover="this.stop();" direction="up" width="100%" onmouseout="this.start();" loop="true" scrolammount="2"><center> <br><a href="link here">LINK TITLE</a><br /><br > <a href="link 2">Link2 Title</a><br/><br ><a href=""></a><br/></center></marquee>



Now edit the code, type link where their is written link here in the code and link name where their is written link name,

Note :-
code is used to break the link and start form the next line
is the ending code for
so it will look good if you break line after adding one link, the code is already codded to stop running when mouse over and starts when mouse is away to avoit it just remove the tags onmouse over and monmouseout .

Enjoy.... and dont forgot to comment

Adding Digg Button To Blogger Posts



Digg is a website similar to twitter , you can drive traffic through it also, with the same me as previously i told you about how to drive traffic through twitter, And a digg button to your post will give you a boost in your traffic, if your readers will like your posts they will surely digg it digging means a bunch of traffic,

Here i will write the whole process about how to add dig button automatecally to all your blogger posts so guys lets start how simple tutorial

Fisrt of of set your blogger to save your blog posts, it will enable digg to digg every unique post, because by setting blogger to save your blog post your every blog post will have a unique address to set this or verify if its already set , go to dashboard -> settings -> Archiving and set Enable Post Pages to yes and save setting if its already done then leave it,

Now go to edit Html and click on expand widget templates and search for the code bellow



As soon as you find it , replace it with the following code











Note:- With this tamplate hack digg button will show on all the posts, dont do this if you want to show button to your selected posts.

Increasing Rss Subscribers

Tips to increase RSS FEED subscribers count

If you have a large number of RSS subscribers it means you'll get More and more traffic for your blog and website. I will show you how to get more RSS Subscribers for your site you can get more and more subscriber/Readers if you will follow my simple tips

1. first of All make a landing page like about me named HOW TO SUBSCRIBE, in which you write all the thing like how can one subscribe why should one subscribe and what will he get if he subscribe it will show newbies how to subscribe and will give reason for professionals to subscribe

2. Many people over the internet are unfamiliar with RSS so that page should contains information about it, as i said previously it will attract newbies

3. Now start promoting your Landing page , Make signature over the forums and use all the blog promoting tips it will promote both your blog and your FEED URL

4. If new user comment on your blog post and he likes your posts ask him to subscribe for your posts and incourage him to read your posts dealy and tell him he will get notified by subscribing when ever you post

5. Last Tip , FOLLOW ALL MY TIPS and GET YOUR FEED SUBSCRIBER COUNT BOOSTED

Wednesday, July 22, 2009

Writing a better and profitable blog Post


Every day many blogs get started , but only some of them get successful, The reason of successful blogs is the way their write their posts, I will write some of the tips about how to Write a BETTER blog post .

1. First of all you should know what is your blog about, Write on the topic of your blog, if you are blogging to teach other, then write in the way that the audience can understand you, Be gentle with them , and write as simple language as you can so that every one can understand easily

2. Write about the recent thing in the post if you have a techno blog then write the latest reviews about the electronic gadgets , but make your article fresh don't just tell your audience the things that every body tells make twist in that and write fresh things

3. Write the post grammatically correct even if you are weak in grammar try to as much correct as you can, it will show your readers you are an educated blogger and give them a reason to read your blog , Be your self while writing Remember their are so many blogs arround . Make a reason for your readers to come back to ONLY your blog

4. Writting a post telling your own storry make peoples read with intrest. so when ever you write a new article try to write it like a story it will surely attract people

5. Finaly read your post 2 times again before posting see your mistakes and Most important see is your post making a sense if not just delete it and write something that makes sense

Sunday, June 14, 2009

How To Auto Twitt Your Posts


First of all i should describe what is twitter, may be some of newbie don't know about it. twitter is social networking website with a short messaging service with now a days become a great source for getting traffic to blogs / websites. Many big website companies use twitter for their website . as it is easy to get more traffic and notify others about their new posts.

Now the problem is that manually twitting your every post take too much time ..

Well if their is problem their is solution... website name twitterfeed.com had solved this problem of webmasters and bloggers. Twitterfeed is a feeding website that will auto twitt your posts when you publish them here i will right the way how to register you post for auto twitting .

Procedure:

first go to twitterfeed.com and login their with you openid or a blogger account after doing this you will be directed to your twitter feeds. now click the tab of adding new feed. you will be asked to login with your twitter account . login it and add your posts rss feed their . and after that you will be asked that allow twitter feeds to check for you blogger posts click that and create your feed. its done now whenever you post twitter feed will automatically twitt it for you..

If you are still not a twitter user go and get a twitter account for free and start twitting your posts...

Wednesday, June 10, 2009

Increasing your blog traffic



Here are the 9 tip/ tricks to get visitors to your blog . The following is list of pointers to get people read your blog or, at the very least, Visit it.

1.
Make your blog address part of your e-mail signature. An email without a signature is like a phone call with out a message or a letter without a return adress so go a head and include a link to your blog in your signature.

2. Visit other blogs and "accidentally" drop your blog address in the comments of the latest blog posts.

3. Make sure that you some how bring the subject of blogs and eventually your personal blog, in to the conversation with each person you meet every day, even if it happens to be the first rendezvous

4. Just as people send an email adress change notification to their friends and acquaintances, you can send a "Blog Created" notification . After all two aren't that different

5. Threaten your friends to visit your blog(s) at least once a day employ emotional black mail or say "Dont expect me gove you an autograph when i become an acclaimed blogger." lolz

6. Try to influence your friends into blogging it is mostly only bloggers who read blogs as well.

7. You can also pester friends who blog to add to their blogrolls. (a personal list of favorite blogs)

8. Thinking of a new Msn nick name or yahoo personal message ???? Just put your blog address their.

9. if you also like to write for magazines make sure that your next published article has your blog adress along side your name, or better yet, write some guest posts for the other blogs . Even if you haven't been a writer till now, writing one article just to plug your blog won't hurt,

10. Try all the tips above and do comment here lolz ..

Regards.
Baqir Talpur