AddThis Bookmark Button HELP!!

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
roderiko
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Thu Apr 19, 2007 6:38 pm

AddThis Bookmark Button HELP!!

Post by roderiko » Sun Nov 18, 2007 10:29 pm

HI...
I have a question about AddThis Bookmark Button,
i try to add this button to my content but don't apears.

please sonme one help me.

i download this from:  http://extensions.joomla.org/component/ ... Itemid,35/

sorry for my english!

jluyt
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Fri Oct 26, 2007 10:37 pm

Re: AddThis Bookmark Button HELP!!

Post by jluyt » Fri Nov 30, 2007 1:52 am

ditto - same problem here

User avatar
MarHaj
Joomla! Ace
Joomla! Ace
Posts: 1168
Joined: Fri Jun 30, 2006 5:24 pm
Location: CZ
Contact:

Re: AddThis Bookmark Button HELP!!

Post by MarHaj » Fri Nov 30, 2007 9:56 pm

Hi,
it maybe better to develop your own plugin/module.
It will take you several minutes.
I will show you how:
1. I suppose you have an account at AddThis.com
2. select the code from AddThis and copy-paste it to you notepad.
3. add some three programmers line at the beginning. Your script can look something like this:

Code: Select all

<?php
defined('_JEXEC') OR defined('_VALID_MOS') OR die( "Direct Access Is Not Allowed" ); //for both J1.5 and J 1.0.x
?>
<div align="center">
<!-- Drop down version-->
<script type="text/javascript">
  addthis_url    = location.href;   
  addthis_title  = document.title;  
  addthis_pub    = 'yourusername';     
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<!-- RSS channel-->
<a href="http://www.addthis.com/feed.php?pub=xxxxx&h1=http%3A%2F%2Fyoursite%2Findex.php%3Foption%3Dcom_rd_rss%26id%3D1%26Itemid%3D159&t1=" title="sometitle" target="_blank"><img src="http://s9.addthis.com/button1-rss.gif" width="125" height="16" border="0" alt="blablaagain" /></a>
</div> 
4. save it with php extension. E.g. addthis.php
5. upload it by ftp to your Joomla server. E.g. under images directory.
6. instal some extension that can include your script into the content or a module position. I am using Jumi for this purpose. Maybe because I am the developer. But you can find more extensions like this one.
7. Include images/addthis.php where you want.
8. The End

If you want to view the result you can find it at my pages (left menu bottom):www.vedeme.cz

If you need more detailed description or help ask me at the supporting thread here: http://forum.joomla.org/index.php/topic ... w.html#new
Last edited by MarHaj on Fri Nov 30, 2007 9:59 pm, edited 1 time in total.
MarHaj

jluyt
Joomla! Apprentice
Joomla! Apprentice
Posts: 34
Joined: Fri Oct 26, 2007 10:37 pm

Re: AddThis Bookmark Button HELP!!

Post by jluyt » Sun Dec 02, 2007 1:21 am

Thanks! thanks Thanks so much!!!!! It worked! After weeks of searching for a solution, I eventually got it.

Sincerely,
Justin


Locked

Return to “Extensions for Joomla! 1.5”