Frank
Forum Replies Created
-
Forum: Plugins
In reply to: [Station Pro] NOT FREEI installed your new versions and it doesn’t do anything
What is this “redux-framework” and where do you get it?
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsWorks Great, THANKS!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Telegram LinkAHA! I get it. So the codes were the same (not including the variables) and that’s why it wasn’t working
Thanks
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsI did use the code you pasted
function addtoany_add_follow_services( $services ) { $services['telegram'] = array( 'name' => 'Telegram', 'icon' => 'telegram', 'color' => '2CA5E0', 'href' => 'https://t.me/zp_english_club/${id}', ); return $services; } add_filter( 'A2A_FOLLOW_services', 'addtoany_add_follow_services', 10, 1 );
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsOk I got it working
But now, virtually the same code won’t work for Telegram
when I try to active it I get
The snippet has been deactivated due to an error on line 2:
Cannot redeclare function addtoany_add_follow_services.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Telegram LinkI get an error in Code Snippet
The snippet has been deactivated due to an error on line 2:
Cannot redeclare function addtoany_add_follow_services.
Which is weird considering it’s pretty much the same code as for the Viber button.
I even took the viber code, edited it with the telegram info, and when I tried to activate it I get that error
- This reply was modified 3 years, 6 months ago by Frank.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Viber Channelok, i got it working.
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsWell I’m using the latest WordPress 5.8 with php7.4
is “${id}” part of the code or part of the viber link?
Forum: Plugins
In reply to: [AddToAny Share Buttons] Viber ChannelCode Snippet says the problem is with your code, not their plugin
`I did look into this, but did not come to a definitive answer. I don’t think that this error is coming from Code Snippets itself, as it doesn’t have anything to do with writing to files, and the error is clearly coming from evaluated code, not from the plugin.
Having said that, the code you quote does not have a line 73, so I don’t see how it’s coming from there either. My best guess is that the snippet you quoted is not the one causing the issue, and you have a different snippet that calls is_readable() on line 73 of the code.`
So now everyone is passing the buck and nothing’s getting solved
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsI don’t have any other snippets and this one is the only reason I installed your plugin. It was recommended by AddToAny.
And they say the error is with your plugin, not their code
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsSo I’m going to assume I won’t get any support for this
Forum: Plugins
In reply to: [AddToAny Share Buttons] Viber ChannelI don’t want to insert anything directly into a php file because I am sure I will have to do it every time the theme updates. I’ll let you know what Code Snippet says
Forum: Plugins
In reply to: [Code Snippets] Problem with AddToAny Share ButtonsAddToAny Share Buttons says the error is related to Code Snippets and not their plugin or the code I entered
I already contacted your support and received a reply
I’m not giving anyone admin privileges’ on my website so you can fix your problem. You should not need admin privileges’ on any website to fix your plugin
Doesn’t work with my Zeno stream either