[pmwiki-users] Including Web Ring code

Patrick R. Michaud pmichaud at pobox.com
Tue Dec 20 15:40:16 CST 2005


On Tue, Dec 20, 2005 at 09:28:32PM +0000, Susan wrote:
> I'd like to have the following web ring code included in my PmWiki 
> site. It's a single-author site, so the permissions are all 
> locked-down tightly.
> 
> I'd prefer the code to be on my main page if possible, but I'm 
> open to ideas.

$WebRing = '
  <script language="javascript" type="text/javascript"
    src="http://ss.webring.com/navbar?f=j;y=cricketbeautiful;u=defurl">
    </script><noscript><center>
    ...
    </center></noscript>';

Markup('webring', 'inline',
  '/\\(:webring:\\)/',
  Keep($WebRing));


Then, place the (:webring:) markup on any page where you want
the webring code to be included.

Pm




More information about the pmwiki-users mailing list