17 June 2009

How to Add Retweet Button To Every Blogger Post!

2 comments
Twitter is the best service I use daily to drive constantly a big amount of traffic on my blog.Twitter a micro blogging service became more popular now a day most of the people becoming addict to twitter and twitter is so easy to share your short messages as tweets.Tweetmeme is a service which help you promote your blog by using the Retweet button, a simple and easy way you can integrate twitter into your blog and websites.



Follow the simple steps
:

Step 1 :Goto Layout > Edit Html > Expand Widgets > Press Ctrl+F >Search For Below Codes

<p><data:post.body/></p>

Step 2:
  • Paste any one of the following codes below the <p><data:post.body/></p> if you want button to appear button below the post or above the <p><data:post.body/></p> if you want button to appear above post.

Digg like retweet button with tweet count:


Add Code from this file : Link



Compact Button with Tweet Count:

REtweet Button below every post blogger


Add Code From this File : Link




Step 3: Save the template and preview your blog. Enjoy.

Links : Tweetmeme Homepage | Follow me on twitter

CONTINUE READING ■ ■

04 June 2009

Smells Like Facebook : New Blogger template download

5 comments

Now download the blogger template named Smell Like Facebook. And use this template if you want to change your design and wants to feel the facebook looks.This template is free to download.




Details :




THEME NAME
: Smells like Facebook

THEME URI: http://www.nazieb.com/456/smells-like-facebook
DESCRIPTION: The exact Facebook clone theme for Wordpress. Based on Facebook profile page.
VERSION: 1.0.5
AUTHOR: Ainun Nazieb
AUTHOR URI: http://nazieb.com/
CONTINUE READING ■ ■

05 February 2009

How to Disable Right click in Blogger / Blogspot ?

18 comments

Have you noticed, that some web sites do not allow their visitors using right mouse click while pointer is on the blog area. This option is useful for the site and blog owners, who want to minimize the possibilities of the content direct copying to other posts.






Right click on any internet browser is very important element and we must use it when it comes to copy or editing texts and etc. It’s very important when it comes to webmasters too. but some people may use it in a bad way, and you may want to make click right disabled on your blog. to protect you text, images links and etc.


To setup this tool in your blog Copy the Following code and paste it to your blog by adding a new page element.

Step 1 : Go to Dashboard > Layout > Add Gadget > HTML / JavaScript
Step 2 : Copy the following code and paste it there .



<script language="JavaScript">
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>



Step 3 : Save the html/javascript and view you blog.

When you will try to do right click, a message will tell you that “Function disabled” , and if you want to change this words” Function Disabled” Then simply find it in code and replace it.

Don't forget to drop you comment here.



CONTINUE READING ■ ■

18 January 2009

Add Statistics Widget For Blogger/Blogspot !

10 comments
While surfing and visiting to other blogs we have noticed that many of the bloggers use this statistics for their blogs. Some are also using Total Words in posts and total numbers of the words in comments. but I am going to talk about only total No of posts and total Number of comments.This Statistics Widget for Blogger showing total number of posts,total number of comments.


Follow These Step to Install this widget >>

1. Log in to your Blogger account

2. On your Blogger Dashboard, click on the "Layout" link as shown in the blow image



3. Click On "Add a Gadget" as displayed in the Below Image



4.Scroll down the list and find "HTML/ Javascript" and click on the "+" button



5.When we click on the "+" button it will open a window "Configure HTML/ Javascript". Now Enter what ever you want as in title section "Blog Statistics" or "Blog Information" or "Blog Data" or any idea in your Mind.

6.In the content section, please copy & paste the following code:



<script style="text/javascript">

