|
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.
|
|
I'd like to add the AddThis button to the top of each of my posts (by default its at the very bottom). The AddThis forum doesn't support customizing button placement in wordpress (see http://www.addthis.com/forum/viewtopic. … amp;t=5552 ).
I think I need...
Started by oneononemedia on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at arrastheme):
I want to position the AddThis tool at the top....
I can't get the positioning quite right.
However, the AddThis( 'addthis_widget' ); ?> in your template.
I changed the position of custom fields to before the post content .
Section.
|
Ask your Facebook Friends
|
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.
|
|
I have added AddThis to vcard and on click to like button, it likes all entries. Is there way to like only selected entry?
Answer Snippets (Read the full thread at addthis):
I tried added the like ....
However, what I wanted is facebook like instead of share .
I already have added the facebook share on the vcard .
Do you only want to share a link to the vcard? Sorry if I wasn't clear .
I'm afraid I don't understand the question.
|
|
Hi - I have the Tell a Friend setup on my site via AddThis and it works great. I'm wondering if there is a way to make this only show up on the product detail pages?
Started by John Robb on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at ecwid):
In this case you will need to add; Ecwid.OnPageLoad.add(function(page....
For example, you have added AddThis code accordinf our knowledge base article inside elenent with ID = "ecwid_addthis".
Create javascript code using our Javascript API.
|
|
Hello,
After searching this for hours(and no results..) I decided to try asking here.
From what I understand the only way to use the addthis share button is with javascript.
I was wondering if it's possible with iframe. For example I have a facebook like...
Answer Snippets (Read the full thread at addthis):
Please direct all support requests.
Please direct all support/textbooks/accounting This forum is now for discussion of AddThis.
This forum is now for discussion of AddThis.
Flexibilty would be great.
|
|
I have a website knows as http://www.websitevaluefinder.com . It is created using joomla cms. My question is how can i add the addthis code in my joomla website.
Answer Snippets (Read the full thread at addthis):
If anyone.
I am also facing trouble in installing addthis in my joomla.How can i get rid of it? I have the same problem as well.
Locate any share tools for the Hubpages platform, from the Addthis site...
|
|
Extension add link "Share" in every posts and buttons Google +1 and Twitter counter for first message in topic.
PunBB 1.4
fancy_addthis-0.8.zip
Screens
Started by dimkalinux on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at informer):
I can see that :
forum_config_add('o_fancy_addthis_button_facebook', '0');
why if we can't use fB ico.
|
|
Hi there,
I am creating a wordpress theme form scratch, and I want to include the AddThis support, where the user has the ability to show or hide the AddThis buttons after/before each post. But it seems like the automatic customization works with only...
Answer Snippets (Read the full thread at addthis):
Please have a look at the following documentation for more details : AddThis the number of charecters shown, ....
Hi Arya,
We already have the AddThis plugin for WordPress for users who want to show AddThis buttons on WordPress posts.
|