Expression Engine Share This! Plugin Version: 1.1.0 Author: Lars Kirchhoff', Website: http://www.lars-kirchhoff.de/', Description: Creates a layer with different links to link/blog aggregators like digg, technorati, etc.', ---------------------------------------------------------------------- Installation Instructions 1. Unzip the zip file in your plugins directory. 2. Add a link to the css and the js files in your global header to be available on all templates. Alternatively you can please the code of these three files in one of your existing templates. 3. Place the plugin code within your templates 4. Put the icons in “/images/share_this/” in your httpdocs directory. If you have/want it in a different location you need to edit the css. Parameter entry_id ID for the blog entry. link_title Title text for the Link to open up the layer. Default is "Share This!" title Title text for the syndication links. If no title is given it will be fetched from the database. bodytext Some services allow the submission of short abstracts. This paramater can be used to set the abstract, otherwise it will be fetched from database from the body field. All values will be cut after 255 characters. url The url parameter is used to set the url for the full text article or permalink. This parameter should be set, when the plugin is used on index pages, otherwise the index page url will be fetched from database. orientation This parameter allowes you to control where to display the layer [top|bottom]. exclude By default all available syndication options will be displayed. This option allows you to exclude the options you don't like to have to be displayed. You can exclude multiple options in a comma separated list. This are the options: delicious, digg, furl, netscape, yahoo, technorati, google, newsvine, blinklist reddit, blogmarks, magnolia, live, tailrank, mister wong, stumbleupon Examples Basic {exp:share_this entry_id="{entry_id}" url="{title_permalink={my_journal_group}/comments}"} Advanced {exp:share_this entry_id="{entry_id}" title="{title}" url="{title_permalink={my_journal_group}/comments}" link_title="Share this!" bodytext="This is an article about plugins" orientation="top"} Full {exp:share_this url="{title_permalink={my_journal_group}/comments}" title="{title}" entry_id="{ entry_id}" orientation="top"} {exp:email:tell_a_friend charset="utf-8" allow_html='n'} tell-a-friend form {/exp:email:tell_a_friend} {/exp:share_this}