| Author |
Topic Search Topic Options
|
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
Topic: Social Bookmarking Links for WW NewsPad 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
|
 |
123Simples
Senior Member
Joined: 08 July 2007
Location: United Kingdom
Status: Offline
Points: 1192
|
Post Options
Thanks(0)
Quote Reply
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
|
|
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
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 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.
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
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
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
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.
|
|
|
 |
iSec
Senior Member
Joined: 13 February 2005
Status: Offline
Points: 1140
|
Post Options
Thanks(0)
Quote Reply
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
|
 |
Scotty32
Moderator Group
Joined: 30 November 2002
Location: Manchester, UK
Status: Offline
Points: 1682
|
Post Options
Thanks(0)
Quote Reply
Posted: 13 February 2009 at 8:30pm |
Ok, I've done a Social Bookmarking mod for Web Wiz Forums, you can download it on that page. You can recommend other bookmarking and social networking sites in this thread on my forum.
|
|
|
 |
pamela
Newbie
Joined: 07 July 2009
Status: Offline
Points: 4
|
Post Options
Thanks(0)
Quote Reply
Posted: 07 July 2009 at 10:36am |
|
hey scotty i appreciate your effort thanks!
|
 |