Social Bookmarking Links for WW NewsPad
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Suggestions
Forum Description: Do you have any ideas for applications or content on Web Wiz? Then leave your suggestions here.
URL: https://forums.webwiz.net/forum_posts.asp?TID=26968
Printed Date: 29 March 2026 at 3:12am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Social Bookmarking Links for WW NewsPad
Posted By: iSec
Subject: Social Bookmarking Links for WW NewsPad
Date Posted: 11 February 2009 at 9:54pm
I think it has become standard for an article management solution to have social bookmarking links at the bottom of an article. It would be nice to see them on WebWiz NewsPad:

------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Replies:
Posted By: 123Simples
Date Posted: 12 February 2009 at 12:43pm
I think this could be easily modified by editing the footer files as I did with one of our actual forums
------------- http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design
|
Posted By: Scotty32
Date Posted: 12 February 2009 at 6:55pm
Here is an basic example I've just done (I dont use it my self, so downloaded and posted this) which you can add at about line 312 on the "newsletter.asp" page.
<br/><table cellpadding="3" cellspacing="1" class="tableBorder" style="width: 100%; table-layout: fixed;">
<tr class="tableRow">
<td class="text"><strong>Bookmarks</strong>
<br/> <a href="http://www.stumbleupon.com/submit?url=<%=Server.URLEncode("http://www.yoursite.com/newsletter.asp?article=" & sarryNewsletter(4,0))%>">StumbleUpon</a>,
<a href="http://digg.com/submit?phase=2&url=<%=Server.URLEncode("http://www.yoursite.com/newsletter.asp?article=" & sarryNewsletter(4,0))%>&title=<%=Server.URLEncode(strNewsletterSubject)%>">Diggit</a> </td>
</tr>
</table> |
If you wish to add more or the icons, it should be easy to do, Simply copy and paste the URL from BBC for example and replace all the BBCs URL with the following:
<%=Server.URLEncode("http://www.yoursite.com/newsletter.asp?article=" & sarryNewsletter(4,0))%> |
You will need to also replace the part in red to reflect your site and directory.
For the Subject, again replace the BBCs title with the following:
<%=Server.URLEncode(strNewsletterSubject)%> |
If this is to complicated there is a service called http://www.addthis.com/" rel="no follow - Add This which you can add a bit of Javascript to your site (eg in the footer) and it will handle all the links and titles for you, as well as adding buttons for almost every bookmark / sharing platform there is.
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: iSec
Date Posted: 12 February 2009 at 7:34pm
Thank you guys ...
Scotty, nice job... I wonder if this can be done on the forum as well... would be cool.
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Posted By: Scotty32
Date Posted: 12 February 2009 at 8:37pm
I have it already on my own forum (hense how i was able to help), and recently considered releasing it as a mod.
If people are interested then I can probably have it done over the weekend.
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: iSec
Date Posted: 13 February 2009 at 7:17pm
Scotty32 wrote:
If people are interested then I can probably have it done over the weekend.
|
Why not! I'd add it to my forum... it would make the forum look nicer and give people an option to share topics else where on the web. Thanks in advance!
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Posted By: Scotty32
Date Posted: 13 February 2009 at 8:30pm
Ok, I've done a http://www.s2h.co.uk/wwf/mods/social-bookmarking/" rel="no follow - Social Bookmarking mod for Web Wiz Forums, you can download it on that page.
You can recommend other bookmarking and social networking sites in forum_posts.asp?TID=134" rel="no follow - this thread on my forum .
------------- S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins
For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .
|
Posted By: pamela
Date Posted: 07 July 2009 at 10:36am
hey scotty i appreciate your effort thanks!
------------- http://www.ticketfront.com/" rel="nofollow - Biggest Marketplace for Entertainment Tickets
|
|