Add digg and reddit to wordpress
Find: “<div class=”post-content”>” in index.php
Add the following:
<div class=”diggit”><script type=”text/javascript”>
digg_url = ‘<?php the_permalink() ?>’;
digg_title = ‘<?php the_title(); ?>’;
</script>
<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script>
<iframe src=”http://reddit.com/button?t=3&url=<?php the_permalink() ?>” frameborder=”0″ height=”75″ scrolling=”no” width=”75″></iframe>
</div>
In the style.css document add:
.diggit {
float:right;
margin-top:10px;
margin-left:15px;
}
Should work for most skins
Related posts:
Recent Posts
- How to get environment in Symfony2
- How to make a Symfony2 Twig Extension
- How to ipconfig/flush dns on Mac OSX
- Diary of a Startup: Create a startup for £14
- Sendmail on Ubuntu
- Adobe Air with Netbeans
- Best Firefox Plugins for SEO aka Addons
- Setup Ubuntu as a Web Server
- Changing Plesk Fast CGI to Apache PHP with ZF
- How to Access PUT data in Zend Framework
My External Links
Twitter Updates
- Banoffee Pie with quadrupel beer amazing! @ The Met Hotel instagr.am/p/Kx8jCts_7h/ 23 hours ago
- More beer tasting with food this time @ The Met Hotel instagr.am/p/Kx5HpDM_5m/ 23 hours ago
- Beer testing in different glasses. I like this. @ The Met Hotel instagr.am/p/KxmKI5M_x3/ 1 day ago
- The unhappy crowd after my talk @ The Met Hotel instagr.am/p/Kxk8SUs_xX/ 1 day ago
- Plus new beer, quite strong @ The Met Hotel instagr.am/p/KxZDnus_8R/ 1 day ago
- About to do a talk in front of a lot of beer bloggers @ The Met Hotel instagr.am/p/KxYsTHs_8H/ 1 day ago
- 11" fits perfectly, when I upgrade to 13" I won't be able to work on the train anymore. instagr.am/p/Kutp5WM_5t/ 2 days ago
- RT @TheDeveloper: Self-hosted git management gitlabhq.com Essentially, open-source GitHub 2 days ago
- Instagram screensaver, love it. instagr.am/p/KuX9VdM_zH/ 2 days ago
- I'm at O2 Workshop (Camden Town, Greater London) 4sq.com/IVLiQR 4 days ago
Archives
- April 2012
- March 2012
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- June 2011
- May 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- March 2010
- February 2010
- January 2010
- November 2008
- September 2007
- June 2007
- May 2007
- April 2007




