Hello, I am hoping someone can tell me what I am doing wrong.
If I place the following in my template files it works great:
<?php fts_shorturl('https://www.test.com.au/test/'); ?>
But the below doesn’t work:
<?php fts_shorturl(blogifo('url') . '/test'); ?>
Any assistance would be greatly appreciated.
]]>hi
please add my site to shortner list
or give me access developer to update your plugin
tnx
S, Javad Gholami
l7l.ir
Hi.
This plugin generate the short URL in the bottom of the post.
Is it possible to call the short URL when post is loaded, in order to get a count in Goo.gl analytics?
I’d like to load a post and get stats at the same time.
Lets say my site name is
Awesomesitestuff.com
But I also own the domain
awesite.com
I’d like to be able to use awesite.com as the permalink (it would 301 to the same urls awesomesitestuff.com did so it would just be treated like the regular url)
]]>Hi, i was wondering if you can add few more sites such as href.li and ref.li
Thanks
]]>Hello,
I would like to know if there is an update available with fixes to the known issues like this and implementation of features as requested here.
Hope it will be soon
Thanks
]]>I have faced this often when my internet connection is not connected and I am working on localhost.
Today it happened when bitly was not reachable for a while. That was about 3 hours back.
PHP Fatal error: Cannot use object of type WP_Error as array in public_html/wp-content/plugins/url-shortener/components/jz_shortener/lib/jzsc.shared.php on line 235
Checking that line of code, it reads
if($result['body']){
$data = $result['body'];
}
That throws is an issue when there is an error in actually fetching the data. wp_http instead gives wp_error.
It would be good to check if the key body exists in the array as follows:
if (array_key_exists('body',$result) {
$data = $result['body'];
}
Here’s the WP_Error thrown by WP_Http when bitly isn’t reachable
object(WP_Error)[16]
public 'errors' =>
array (size=1)
'http_request_failed' =>
array (size=1)
0 => string 'Could not resolve host: api.bit.ly; Unknown error' (length=49)
public 'error_data' =>
array (size=0)
empty
]]>
I’m getting this error…
[08-Jan-2013 20:13:31 UTC] PHP Notice: Undefined index: sticky in …./public/wp-content/plugins/url-shortener/components/jz_shortener/lib/jzsc.shared.php on line 336
]]>I’d like to be able to add /ap_id?=USER_LOGIN to the end of shortened links.
How could I do that? Thanks!
]]>Hi,
we face the problem when editing post and change url/permalink. The shorten url is not update to new permalink. What should we do?
Thanks
]]>Thank you for this plugin.
Is there a way to have more control over where the short url is output in a post? Currently, the output appears at the end of the post content, but I would like to mix the short url in with the post metadata.
You can do this with the bit.ly linker plugin, but I would prefer to use your plugin with my goo.gl api key. With bit.ly linker, you can use the code below in your template:
<?php bitly(); ?>
Thanks in advance
]]>Enable Short URL generation using your configured service.
and then if I went to All Posts
list I get just after the first post:
Catchable fatal error: Object of class stdClass could not be converted to string in /home/user/www/wordpress-mu/wp-content/plugins/url-shortener/url-shortener.php on line 439
Catchable fatal error: Object of class stdClass could not be converted to string in /home/user/www/wordpress-mu/wp-includes/formatting.php on line 434
And the admin bar vanishes.
Catchable fatal error: Object of class stdClass could not be converted to string in /home/humaneasy/humaneasy.com/wordpress-mu/wp-includes/link-template.php on line 2443
I’m using the sm00sh URL Shortner but it also happens with other.
Please, can you solve this ASAP. Thanks!
]]>Hi Gerald !
I would like to know that how to use the plugin with Front-end publishing themes like P2 and simple-Press forums
Is the plugin compatible with BuddyPress ?
Looking forward for your reply !
]]>Hi ! Gerald ,
I have a question related to the URL service change.
I use bit.ly now and later after a month, If I add URL Service based on yourls. Would be the old short links be replaced by new Service? I mean, Do the new service automatically attempt to generate Shortlinks for all the posts replacing the old links or generating besides it?
In simple words, I want to know what actually happens after switching the service
And in other situation, what happens if I switch from Yourls wordpress plugin to URL Shortner(yours) plugin or vise -versa
Thanks !
]]>Have you thought about providing a widget that would show the qr code and short link – so any page that the widget is on would show the qr code and link for that page?
]]>I’ve got the [shortlink] shortcode, but looking for the qr code shortcode
]]>After submitting a post, the shortened URL should appear at the bottom of the post. However, the recent plug-in upgrade has caused the shortlink to be replaced by the word “Generating…” This is also a link, but it leads nowhere. The automatically generated Twitter feed contains a correct shortened URL, but my posts themselves do not.
]]>Thanks for the great plugin and continued support.
Any plans to support the Short Links for Google Apps as a URL service?
]]>The latest update to this plugin crashed my site. I had to remove the main php file to get my site to load again. I removed all files and attempted to reinstall the plugin. And this time, WP refused to activate the plugin. To wit:
Parse error: syntax error, unexpected ‘:’ in /home6/conserz6/public_html/wp-content/plugins/url-shortener/components/jz_shortener/jzsc.complex.php on line 242
As is, this plugin is now useless. I will not reinstall it unless and until this error goes away, and stays away. I cannot manage a site that it getting 5000 hits when all of a sudden something happens that stops the hits dead.
]]>Unfortunately the plugin isn’t working on an upgrade to WP 3.1, I confirmed it wasn’t theme related as it applies to all my sites (4) with different themes.
The effect is that trying to post in the dasboard on both pages and posts the ‘Visual’ tab shows a the HTML code the same as the ‘HTML’ tab and the toolbar is NOT available at all.
Disabling the plugin restores full functionality of the dashboard.
Hope you can fix it soon as it is very useful.
]]>I was having some trouble getting your plugin to recognize my bitly api username and key until I saw that there are a few typos in the od_get_shortlink.php preventing me from using my custom shortener.
On lines 9-13:
if (!$key && in_array($service, $this->authkey)){
//$key = $options['apiuser_'.$service]; //wrong var
$key = $options['apikey_'.$service];
}
if (!$user && in_array($service, $this->authuser)){
//$user = $options['apikey_'.$services]; //wrong var & mispelled
$user = $options['apiuser_'.$service];
Once I made the above modifications, it works great! Thanks for your tremendously useful plugin and hopefully, this will help others.
]]>Downloaded and installed URL Shortner. Once it was activated, I noticed a TinyURL link on a previous posting. Clicking on this shows the shorter link which I clicked OK on.
After that, I reloaded the same post, but the browser still shows the longer URL. How in the world do you use this thing? Is there another step?
I’m a newbie, so this is all new to me.
]]>Ignore this – it seems that its only on post publish that the short URL is created.
]]>If I change the shortening service that I use how can I get this plugin to regenerate the existing links?
]]>For adding sm00sh to your list ??
]]>i’m having trouble figuring out how to get the shortlink to pass to twitter. i have the feeling you can get it using the new action hook, but i can’t figure it out or find any documentation on it. any help would be much appreciated. thanks.
]]>