Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Tutorial: Adding Social Bookmarking LinksTutorial: Adding Social Bookmarking Links
Previous
 
Next
New Post
9/24/2007 5:44 PM
 

I have just posted a tutorial about adding social bookmarking links with Ventrian's News Articles module, however, the general concept would apply to any page.

Adding Social Bookmarking Links to Your Site


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
10/7/2007 9:39 AM
 

Great article, thanks! Actually i tried to do the the samo only with efficion articles. And i did it. Only with Javascript. If anyone is interested here is the code - you have to insert it in articledetailsstandard.aspx (or articledetailsbasic.aspx if you like). Here is the code:

<div class="socijala">
<span><a href="http://del.icio.us/post"
    onclick="window.open('http://del.icio.us/post?v=4&noui&jump=close&url='
        +encodeURIComponent(location.href)+'&title='
        +'(<%# lblTitle.Text %>)', 'delicious',
        'toolbar=no,width=700,height=400'); return false;">
 <img src="http://images.del.icio.us/static/img/delicious.small.gif" width="10" height="10" />
  Add to Del.icio.us
</a>
</span>

<span>
<script type="text/javascript">

url = window.location.href
kratko = url.substring(7)
digg_url = kratko;
</script>
<script src="http://digg.com/tools/diggthis.js"
    type="text/javascript">
</script>

<span><script>reddit_url = window.location.href</script>
<script>reddit_title='<%# lblTitle.Text %>'</script>
<script language="javascript" src="http://reddit.com/button.js?t=2"></script></span>

</div>

 

You can see it live at http://www.brazda.ba
Just click any article title and scroll bottom.

Cheers!

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityCommunity Membe...Community Membe...Tutorial: Adding Social Bookmarking LinksTutorial: Adding Social Bookmarking Links


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out