|
Basically, this is what I'm doing. User visits site, loads "index.html" Within index.html, it automatically loads, through AJAX, "details.html" into a DIV. I put an ADDTHIS button on "details.html". However, for some reason , the roll-over doesn't work...
Started by alex on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
John&location=Boston", success: function(){ $('.addthis_button').hover( function(){ //do mouse over },function(){ //do mouse out }); } });
you can also try
$('.addthis_button').live('mouseover',function(){//do mouseover}); $('.addthis....
|
|
If you view this page http://www.herkimer.edu/news/view/community_members_complete_jointly_offered_machine_operator_training_progra/
You'll notice a green bar (screen-shot: http://grab.by/1msh ) at the very top. It has something to do w/ the addthis widget...
Started by Brad on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
But try adding this code AFTER the AddThis button code:
<script type="text/javascript"> var addthis.
|
|
Every day I find more sites using social media sharing tools such as AddThis . I love the idea - click on the little button and the link gets posted to Facebook, Twitter or Digg.
But, I am required to provide my sign-in credentials. There is no way that...
Started by MichaelKay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The only way you could know for sure would be to able to inspect their... .
If you want to use these services you have to trust that they aren't going to misuse your data .
No, you're not missing anything - I think you've summed up the problem in a nutshell .
|
Ask your Facebook Friends
|
Dinh Thanh
Add AddThis button to SharePage (version 1.0) - Add Addthis button to share buttons section
Using TMS or add these code to share_page template below <xen:hook name="share_page_options"> :
Code: <xen:hook name="share_page_options">...
Started by Dinh Thanh on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at xenforo):
How do I make a TMS template of this code? .
Great add-on.
|
|
Ive changed the code to this...
Code: <div class="addthis_default_style">
<a class="addthis_button_compact"><?php echo $text_share; ?></a>
<a class="addthis_button_email"></a>
<a class="addthis_button_print">&...
Started by geekyram on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at addthis):
|
|
I can't see the addThis buttons on my website on IE8 and lower.
Look at the screenshot.
Started by pimgodding on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at addthis):
|
|
I want to have the addthis widget available for my users, but I want to lazy load it so that my page loads as quickly as possible. However, after trying it via a script tag and then via my lazy loading method, it appears to only work via the script tag...
Started by Keith Bentrup on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To determine that addthis uses a combination of the mentioned doscroll method, timers.
|
|
2 questions about my addthis module:
1- In my website, in front of the addthis list is Wordpress, Bebo,Buzzy...refer below Img, how to make Facebook, Twitter & Linkdein in front by default in front of the list?
2- How to add our own blog/forum of the ...
Started by justinconcert on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at addthis):
|
|
I have setup addthis to my index.html
I have used html center tag, and it just will not center on the page.
any help would be appreciated.
You can see it here.
http://www.advertisingboard.com
Started by dscurlock on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at digitalpoint):
Center tag does not seem to affect addthis, but I did try it, but it was a bad turn out, not sure....
Try to add <center> tag after your body tag like from there, but that did not work .
Would just like to center addthis...
With errors...
|
|
As per a request I am currently looking at replacing the default share_page functionality with AddThis rendered buttons, that look like this:
I have been using a combination of code from the addthis_ajax functionality and code available via the AddThis...
Started by Yorick on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at xenforo):
Appearance -> Templates -> addthis_ajax
Replace:
Code: XenForo.loadJs("http://s7.addthis.com.
|