lozanoleonardo
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] 'Get Shortlink' button goneFixed. I entered the correct username and key. At bitly site, go to Settings -> Advance -> Show legacy API key and there is the info the plugin is asking you.
I think the recommendation here is to add some kind of message when this values are sumministered wrongly to the plugin
Problem solved. I modified WP bitly according to the GAE documentation and worked.
Thanks
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] 'Get Shortlink' button goneSame problem for me. Also Jetpack does not pick the bit.ly url and posts the permalink.
Also, I want to suggest to user fopen instead of cURL. Google App Engine now hosts wordpress but cURL is not enabled and who knows if it will ever be. So GAE documentation recommends to use the standard PHP wrappers for HTTP(s) URLs like fopen.
https://developers.google.com/appengine/docs/php/urlfetch/
I downloaded your plugin and I had to modify it. But publicize still does not work.
WordPress now can be hosted in Google Cloud infrastructure but the environment is controlated. For instance, modules utilizing cURL don’t work as Google App Engine team disabled this lib and recommend to use streaming using an standard method.
Due to all this many plugins need to be modified in order to work on the platform.I write all the above becuase I’m having trouble to make work publicize and WP bitly. Although WP bitly first choice is cURL is carefully thought to fall back and use an standard method.
So, in theory Publicize should pick up WP bitly and post using this url shortener. Well, this is not happening to me and I hope someone could help me on this.
I’m on WP 3.6.1, have the latest of jetpack, Publicize is configured and previously working with wp.me. I tried having enabled and disabled Wp.me shortlinks and bitly never works. Full url is posted.
Please help.