This plugin inserts a button/link to facilitate subscibing to a number of news reader or page indexing sites.
| General Plugin info | |
|---|---|
| Author: | Frank Truscott |
| Current Version: | 0.3.01 |
| Download: | NP_RSSButtons.zip (including the buttons, 32KB) |
| Code: | Code |
| Demo: | Example |
| Forum Thread: | here |
Insert in the skin, where you want the icon button to appear:
<%RSSButtons(buttonname)%>
where buttonname is one of the following:
Example:
This is the code used to display all buttons in the sidebar of the default skin:
<%if(skintype,error)%><%else%> <%if(skintype,member)%><%else%> <div class="sidebar"> <dl class="sidebardl"> <dt>Subscribe </dt> <dd><%RSSButtons(rss)%><br /> <%RSSButtons(xml)%><br /> <%RSSButtons(google)%><br /> <%RSSButtons(delicious)%><br /> <%RSSButtons(yahoo)%><br /> <%RSSButtons(bloglines)%><br /> <%RSSButtons(newsgator)%><br /> <%RSSButtons(msn)%><br /> <%RSSButtons(feedster)%><br /> <%RSSButtons(aol)%><br /> <%RSSButtons(furl)%><br /> <%RSSButtons(rojo)%><br /></dd> </dl> </div> <%endif%><%endif%>