|
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});....
|
|
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 their new code http://www.addthis.com/web-button-select
I selected "no analytics" and I think they now.
|
|
Dinh Thanh submitted a new resource:
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...
Started by Dinh Thanh on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at xenforo):
|
Ask your Facebook Friends
|
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 .
|
|
I would like to move the "addthis button" to on top of the "send to friend" as attached.
may i know to do it ? Thanks Attached Files addthis.bmp 488bytes 675 downloads
Started by ladivito on
, 10 posts
by 6 people.
Answer Snippets (Read the full thread at prestashop):
Anyways I have....
And you)...
Is your AddThis button part of a module? And is the Send to a friend the PS default version?
I have and send to a friend modules I couldn't get the AddThis button to hook above these two modules...
|
|
I am running a mobile page with AddThis, which works fine on iPhone and Android, but the buttons are not showing on a BlackBerry Bold (not sure about other BBs).
http://flyer.retailcommon.com/TNF.php
Any ideas on what the issue may be?
Started by mompadaddy on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at addthis):
|
|
Several days ago ive made Sexy Bookmarks but my client said that its to much they want something small and simple.
then i decide to made this AddThis block. well ive try to made ShareThis too but the problem is ShareThis need a unique-id (got it when ...
Started by caparuni on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at prestashop):
Already ....
|
|
Unanswered: Using addthis share tool in sencha touch
Hi,
I am new to sencha touch & developing a sencha touch application where I need to use the addthis tool(share tool), what I am doing
{ xtype:'panel',
html:'',
height: 100,
listeners:{
'render': function...
Started by arpandhar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at sencha):
It is not an issue of my particular....
I'm using Sencha Touch 2 and when I try to paste AddThis code to my app the following when I tap any share button it becomes highlighted (like hover state) and nothing more happens.
With AddThis too.
|
|
Here's a very simple way to show the AddThis code to the bottom of your entries. Sign up for a free account here . Open ADV_DYNA_SHOWENTRY and find the following:
Code: <vb:if condition="$entry['showsignature'] AND $entry['signature'] AND $vba_options...
Started by angeljs on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at vbadvanced):
|
|
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):
|