SuperFast Digg This is really a super fast social bookmarking plugin, it loads faster than others, scalable and with better performance. It allows your visitors to bookmark posts in Digg. It helps your site to increase traffic and improve your site page rank. It displays small cute Digg picture in front of post title. There are 2 pictures whichever you want you can place just by changing 1 or 2 in the template tag. The default picture is 1.
The magical feature of this plugin is, if by mistake you forget to give 1 or 2 in template tag then it automatically fix the problem and display the picture.
We have used so many social bookmarking plugins so far but we feel Digg is more popular and more traffic driving site so to make it easier for visitors to bookmark post to Digg immediately we made it and also using it in our site HeyGB.com you can check it for demo. The specialty of this plugin SuperFast Digg This is it works and loads faster than others.
Some other similar plugins which are available they are good but the pattern they are adopting for loading and way of working makes our blog very slow, one of that plugin keep on getting javascript code from their site each and every time when you refresh the homepage and if your homepage has 10 posts then it executes 10 queries, this slow down the site and take down the performance. The other similar plugins keep on querying the Digg and if you have 10 posts on homepage then it means 10 queries will be executed. So this encouraged us to develop very or you can say extremely light weight but useful Digg This plugin. We deeply studied other plugins and then successfully made it without loopholes. We applicate all other similar plugin authors for their efforts but we did what we like and above all we never like to discourage or criticize anyone that’s why we never specified anyone name but we have to tell you the fact what problems we had faced and why we made this plugin.
The plugin is developed by 4 authors Jimmy, Nancy Davis, Ashish, Jasmine. The author names are in random order, all have done equal efforts. One has raised the idea, others code it and someone did analysis and someone promote it and someone make it available on the site. So all are equally contributers.
Note: If you don’t have a software to extract/uncompress .rar file then please download it from WinRAR website
== Installation ==
1. Extract the superfast-digg-this.rar file
2. Upload superfast-digg-this folder to the `/wp-content/plugins/` directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. You can place SuperFast Digg This Tag in index.php and single.php
a) First of all open index.php of your theme and find this line :
1<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
and place below code just before above line
1<? heyGB_Digg_This("1"); ?>
OR
1<? heyGB_Digg_This("2"); ?>
For an example see at the end of this file.
Note: If you didn’t find the above line in index.php then find:
1<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
and place below code just before above line
1<? heyGB_Digg_This("1"); ?>
OR
1<? heyGB_Digg_This("2"); ?>
For an example see at the end of this file.
b) Now open single.php of your theme and find this line :
1<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
and place below code just before above line
1<? heyGB_Digg_This("1"); ?>
OR
1<? heyGB_Digg_This("2"); ?>
For an example see at the end of this file.
Note: If you didn’t find the above line in your theme then find below line:
1<?php the_title(); ?>
and place below code just before above line
1<? heyGB_Digg_This("1"); ?>
OR
1<? heyGB_Digg_This("2"); ?>
For an example see at the end of this file.
== Frequently Asked Questions ==
Ques 1) What I do if I get any problem ?
Ans 1) If you get any problem while installing this plugin then please contact us
== Screenshots ==
1. Screenshot of first Digg This picture

2. This is the second screen shot:

== A brief Markdown Example ==
1) Below is the example of using SuperFast-Digg-This with first Digg picture in index.php :
1<? heyGB_Digg_This("1"); ?>
2<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
2) Below is the example of using SuperFast-Digg-This with second Digg picture in index.php :
1<? heyGB_Digg_This("2"); ?>
2<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
Note: In some themes index.php has below line so use in this way:
1<? heyGB_Digg_This("1"); ?>
2<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
3) Below is the example of using SuperFast-Digg-This with first Digg picture in single.php :
1<? heyGB_Digg_This("1"); ?>
2<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
4) Below is the example of using SuperFast-Digg-This with second Digg picture in single.php :
1<? heyGB_Digg_This("2"); ?>
2<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
source: heygb
Related Stuff
New WordPress feature, Possibly Related PostsIf you have a blog on WordPress.com, you may have noticed a new feature called Possibly Related that links posts from other blogs in the ...
What Do You Need to Set up a Wordpress BlogI've found myself answering this question a lot lately, so I figure I should just turn it into a blog post so I can point people to ...
How To Make a WordPress Privacy PolicyEver since Adsense updated their terms and conditions, requiring publishers to display a privacy policy on their website(s), webmasters and ...
WordPress Single Post TemplatesAustin recommends using a filter in your functions.php file as an alternative to the method below. IMO, his suggestion is much simpler and ...
Fast-Static-Feed WordPress PluginSyndicated content has almost become the standard way of distributing web content nowadays. ...
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
