stitchkingdom
Forum Replies Created
-
Forum: Plugins
In reply to: [Heartbeat Control] No works on Multisiteconfirming this. I have both multisite and a single site install. the multisite (which unfortunately is the bigger need for this) continues to call admin-ajax every ~10 seconds (I suppose 15 seconds including the execution time) when idle. the single site which is hosted on same server appears to work just fine.
would love to see this fixed. I’m going to have to see if other plugins of this type work in the interim. Tho I suppose the long term better solution in my experience is just to avoid multisite altogether.
Forum: Plugins
In reply to: [BuddyBar Widget] Plugin cannot be activatedI’m answering only because I just managed to install this and it appears to have some potential over the built-in buddypress widgets…
There is a lot wrong with this package and a few ways to go about correcting it, but this may be the easiest if you’re tech savvy enough
1) Create a folder in the plugin’s directory called includes (at the same level as assets and classes)
2) Move class-activator.php class-deactivator.php and class-buddybar-widget.php into the includes folder
3) Rename class-activator.php to class-buddybar-widget-activator.php and class-deactivator.php to class-buddybar-widget-deactivator.phpand that should allow you to activate it
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Plug-in disappeared todaymarking as resolved
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Plug-in disappeared todayrealizing I had seen this error before, I applied the patch that I created before which turned off MU recognition. I was then able to get into the plug in and saw I was no longer registered and all my accounts were missing.
wish I knew how this happened. but hopefully re-establishing the accounts will make it work once more.
in my experience, it’s just easier/better to edit the Twitter template on that post before publishing to include the tags. It only affects that Tweet and you have complete control over it.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] custom URL Shorthener?I have suggested this many times and have been ignored. But I use the YOURLS plugin for WordPress and then have modified the SNAP script so that if the extended field has a YOURLS URL value, it will use that for %SURL instead
In NextScripts_SNAP.php, around line 605, my code looks like:
if (preg_match('%SURL%', $msg)) { $url=get_post_meta( $postID, '_yourls_url', true ); if($url=='') { $url = get_permalink($postID); $response = wp_remote_get('https://gd.is/gtq/'.$url); if ((is_array($response) && ($response['response']['code']=='200'))) $url = $response['body']; } $msg = str_ireplace("%SURL%", $url, $msg); }
Just note I’m a few versions behind since I have to make these and other changes repeatedly each time I update
Though it just occurred to me that my %HASH% for Twitter is superfluous since one could simply just modify the template to include any default tags and then manipulate it at add time as necessary.
I have still carried on my default tag(s) for Tumblr option as well as support for the YOURLS plug-in.
As for SU, their interface looks different today and it appears that they’ve removed tags altogether.
resolved
so I basically had to add
$nxs_isWPMU = false;
to the script to make it work.
it’s not an error per se, it’s a php setting which apparently they have enabled in development but not everyone else does. it’s better practice to not use the shorthand, but..
So as I said, I am on Immediately. It used to work but not since I upgraded, although as I thought about it, it stopped auto posting once I created the Facebook account. I may just try deleting the Facebook account and seeing the result.
It is on immediately.
the problem is that it isn’t auto-posting. those post entries came from me as manual posts. that’s why there’s a 5 minute difference between the posts and the auto-post message.
Just as a follow-up, I turned off autopost on Facebook and posted a new item and it went to G+ and Tumblr right away, although the G+ one is seriously messed up (just posts a link to the image instead of the article, but first time it’s happened)
I just recently turned off Wordbooker to use SNAP for Facebook and when I did, autopost no longer seems to work for anything (G+ and Tumblr). I can use the manual post button to post, but it’s a bit annoying.
So I think I’m having the same issue as above, except I am definitely using publish immediately (and it used to work for Tumblr and G+)