Search found 52 matches

by Panther
Sat Feb 20, 2021 7:43 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 6236

Re: How add a sharing button on Static pages ?

Now it works, this is because I didn't use static.tpl (as you), but I used another file.
I've read again your post to understand where was my error.
Thank you very much to all.
by Panther
Sat Feb 20, 2021 4:26 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 6236

Re: How add a sharing button on Static pages ?

On the plugin you made last year, I did add a thing on how to make it work on static pages. The same change will work here. Please see this post: https://forum.flatpress.org/viewtopic.php?f=4&t=144&start=10#p453 Hi, I have tried to modify in: <a href="http://www.facebook.com/sharer.php...
by Panther
Fri Feb 19, 2021 6:43 pm
Forum: General Support
Topic: How add a sharing button on Static pages ?
Replies: 9
Views: 6236

How add a sharing button on Static pages ?

If I want to add a sharing button (like Facebook or Twitter, Whatsapp, etc....) on entries (articles) I have to add a code like this on entry-default.tpl: <a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank"><img s...
by Panther
Thu Feb 04, 2021 7:52 pm
Forum: Plugin support
Topic: Sharing buttons
Replies: 22
Views: 32987

Re: Sharing buttons

This is the final list of sharingbuttons.....maybe.....with all buttons working. Only button copylink is working with Addtoany (if someone knows how use without AddtoAny) <script async src="https://static.addtoany.com/menu/page.js"></script> <div class="a2a_kit a2a_kit_size_32 a2a_def...
by Panther
Thu Feb 04, 2021 12:02 am
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 5838

Re: Addtoany round sharing buttons

Added copy link button In line: <div align=left> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank"> <img src="/Immagini/facebook.png" b...
by Panther
Wed Feb 03, 2021 11:19 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 5838

Re: Addtoany round sharing buttons

I've added copylink button. <div align=left> <a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank" style="text-decoration:none"> <img src="/Immagini/facebook.png" border="0" alt="F...
by Panther
Fri Nov 06, 2020 9:58 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 5838

Re: Addtoany round sharing buttons

This is for Computer version with Flipboard button working now. <div align=left> <a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank" style="text-decoration:none"> <img src="/Immagini/facebook.png&qu...
by Panther
Thu Nov 05, 2020 9:48 pm
Forum: Plugin support
Topic: Addtoany round sharing buttons
Replies: 4
Views: 5838

Addtoany round sharing buttons

If you want use addtoany sharing round buttons on Flatpress, you can insert this in header.tpl file between <head> and </head> <head> <script async src="https://static.addtoany.com/menu/page.js"></script> {literal} <style> .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>spa...
by Panther
Wed Nov 04, 2020 10:28 pm
Forum: Plugin support
Topic: Sharing buttons
Replies: 22
Views: 32987

Re: Sharing buttons

New Version withf Flipboard icon (works only on smartphone, not on desktop)......I don't know why. If someone has a solution, can write it here: <div align=center> <a href="http://www.facebook.com/sharer.php?u={$id|link:post_link}&title={$subject|tag:the_title}" target="_blank&quo...
by Panther
Wed Oct 07, 2020 9:50 pm
Forum: General Support
Topic: Using WinSCP for FlatPress Backup
Replies: 3
Views: 5057

Re: Using WinSCP for FlatPress Backup

I use this method using linux as my operating system Install program w3m on your operating system 1)Create a file called mybackup.php <?php #$data = date ("dmY"); $tar = "tar zcvf"; $backup = "backup.tar.gz *"; $stringa = $tar. " " .$backup; $cancellazione = &...