Auto shoow all icons

Posted in: Newspaper
Post count: 91

Hello, I want to show all the share icons automatic.

http://prntscr.com/n513at

User don’t need to click in the “plus” button to colopse.

Thanks

Post count: 91

Whatssap icon wont appear on desktop too 🙁

Post count: 35449

Hi,

Some share buttons like Whatssap are hide on desktop and show only on mobile.
In order to achieve all share buttons in post you can use some single post templates from tagDiv Cloud Library for example single post template 29 -> https://www.screencast.com/t/2nEWawCqLM will show all share buttons in one line ( all share buttons that are for desktop ).

Thank you for your understanding!

Post count: 91

Thank you

Post count: 91

Hey, calin.

Can you help me to auto show icons in my custom template?

Check here please my example:

https://livecoins.com.br/como-construir-uma-blockchain-hyperledger-primeiros-passos/

I need to show icons without click on the plus button:
How I need:
http://prntscr.com/okv5d1

How is now:

http://prntscr.com/okv5jp

Post count: 35449

Hi,

In order to sow the share buttons you can sue this custom css -> http://prntscr.com/oldk2t
.single .td-social-sharing-hidden .td-pulldown-filter-list {
display: grid;
}
.single .td-social-sharing-hidden .td-social-handler{
display: none;
}

Hope this will help you!
Thank you!

Post count: 91

Hi Calin,

Awesome, Thank you very much!!!!

You are a GOD!

Do you know if is possĂ­ble to show Whatsapp icon on desktop? (a lot of people use Whatsappweb).

Post count: 35449

Hi,

Yes, you can show the whatsapp on desktop, all you need to do is to add a custom css
http://prntscr.com/ombasi
.td-social-whatsapp {
display: inline-block;
}

The code need to be set in Theme panel>Custom code>Custom css.

Hope this is what you need!
Thanks.

Post count: 91

Calin, Thanks Again.

Whatsapp appears, but when I click on it, nothing happens.

Its pointing to “whatsapp://send?text=URL”

Post count: 35449

Hello!

That is because this option is made for the mobile device that have the Whatsapp install, this will work only if the visitor on your website is connect to Whatsapp on desktop.

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.