Page 1 of 1

HELP !!

Posted: Mon Jul 23, 2007 10:05 pm
by woocha
To be more specific, I want to add a few lines to it/ Ti want to add in these lines when someone vies an article.

Code: Select all

<div style="display: table; width:100%; border: 0px solid; float: left; margin-left: 0px ; margin-right: 0px; border-color: #D4D0C8; font-size: 14px;">
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://del.icio.us/post?url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/delicious.gif" border="o"><br>del.icio.us</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://digg.com/submit?phase=2&url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/digg.gif" border="o"><br>Digg it</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://ma.gnolia.com/bookmarklet/add?url=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/magnolia.gif" border="o"><br>ma.gnolia</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?t=<$MTEntryTitle$>&u=<$MTEntryPermalink$>"><img src="http://www.xxxxxx.com/images/yahoomyweb.gif" border="o"><br>Yahoo MyWeb</a>
</div>
<div style="display: table-cell; width:19%; text-align: center; float: left;">
<a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<$MTEntryPermalink$>&title=<$MTEntryTitle$>"><img src="http://www.xxxxxx.com/images/google3.gif" border="o"><br>Google</a>
</div>
</div>
This way people can save the article to the favorites.

Any thoughts would be really appreciated.
Thanks

Posted: Mon Jul 23, 2007 10:14 pm
by stm999999999
for your purpose: have a look at serendipity_event_findmore-plugin!

Show links to services like Digg, Technorati, del.icio.us etc related to your entry.

Posted: Mon Jul 23, 2007 10:40 pm
by garvinhicking
(Otherwise you change those things in the 'entries.tpl' template file. If your template doesn't have one, copy the default/entries.tpl file into your directory)

Posted: Tue Jul 24, 2007 12:05 am
by woocha
AWESOME !!

Thanks ofr the tips guys