Any way to get this to auto-generate short URLS for pages as well?
Thanks!
https://www.ads-software.com/extend/plugins/wg-bitly-shortener/
]]>the plugin has been set up
The API with Bily is OK
I did not handle the exceeded rate limit as requested??
As a result when I save a post, I can see the bitly link shortened in the edit screen.
I save the post, but on the website when I try to share the link it is still the permalink that is displayed.
To let you know more about my specific plugins already installed:
I use a custome permalink /%category%/%postname%, but as I use several categories for a single post I also added a plugin that allow me to select only one category that will be in the permalink (cf Hikari Category Permalink)
Are those option the cause of my problem, or may be there is something I did wrong.
My web site
https://www.ads-software.com/extend/plugins/wg-bitly-shortener/
]]>I really like the execution of the plugin within Admin, however I’m running into an issue.
How do you return the shortened url in the theme. I’ve tried this method:
$shorturl = WGBitlyHelper::get_short_url( $post_id );
return $shorturl;
however, I get “Fatal error: Call to undefined method WGBitlyHelper::get_short_url().”
What am I missing?
https://www.ads-software.com/extend/plugins/wg-bitly-shortener/
]]>