Brock Bearchell
Forum Replies Created
-
Forum: Plugins
In reply to: [Click & Tweet] Fatal error when activating the pluginHey @chevindu,
What version of php are you currently running? It may be that you have an older version of php that doesn’t recognize “[“.
Thanks again for using the plugin.
Sorry you seem to be having issues with it. We actually just increased the minimum php requirement. See if updating php solves any of the issues you’re experiencing.Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesHey katalonian,
I was able to replicate it using the AddToAny share buttons but it seems the problem is on their side. We use Twitter’s suggested implementation and we check to see if another instance of the same implementation is in place before allowing our code to work.
if (window. __twitterIntentHandler) return;
^ here we are checking to see if there is a twitterIntentHandler before we create a window, but it seems AddToAny is implementing twitter in their own unique way.
You would need to contact them to see if they can figure out a fix on their side since they have specific implementation. Thanks again for checking out the plugin!Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesThanks for the quick reply! I was able to see the issue you were having on your site but I was not able to replicate it locally. It could be that one of the other plugins you have installed could be causing an interference. Could you try deactivating your other plugins and see if that fixes the issue? Then reactivate them one by one to figure out which one is causing the issue.
Forum: Plugins
In reply to: [Click & Tweet] Tweet windows opens two timesHey katalonian, sorry for the delay. I am having trouble replicating your issue, can you send me a url to where you are having issues. Also, are you currently using the latest version of WordPress? There is also a chance that another plugin is causing a conflict.
Forum: Plugins
In reply to: [Click & Tweet] Small errorMarking this as resolved.
Forum: Plugins
In reply to: [Click & Tweet] Small errorSorry for the long response. We went ahead and updated the spacing at the beginning of the inline tweets as well as fixed the error on your first post. Thanks again for using the plugin and throw us a rating if you like it!
Forum: Plugins
In reply to: [Click & Tweet] Small errorThanks for checking out the plugin and posting some feedback! We will definitely take a look at this and see what’s going on. Thanks again!
Forum: Plugins
In reply to: [Click & Tweet] Suggestion and a minor problemSorry we didn’t respond to you sooner.
We were unable to reproduce your issue with the tweet box not rendering, can you provide more details so we can better solve your issue? As far as the different text, there are filters available under the docs, the one you need specifically is the call to action text. Thanks again Adrian!