How to use RSS Feeds

 

RssPageLinkWidget

Page history last edited by clif 1 yr ago

Adding Seanmac's Page Link Widget

 

From this forum post:

http://forums.pbwiki.com/viewtopic.php?p=24195#24195


Excellent. Hadn't realised you could do this. Here's my implementation of it using the nifty little addPILink from the widget library. Just put the following code in your sidebar and you will get a little button under page information in the footer.

 

Code:

<script type="text/javascript" src="http://widget.pbworks.com/f/widget_lib.js"></script>

(best put this at the top of the page)

 

Code:

<script> widget.addPILink("RSS page feed","/rss.php?page=" + widget.pageName,"title="Clicking on this link will give you the RSS feed for this page only""); </script>

 

 

Enjoy,

 

Seanmac


 

Here's what it looks like.

 


Comments (0)

You don't have permission to comment on this page.