Addition of Technorati "add as a favorite"
kstrauser - October 9, 2007 - 16:00
| Project: | Service links |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
This patch adds a link to Technorati's "add this blog as a favorite" function. It also adds a new form section for "voting links" for lack of knowing what else to call this, since it's neither a bookmark nor a search.
| Attachment | Size |
|---|---|
| servicelinks.patch | 1.69 KB |

#1
looks good except for one line
+ $links['service_links_technoratifave'] = theme('service_links_build_link', t('Technorati Favorite'), "http://technorati.com/faves?sub=addfavbtn&add=$url", t('Add this post as a favorite on Technorati.'), 'technorati.png', $nodelink);
image path needs to be /images/technorati.png. other than that this looks good for me in D 6.12
#2