- b2evolution CMS Support Forums
- b2evolution Support
- Plugins & Extensions
- Add "Bookmark this Post..." feature
1 laibcoms Feb 27, 2006 07:10
+--------------------------------------------------------------------------------------------------------------------+
| Bookmark this Post |
| by |
| Laibeus Lord (Laibeus@Laibcoms.com) |
| |
| |
| |
|Description: |
| |
| Adds an option for your readers to bookmark your posts with their favorite online bookmark service. |
| |
| 1) Blinklist |
| 2) blogrolling |
| 3) del.icio.us |
| 4) digg it! |
| 5) FARK |
| 6) Furl |
| 7) NewsVine |
| 8) reddit |
| 9) Simpy |
| 10) spurl |
| 11) wists |
| 12) Yahoo! My Web |
| |
|What are Social/Collaborative Bookmarking services? |
| |
| Social bookmarking is an increasingly popular way to locate, classify, rank, and share Internet resources |
|through the use of shared lists of user-created Internet bookmark, the practice of tagging, and inferences drawn |
|from grouping and use of such tags. |
| |
|References: |
|http://en.wikipedia.org/wiki/Social_Bookmarking |
|http://en.wikipedia.org/wiki/Collaborative_bookmarking |
| |
|Compatibility: Any skins of b2evolution. |
|Tested: b2evolution v0.9.1.0 (Dawn) - CrystalGlass skin |
| |
|Demo: http://gameshogun.info or http://gameshogun.ws |
| |
|Add-on Download: http://gameshogun.info/dls/Bookmark_this_Post.zip |
| http://gameshogun.ws/dls/Bookmark_this_Post.zip |
| |
|Support: http://forums.b2evolution.net/viewtopic.php?p=33797 |
| |
+--------------------------------------------------------------------------------------------------------------------+
Download here:
http://gameshogun.info/dls/Bookmark_this_Post.zip
http://gameshogun.ws/dls/Bookmark_this_Post.zip
See the live-demo at:
http://gameshogun.info
http://gameshogun.ws
* Free Images included.
Works best in conjunction with: [url=http://forums.b2evolution.net/viewtopic.php?p=33838]Tags Field[/url] mod.
Known Problems:
1) If the title has quotation marks ( "" ), it will not be properly parsed and as such the rest will also be terminated.
ie. Parsing of this -
<?php echo $Item->title; ?>
- will get terminated if there are quotation marks.
= Thus terminating -
<?php echo $Item->keytags; ?>
- as well during link generation.
Solution: auto-edit/filtration thru PHP code.
2) Other tagging services requires a comma or a space between tags - needs improvement - auto-edit via php code.
ie tag1, tag2, tag3 vs tag1 tag2 tag3
Solution: auto-edit/filtration thru PHP code.
3 jnix Sep 07, 2006 14:01
Just to say, I had to change the URL code to
<?php echo $Item->get_permanent_url(); ?>
rather than
<?php $Item->permalink(); ?>
as the permalink function doesn't seem to exist for me (v 1.8.1).
All works fine now.
4 laibcoms Sep 22, 2006 07:40
Yep. Changes in 1.8.1. ^_^
I merged the three mod I created into "Social Bookmarks" ( http://forums.b2evolution.net/viewtopic.php?t=8556 )
You may want to check it out.
:D
Updated.
Now with free images ^_^
Enjoy all!!