Page 1 of 1

LinkWithin plugin - how to implement?

Posted: Tue Jul 07, 2009 7:56 pm
by budgetbabe
has anyone had any success installing the LinkWithin (http://www.linkwithin.com) widget in serendipity? i tried dropping the code in my blog's index.tpl file as directed by the LinkWithin peeps but it broke my entire page (blank page when i tried to preview).

i think LinkWithin could help keep visitors on your site longer as it offers related stories with image thumbnails :)

Re: LinkWithin plugin - how to implement?

Posted: Tue Jul 07, 2009 8:17 pm
by sonichouse
I added the code within a HTML nugget (serendipity_event_page_nugget) and it did not break my site.

However, it did not produce any output either :lol:

Set the nugget to insert at end of page, and turn off markup transformations.

Best of luck.

Re: LinkWithin plugin - how to implement?

Posted: Tue Jul 07, 2009 11:41 pm
by budgetbabe
OMG it worked! as you suggested, i simply added the code in an html nugget at the end of the page, no mark-up transformation, and voila, it's there. (www.thebudgetbabe.com in case you want to see it in action)

Thanks!!