Step 1:
1. Go to the edit themes from wordpress dashboard. Then click the header.php edit the file. Then insert the code given bellow before </head> .
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>Note : If you have already added jquery in your blog then don't need to add the bold line.
<script type="text/javascript" src="http://delicious-button.googlecode.com/files/jquery.delicious-button-1.0.min.js"></script>
Step 2:
Then go to the single.php and paste the bellow code after <?php the_content(); ?>
<div style='float:right; margin-right:10px;'>Save It now you are done. If you want this type example given up then remove the ,button:"wide" Code and you are done . Now see your blog post how it appear. If face any problem feel free to comment.
<a class="delicious-button" href="http://delicious.com/save">
<!-- {
url:"<?php the_permalink() ?>"
,title:"<?php the_title(); ?>"
,button:"wide"
} -->
Save on Delicious
</a>
</div>
0 comments:
Post a Comment