This is a forum to suggest new features for mojoPortal.
Add To Any Button:
I customized it so that it will pull the url and title dynamically from w/e page it is dropped on.
<a class="a2a_dd" href="http://www.addtoany.com/share_save?linkname='javascript:(document.title;)'&linkurl='javascript:(top.location.href;)'"> <img src="http://static.addtoany.com/buttons/share_save_171_16.png" width="171" height="16" border="0" alt="Share/Save/Bookmark"/> </a> <script type="text/javascript"> a2a_linkname = document.title; a2a_linkurl = top.location.href; a2a_onclick = 1; a2a_show_title = 1;</script> <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"> </script>
I figured out how and where to add it in myself, just thought I would share. I was looking around for other template suggestions, just could not spend a ton of time looking into these this morning.
NVM Joe, I used the AddThis.com feature you already had built into the site.
Actually, in the works is the ability to create/edit templates in the UI and store them in the db, coming soon.
Best,
Joe
Wicked. That pretty much meets or exceeds what I wanted.