function numberOfPosts(json) {
document.write('Total Posts: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}

function numberOfComments(json) {
document.write('Total Comments: <b>' + json.feed.openSearch$totalResults.$t + '</b><br>');
}

</script>

<ul><li><script src="http://yourblog.blogspot.com/feeds/posts/default?alt=json-in-script&callback=numberOfPosts"></script></li>

<li><script src="http://yourblog.blogspot.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script></li></ul>

<span ><a href="http://dacoolhunter.blogspot.com/" target="_blank">Widgets for Blogger</a></span>




7. Now Don't Forget To change "yourblog" With your blog address.

8.Click on "Save" button at the bottom right hand corner and u r done :)

CREDIT : WIDGET FOR BLOGGER!

Don't Forget To Leave Your Valuable Comments
CONTINUE READING ■ ■

12 January 2009

Remove Label Number Count in Blogger/Blogspot!

8 comments

Everyone always want to make his/her blog look like professional. For this i am posting a simple trick which will help you. By default, the Labels will have an automatic count of the number of posts. You can remove those counts. To remove label counts in blogger, just follow the step by step instructions below.





Follow the simple steps >>



Step 1 : Backup your template first.

Step 2 : Login to your dashboard, go to Layout -> Edit HTML > Click Expand Widget templates

Step 3:
Search the following code

<b:widget id='Label1' locked='false' title='Labels' type='Label'>

Step 4: Scroll down until you find this code (<data:label.count/>) and delete it.

Step 5 : Save your template. DONE.


Question: Why i can't find <b:widget id='Label1' locked='false' title='Labels' type='Label'> in my Edit Template HTML section?

Answer: You probably have not install Label widget in your Page Elements. You need install Label widget first before you can remove the Label number count.

To install Label widget, Go to Page Elements, Add a Gadget and add Labels (under basic tab) and click Save

Don't Forget to drop your comments here

CONTINUE READING ■ ■

Related Posts Widget For Blogger

2 comments

You all knows there are so many pluggins available for Wordpress users for use of 'Related Post' Widget just below after every post. I was always think to add the 'Related post' Plugin to my blog. But i was unable to find such a post / article on internet. But finally i got a solution for it.




Now Blogger users are able to add this helpful widget to improve their site statitics.This is a really Nice template Hack which Also improves your CTR in your blog.

Steps:


First of all add the below code just before (above) <head> .


<style>

#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url("http://i263.photobucket.com/albums/ii150/mohamedrias/newconcept_bullet.png") no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

</style>

<script type='text/javascript'>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels() {
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
document.write('<ul>');
while (i < relatedTitles.length && i < 20) {
document.write('<li><a href="' + relatedUrls[r] + '">' + relatedTitles[r] + '</a></li>');
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write('</ul>');
}
//]]>
</script>
Now Save your template.


Step 2 : Now look for <p><data:post.body/></p> in the template. Make sure to "Expand Widget Template" in the Edit HTML page.

Now add the following tag below <p><data:post.body/></p>
.

<b:if cond='data:blog.pageType == "item"'>
<div id="related-posts">
<h2>Other Recommended Posts on <b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if><b:if cond='data:blog.pageType == "item"'>
<script expr:src='"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=5"' type='text/javascript'/></b:if></b:loop> </h2>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels(); </script>
</div></b:if>

Save your Template . Now you are done.

Enjoy :-)
CONTINUE READING ■ ■

Windows 7 Beta Download Links & Product Keys!

0 comments

Microsoft servers surrender to the massive traffic that hits the Windows 7 Beta CPP page. And if you are also trying to download the Windows 7 Beta form there and can,t get the download link. Than here are the Windows 7 Beta Download Links, which will help you to download the Windows 7 Beta.




Here are the Links:

ISO for Windows 7 Beta 32-bit (English):
7000.0.081212-1400_client_en-us_Ultimate-GB1CULFRE_EN_DVD.iso

ISO for Windows 7 Beta 64-bit (English):
7000.0.081212-1400_client_en-us_Ultimate-GB1CULXFRE_EN_DVD.ISO

ISO for Windows 7 Beta 32-bit (German):
/7000.0.081212-1400_client_de-de_Ultimate-GB1CULFRE_DE_DVD.iso

ISO for Windows 7 Beta 64-bit (German):
7000.0.081212-1400_client_de-de_Ultimate-GB1CULXFRE_DE_DVD.iso


Product Keys :


Download Windows 7 Product Keys

1. Login to your Passport Account here

2. Without closing the Passport page, open one of the following in a new tab:
Windows 7 Beta 32-bit
Windows 7 Beta 64-bit

CONTINUE READING ■ ■
 

© All Content is Under Copyright Protection © 2008-2009 World of Vampire Site Best Viewed in Firefox : VISHAL