Hi,
Lately tagging has been widely used by many net users and it would definetly be a good idea to have some kind of features like letting the reader of the post tag/bookmark it to either digg/delico.us/technorati(cosmos)/...give an ability to submit to slashdot and likewise.
For an example take a look at posting here ....
http://elamb.blogharbor.com/blog/_archi ... 47936.html
Can someone help us with it ???
[Request] Plugin for tagging the posts
-
Col. Kurtz
- Regular
- Posts: 450
- Joined: Thu May 26, 2005 10:43 am
- Location: Bonn, Germany
- Contact:
there is a tag plugin, but I dont think this has the link to technokrati/etc. feature-
http://cvs.sourceforge.net/viewcvs.py/p ... t_freetag/
http://cvs.sourceforge.net/viewcvs.py/p ... t_freetag/
Marc
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Yes, technorati-Links are just links that could be put into your entries.tpl template. But of course the tagging plugin could also include those.
If anyone gives me the links that are required, I'll patch it into the freetag plugin.
Regards,
Garvin
If anyone gives me the links that are required, I'll patch it into the freetag plugin.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
For technorati tags, all that is required it to use a special rel tag. For eg f you want to tag FLASH this is how the link should look like
offcourse you can add a technorati image next to it as well like below
For Technorati Search, you link it like this
For getting the digg link
you will need to download the digg favicon
and insert the image
Pretty easy to add to ur entried.tpl. let me do that and I'll post it here.
one more thing. the {entry.link} smarty tag doesn't have the whole url. I'm using
and it shows this
it doesn't have my host name (http://myschizobuddy.com/). Any ideas. I know i can add it manually, but that will make it url specific. IS there is a smarty tag that has the complete url.
Code: Select all
<a href="http://technorati.com/tag/FLASH" rel="tag" title="view the technorati tag : FLASH">FLASH</a>Code: Select all
<img src="http://technorati.com/pix/icn-talkbubble.gif" width="11px" height="10px" border="0" alt="view the technorati tag : FLASH" />Code: Select all
<a href="http://technorati.com/cosmos/search.html?url=POST_URL><img src="http://technorati.com/pix/icn-talkbubble.gif">Technorati</a>Code: Select all
<a href="http://www.digg.com/submit" target="_new"><img src="/digman.gif" >Digg it</a>
and insert the imagePretty easy to add to ur entried.tpl. let me do that and I'll post it here.
one more thing. the {entry.link} smarty tag doesn't have the whole url. I'm using
Code: Select all
http://technorati.com/cosmos/search.html?url={$entry.link}Code: Select all
http://technorati.com/cosmos/search.html?url=/index.php?/archives/30-MSN-a-cuss-word.html-
MySchizoBuddy
- Regular
- Posts: 340
- Joined: Sun Jun 12, 2005 5:28 am
