Kiran
Forum Replies Created
-
After deactivating the plugin, the code snippet for AddThis buttons won’t be added anymore and the buttons won’t show up.
However, if you have added the AddThis code manually into the pages, they will continue showing up, as it is independent of the plugin code.
Can you share the url of your site, to look into it further?
Nice that you found a fix. But there is a solution with out tweaking the code for this.
Select the custom buttons and paste the button code in the textarea. In your case it will be –<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> <a class="addthis_button_tweet"></a>You can find more codes here
https://www.addthis.com/get/sharingForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Adding code to an Archive pageHi,
Nice to hear that the issue is resolved for you.
By the way, to get the latest version of AddThis UI, you can use 300 instead of 250, in case you are not aware of this.
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js"></script>Hi,
Please see if the below article solves your problem :-
http://www.addthis.com/help/flash-overlayKiran
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Adding code to an Archive pageThe code you specified generates the AddThis button linked to the current post id.
You might need to use a variation of the above code in your template to show the AddThis buttons linked to the URL (of the archive) of your choice.
do_action('addthis_widget', [permalink to the archive page], [title of the archive page], 'fb_tw_p1_sc');Hi,
You can find the full list of services here.
http://www.addthis.com/services/listAccording to my understanding the AddThis counter bubble itself cannot be mapped to a service name. You might need to use the custom button instead.
Here is the demo for the toolbox with AddThis counter bubble.
http://www.addthis.com/labs/toolboxYou might need to tweak the php code to generate the similar snippet as seen in the demo.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] AddThis cookiesHi,
I looked into the HTML source code of the homepage. The AddThis configuration values you added were not appearing.
This might be an issue with missing double quotes in the json string, that you added.
Can you try with the below AddThis config values instead?
{“data_use_cookies”: false, “data_use_flash”: false}Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Add This icons not showingGlad that it solved your issue!
Hi,
Unfortunately, this is a paid theme and hence cannot verify the working with AddThis plugin.
Themes need to use the_content() or the_excerpt() for displaying the content or the excerpt in home page with AddThis buttons.
From the demo, the home page of this theme displays excerpts, but need to make sure if that uses the_excerpt() method of wordpress.
Also verify that “Show AddThis on excerpts” is checked in the advanced settings of the plugin.
Regards,
KiranForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Add This icons not showing