I created a similar module based on jQuery and the solution of the page.
Demo available at www.wysyp.com as soon as it prepared to test the module provides


![]() |
| | Thread Tools |
MooTools Digg-like Share | |||||||
|
Developed by Yankidank Developer Last Online: Feb 2012
This module is based on David Walsh's Digg-Style Dynamic Share Widget Using MooTools article. It will add a share link to the bottom of your posts that acts like Digg's share button. A demo of the David Walsh method can be seen here. I have made a few modifications to the original code, the largest change is that the Facebook link directs through fb-share-control.com. I did this because Facebook does not allow you to input title and description fields manually without a little hacking. fb-share-control.com offers a simple way for me to pass this data through, so I used them to fill in the title, url and description fields automatically. ![]() Installation Instructions
Download Now
Screenshots License Agreement Creative Commons Attribution-Noncommercial-Share Alike LicenseYou are free to Share and Remix this work under the following conditions: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). You may not use this work for commercial purposes. If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one. Show Your Support
|
Similar Downloads | ||||
| Download | Developer | Category | Replies | Last Post |
| Multi Social Bookmarking Reload | godgod | Free Modules | 15 | 08:26 PM 11-25-2011 |
| Comments |
| |||
|
I created a similar module based on jQuery and the solution of the page. Demo available at www.wysyp.com as soon as it prepared to test the module provides |
| |||
| how can I remove twitter?
|
| |||
|
How to place link 'Add too' somwhere else than I have it now?
|
| ||||
|
This uses the the pligg 1.0 template hook framework. If you look at line 13 of /modules/mootools_share/mootools_share.init.php it's setting the link in tpl_pligg_story_tools_end. You can find the template hook chart here. For example if you wanted to move the link to the sidebar you would edit line 13 from Code: module_add_action_tpl('tpl_pligg_story_tools_end', mootools_share_tpl_path . 'mootools_share_link.tpl'); Code: module_add_action_tpl('"tpl_pligg_sidebar_start', mootools_share_tpl_path . 'mootools_share_link.tpl'); Also note that if you were to move it into the sidebar you will only want it to appear on story pages. . Wrap the .tpl file in Code: {if $pagename eq "story"}
<--- paste in the contents of mootools_share_link.tpl ---->
{/if} Last edited by chuckroast; 12-26-2009 at 08:13 PM. |
| |||
| chuckroast: your idea of placing module is really smart, but I can't afford it in my case. I can put link in many positions (as in attachement), but not in this which is needed. Is it possible to add code directlty to place where should it be, which will be generating link?
|
![]() |
| Tags |
| bookmark, digg, mootools, share |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MooTools Textarea | Yankidank | Free Modules | 20 | 09-07-2010 11:35 PM |
| Share to Facebook | ZeroHoursOfSleep | Questions and Comments | 12 | 12-10-2009 05:11 AM |
| [SOLVED] vote it! plugin for wordpress like the digg it one | filippodb | Questions and Comments | 4 | 07-25-2007 08:46 AM |
| The madness of crowds. Digg down! | smoochr | Questions and Comments | 3 | 05-03-2007 02:39 AM |
| Simultaneous submission to digg | jitgos | Questions and Comments | 1 | 08-16-2006 06:26 PM |