mac2net
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Post Manager] Interesting plugin but…Thanks Nick.
I rephrase my inquiry now that I have more info about the plugin.
Forum: Plugins
In reply to: [Twitter posts to Blog] DuplicatesThis is useful code I think I saw in Ozh’s plugin that creates links from hashtags and @ mentions in a tweet.
$str= preg_replace("/(?<!a href=\")(?<!src=\")((http|ftp)+(s)?:\/\/[^<>\s]+)/i","<a href=\"\\" target=\"blank\">\</a>",$tweet->text); $str = preg_replace('|@(\w+)|', '<a href="https://twitter.com/$1">@$1</a>', $str); $str = preg_replace('|#(\w+)|', '<a href="https://search.twitter.com/search?q=%23$1">#$1</a>', $str);
Forum: Plugins
In reply to: [Twitter posts to Blog] DuplicatesGreat so far.
Running the plugin unmodified on 3.51
Now I am going to test it on 3.6 beta 3 with my mods.Forum: Plugins
In reply to: [Twitter posts to Blog] DuplicatesYes thanks.
I think it is working better now.May I make a suggestion:
I think the “Next Items” feature is a bit confusing.
It’s supposed to be a spooler when the number of tweets uploaded are higher than the “Items at a time” setting?I suggest that you add some diagnostics to the page with more info about the tweet like tweet ID and time. You could add it to the author column.
Cheers
Forum: Plugins
In reply to: [Twitter posts to Blog] DuplicatesI am working with a variety of 4:
epub3, epub, idpf and ereaders hashtags.Forum: Plugins
In reply to: [Twitter posts to Blog] DuplicatesI am still testing. I am not 100% it’s not working.
There maybe 2 other possible sources for the problem:
- Autopost next items seems to still have old stuff
- The twitter api may be screwed up
I am going to let it run for a few hours.
Cheers
Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin is dead – twitter api killedYes, great and thanks. It’s working.
Just changed read to r-w, no callback or sign in with twitter.You should add the above image to your plugin!
Clarifying 3rd party configuration to users will save you lots of support time.
Configuring a twitter app is now the barrier to someone enjoying your plugin.
You want to make it as easy as possible to do it.Thanks again.
Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin is dead – twitter api killedYes – re-entered
Consumer Key
Consumer Secret
Access Token
Access Token SecretBTW in your config page, Access Token Secret is mislabeled Consumer Secret.
Do I need a callback url or to change the app from read only?
In a quick look at the hooks from this in your code I didn’t see any errors.
Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin is dead – twitter api killedYes – re-entered
Consumer Key
Consumer Secret
Access Token
Access Token SecretBTW in your config page, Access Token Secret is mislabeled Consumer Secret.
Do I need a callback url or to change the app from read only?
In a quick look at the hooks from this in your code I didn’t see any errors.
Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin is dead – twitter api killedI got this error in the log:
PHP Fatal error: Cannot use object of type stdClass as array in /../wp-content/plugins/twitter-posts-to-blog/functions.php on line 24
Perhaps the oauth is not configured properly.
The only thing i can see is it shouldn’t be “Read Only’ or maybe the app requires a callback url? I double checked all the tokens and keys.Forum: Plugins
In reply to: [Twitter posts to Blog] Plugin is dead – twitter api killedGreat!
Sorry I didn’t realize the search api required oath.
I leave this topic open so others will know instead of reposting the same problem again.
Forum: Plugins
In reply to: [Coming Soon / Maintenance mode Ready!] Better documentation neededwesolved
Forum: Plugins
In reply to: [Frontend Uploader] Form customizationHi Rinat
I am using this with the P2 theme as part of an internal management process.
For me, the simpler the form the better. I had a hard time slimming down the description box, but I eventually figure out the CSS.
After uploading, I see the file(s) in the post with the “List Related Attachments” plugin.
Cheers
MikeForum: Plugins
In reply to: [Genericon'd] Using in menu questionsGreat!
I go back to the days of fontographer which was one of the first non-QuickDraw vector drawing programs for the Mac.Forum: Plugins
In reply to: [Genericon'd] Using in menu questionsYes thanks, I’ve been fiddling and done well applying them to a theme in a few hours, including post formats.
Still, I can’t see how vector graphics can be optimized for any particular size beyond “it bigger than very small”, especially with the crazy screen resolutions these days. The Automatticians should review this and their anti-alias recommendations.
For example this is the code for a quote mark:
<glyph unicode="" d="M384 640l128 768h512l-256 -768h-384zM1152 640l128 768h512l-256 -768h-384z" />
Cheers
Mike