How to add a digg button to your blogger post
From Bloggerhacks
(Difference between revisions)
| Line 1: | Line 1: | ||
==Platform== | ==Platform== | ||
| - | Specifically for use with Blogger blogs | + | Specifically for use with [[Blogger]] blogs |
==Author== | ==Author== | ||
| - | Tom Thomas | + | * (idea and partial code) [http://web-tracker.blogspot.com Tom Thomas] |
| + | * (partial code) [http://diggtheblog.blogspot.com/2006/07/integrating-digg-within-your-website.html Digg Blog] | ||
==Homepage== | ==Homepage== | ||
| - | http://diggbutton.blogspot.com/2006/09/add-digg-button-to-single-blogger-post.html | + | * (Digg Button) [http://diggbutton.blogspot.com/2006/09/add-digg-button-to-single-blogger-post.html Digg Button - ] |
| + | |||
| + | ==License== | ||
| + | [http://creativecommons.org/licenses/by-sa/2.5/ Creative Commons Attribution Share-Alike 2.5] | ||
==Required Skills== | ==Required Skills== | ||
| Line 12: | Line 16: | ||
==Description== What does it do? | ==Description== What does it do? | ||
| - | This hack will allow you | + | This hack, through use of the <IFRAME> tag, will allow you to add both a Digg count and "Digg it" button to individual Blogger posts. |
==Method== | ==Method== | ||
| - | + | # Copy some code and paste it into notepad.<br> | |
| - | + | # Copy and paste Digg related URL into code from "1".<br> | |
| - | + | # Save as an HTML file.<br> | |
| - | + | # Upload file to server.<br> | |
| - | + | # Copy and paste some additional code into your intended Blogger post.<br> | |
| - | + | # Republish blog.<br> | |
==Sites Using This Hack== | ==Sites Using This Hack== | ||
| - | http://web-tracker.blogspot.com/2006/08/how-to-embed-youtube-video-in-your.html | + | [http://web-tracker.blogspot.com/2006/08/how-to-embed-youtube-video-in-your.html Tom Thomas' Web Tracker] |
[[Category:Hacks]] [[Category:Bookmarking]] | [[Category:Hacks]] [[Category:Bookmarking]] | ||
Revision as of 06:54, 20 September 2006
Contents |
Platform
Specifically for use with Blogger blogs
Author
- (idea and partial code) Tom Thomas
- (partial code) Digg Blog
Homepage
- (Digg Button) Digg Button -
License
Creative Commons Attribution Share-Alike 2.5
Required Skills
You should know how to create an HTML file using notepad and be able to upload/host that file to a server.
==Description== What does it do? This hack, through use of the <IFRAME> tag, will allow you to add both a Digg count and "Digg it" button to individual Blogger posts.
Method
- Copy some code and paste it into notepad.
- Copy and paste Digg related URL into code from "1".
- Save as an HTML file.
- Upload file to server.
- Copy and paste some additional code into your intended Blogger post.
- Republish blog.
