None of them working
-
I have no idea why, but I have just activated the plugin and nothing shows up on my website… Follow, share, what’s next… nothing.
-
Actually, they are showing, but the “Recommended for you” sometimes send to the wrong post and I can’t control what buttons appear on the side (Follow). Disappointed…
@leonardogsouza: You can control Follow buttons from the plugin options, but not the order. Share buttons are selected and shown by AddThis server to maximize the interaction depending on the visitor.
You can control all of this and handpick the buttons and order from “Custom API Configuration” button on top right of Smart Layer options page. This is an advanced option and you may refer our support page for customization documentation.
Regarding recommended content being faulty, can you show me an example of that? We are eager to see what went wrong.
@orenbj Is the plugin currently active in your site? I can’t see the needed script in your page source.
Thanks a lot. I love your plugin and it works fine now!
Thanks for caring@kamillesaabre Good to hear that!!
srijith.v
I used the following code, and now it stopped working =/ what did I do wrong?
{
‘theme’ : ‘transparent’,
‘share’ : {
‘position’ : ‘left’,
‘services’ : ‘facebook, twitter, google_plusone,more’,
‘postShareTitle’ : ‘Obrigado por compartilhar!’,
‘postShareFollowMsg’ : ‘Siga o Zunkabitz’,
‘postShareRecommendedMsg’ : ‘Continue lendo:’
},
‘whatsnext : {
‘recommendedTitle’ : ‘Especialmente pra você’,
‘shareMsg’ : ‘Compartilhe! [x]’,
‘followMsg’ : Siga o Zunkabitz [x]’
},
mobile : {
‘buttonBarPosition’ : ‘bottom’,
‘buttonBarTheme’ : ‘transparent’
}
}Yes, the code had mismatch on (‘). The corrected one is:
{ 'theme' : 'transparent', 'share' : { 'position' : 'left', 'services' : 'facebook, twitter, google_plusone,more', 'postShareTitle' : 'Obrigado por compartilhar!', 'postShareFollowMsg' : 'Siga o Zunkabitz', 'postShareRecommendedMsg' : 'Continue lendo:' }, 'whatsnext' : { 'recommendedTitle' : 'Especialmente pra você', 'shareMsg' : 'Compartilhe! [x]', 'followMsg' : 'Siga o Zunkabitz [x]' }, mobile : { 'buttonBarPosition' : 'bottom', 'buttonBarTheme' : 'transparent' } }
You missed it here:
'whatsnext : {
and here:
'followMsg' : Siga o Zunkabitz [x]'
ops, sorry about the silly mistake.
Please note this screenshot: https://img607.imageshack.us/img607/8104/zkh2.png
1) Google+ is not showing up, why?
2) Remember about the recommended content being faulty? You see, instead of sending to another post, it sends to “https://www.zunkabitz.com/page/3/#at_pco=smlwn-1.0&at_tot=1&at_ab=per-3&at_pos=0” (page 3)
Thanks!
1. There is a limitation in the services which you can use in the share layer due to design. For google plus, please try ‘google_plusone_share’
2. Recommended content is working and lead me into an article when tried. It depends on the user, but still can you tell me a page from where the layer was showing the wrong link?
Still no Google+ =/ Don’t understand this limitation, I’m using only 4 buttons…
Recommended content is fine… I didn’t liked that showed a link to a page instead of a article, but it doesn’t bother me.
@leonardogsouza: From your site’s html source it looks like you have the non-custom api mode enabled. If you try this:
{ 'theme' : 'transparent', 'share' : { 'position' : 'left', 'services' : 'facebook, twitter, google_plusone_share, more', 'postShareTitle' : 'Obrigado por compartilhar!', 'postShareFollowMsg' : 'Siga o Zunkabitz', 'postShareRecommendedMsg' : 'Continue lendo:' }, 'whatsnext' : { 'recommendedTitle' : 'Especialmente pra você', 'shareMsg' : 'Compartilhe! [x]', 'followMsg' : 'Siga o Zunkabitz [x]' }, mobile : { 'buttonBarPosition' : 'bottom', 'buttonBarTheme' : 'transparent' } }
it should show the G+ sharing option as well.
Design constraint: The third party buttons like G+ will not gel with the other buttons in share layer by it’s design. That’s the limitation, not the count of services.
It worked now! Thank you, thank you so much!
Since you are being so helpful, I’ll ask this: how do I fix the FOLLOW buttons?
It is working now, I put the code:
‘follow’ : {
‘services’ : [
{‘service’: ‘facebook’, ‘id’: ‘zunkabitz’},
{‘service’: ‘twitter’, ‘id’: ‘zunkabitz’},
{‘service’: ‘google_follow’, ‘id’: ‘+Zunkabitz’},
{‘service’: ‘youtube’, ‘id’: ‘zunkabitz’},
{‘service’: ‘instagram’, ‘id’: ‘zunkabitz’},
{‘service’: ‘rss’, ‘id’: ‘https://https://feeds.feedburner.com/Zunkabitz’}
]
},but the problem is the position. It is on the top right and I’d like to fix this to closer to my logo..
Hi @srijith.v,
Thanks for taking the time to help, it is appreciated. I have installed version 1.0.5 of AddThis Smart Layers and activated it for my site.
Are there any further steps I need to take to get it to appear?Thank you,
Oren@leonardogsouza: Happy to see that!!
For follow styling, ‘at4-follow’ is the css class you need to look for. In your current theme, the following css will move it to bottom-right corner of your logo.
.at4-follow { right: 500px; top: 200px; }
Try adding it to your theme’s css file.
You may adjust the pixel value according to your liking.@orenbj: It should work straight away.
- The topic ‘None of them working’ is closed to new replies.