Code

Discussion on Premium URL Shortener WordPress Plugin

Discussion on Premium URL Shortener WordPress Plugin

Cart 382 sales

KBRmedia supports this item

Supported

This author's response time can be up to 5 business days.

162 comments found.

Hi, I bought 2 copies of your URL shortener script and hope you can help to answer a question: I intend to use another plugin sold on Codecanyon (http://codecanyon.net/item/rss-autopilot-unique-content-extractor/12041946) to generate a Wordpress site with content, and then install your wordpress plugin to replace all the URL links in the content with url shortener links. And then another plugin to create a RSS feed from the wordpress site to share with users of the site. Can this be done and will there be any compatibility issues?

Hi

Yes. That is not a problem. You will need to use JS method and enabled to function to shorten all urls in a post automatically.

hi I bought 2 blew plugins, I perform the Shortener URL in this address: http://i---/ and it is active now. I enter API code in wp plugin, but unfortunately it didn’t work correctly !!! Please tell me how I can to arrange WP Plugin with API ??? ticket #1683 Thank you

Hello

You have to calm down. I am doing my best to answer everyone.

hi How to Add short url and QR Codes to WordPress Posts ??

Hello

Short URL you can use the short code defined in your admin panel. And for QR code just /qr at the end of the short URL to show the QR code. Here is an example

I try it but both widget and short code don’t work on my site :((

Hello

Please send me an email or open a ticket including your site and your wp login info so I can check it or take a screenshot of the settings page.

I contact u via email in your profile page plz check it :)

Hi

I will get back to you later today.

This script works very well as a widget, however I would like to know if possible to have a “Copy to Clipboard” button with the Share and Twitter buttons one a Short URL is generated?

Hello

Yes it is possible and you can easily implement it yourself if you have some basic knowledge. You can use zclip jquery plugin.

Looking at the screen shots, I want to make sure I understand what I am looking at. I buy the script and install on a domain that has a short url and then I buy the plugin here and put into my wordpress site. The script url is then input into this plugin with the api from the script and it then will generate the codes, is this correctly understood, need to know before purchasing the 2 of them.

Hello

Yes. This plugin provides you an interface for Premium URL shortener in WordPress so you need both scripts.

Hello, I like your script and this plugin so much I have a question, is it works like bit.ly on twitter ? can I replace link with shorten link for some domains (mediafire, mega, 4shared) ? for example: when I post a mediafire link, can It auto shorten link and display it (not mediafire anymore)

Hello

No. It doesn’t work that way. When you shorten a URL and someone visits the short URL, it will redirect back to long URL.

Josh

Pre-buyer question:

Hello sir. i love this plugin. but i want to know when user will visit the shorten url it first visits your website for 5 seconds then it redicates to the targeted url. can i change it so that when they will visit the shortern url they will directly visit to the targeted url. just like bitly? THANKS

Hello

Yes. You have 3 types of redirection: Direct, Frame and Splash.

hi,,, when i try your demo error occurs “API service is disabled.” is it not working anymore?

Hello

No it is just that I have disabled the API system in the main script. That just shows that it works.

PreSale Question? Is it possible to completely remove splash pages? i don’t want to show a single ad page to my user even if they are free users. and also, is it possible to create an API key system. i mean user want to use my API they have to register and get an API key. Thank you.

Hello

Definitely. You have 3 types of redirection methods: Splash, Frame or direct. The script comes with an API system already.

P.S. Just to be clear, the item you are currently commenting on is a plugin for the main script which can found at http://gempixel.com/buy/short . This item needs the main script up an running.

Your plugin is compatible with the latest version of WordPress 4.2.1 ??

Hello

Yes.

to turn on Google Safe Browsing

Which google API Key to use ? browser or server key ?

Hello

That would be browser API key.

Hi, I’m interested in purchasing the script but in the Demo, i can’t convert any links because the API has been disabled. Also, I need to see the admin page to see the kind of statistics that your script comes with. Is this possible?

Hello

This is not a standalone plugin. It uses the API of http://gempixel.com/buy/short so for this reason there are no statistics. You can check the admin page via the screenshot.

How can I remove the fields that are to URL link , without the manual I spend may already ready in the file class.php ?

You could make a plugin , as Bitly Plugin , Who only need the Aceess Token Api Key. auoth.php

You Can Help ?

Hello

Set manually self::$url= “http://yoursite.com”;

yes i try but do not work , DON NOT KEEP DOMAIN INTO TO CONFIG VARIABLE .

self::$url= “http://yoursite.com”; self its wrong error ! i try

get::$url= “http://yoursite.com”; GET VARIABLE ??

Hello

No. self::$url is good. Alternatively, before self::$config=$config; you can add $config[“url”] = “http://yoursite.com/”;

i uploded to my wp pluggins did the api , did the website .. and in the end it takes longgggg time to load and it dosent even make the url short , can i have some asistance ? Thank you

Hi

In the Wordpress Plugin setting, make sure to add a slash at the end of the URL so it would be http://2link.me/ instead of http://2link.me

Awsome , works just fine , Thank you kbr ! one more qestion , the links in post they are automaticly shorten or you have to do it your self ?

Hello

They are shortened automatically if you enable the option.

Another question, we have our url shortner (your tool) on this site do.com and the wordpress site is domain.com . It will be possible, no problem?

Of course.

Hi, Just bought it, but can’t find “pus_plugin.zip” in the package. No zip here. Could you please let me know what to include in this .zip? Regards,

Hello

It seems like when I upload to envato the files are restructured. Simply rename the zip downloaded from codecanyon and upload that. The plugin right inside.

Hi KBRmedia, this plugin can auto short links if post new article? EX:my posts have google.com ,plugin will short new links shorten.com/XXXX?

Hello

Yes. You can enable this feature. However you should know that this doesn’t work on its own. You need the main script: http://gempixel.com/buy/short

Pre-sales question: is it possible to restrict the long URL to a single domain (say, Youtube)? If it’s youtube.com, it goes through fine, if it’s anything else, you get an error message.

Awesome. Is there documentation available on how to do that? I’m familiar with HTML / CSS, but would appreciate a little hand-holding to ensure it gets done right the first time.

Hello

I can help you with that. Just an FYI, the item you are currently commenting about is dependent on the main one which can be found here. This one is a WP plugin that uses the main script API feature so it doesn’t work on its own (i.e. the main one will need to be set up and running).

Got it. I’ll be purchasing both in short order now that I know that’s possible. Cheers =)

Hi,

I saw your older comment that says the URL need to be urlencoded. Well, I did that for my link that has this structure – name.com/?category=122&title=four & it encodes (& decodes) just fine, but the shortened link forwards to a URL that includes an ‘amp;’ after the & – I need to get rid of the ‘amp;’ otherwise, the URL doesn’t work correctly. Thanks!

Hello

It see. Here what you can do. In the plugin editor, edit the file Core.class.php and find $short=self::http_request(rtrim(self::$url,"/")."/api?api=".self::$key."&url=".strip_tags(trim($url))); on line 150 and replace that by $short=self::http_request(rtrim(self::$url,"/")."/api?api=".self::$key."&url=".strip_tags(trim(url_encode($url))));

Really, the line I have from the latest download is line 124: $short=self::http_request(self::$url."api?api=".self::$key."&url=".strip_tags(trim($url)));

When I use the replacement, this error occurs: "Fatal error: Call to undefined function url_encode() "

Sorry I meant urlencode instead of url_encode

Hi, I was wondering, is there a way to make it so that hen someone does a facebook share from my page, it automatically sends a shortened version of the post link? Also, your description tamls about a way ofautomatically shortening everylink on a page. How does that work..?

OK, but it seems that all the wordpress plugins wok esentially with Bit.ly, goo.gl or other major shortners. Is there a way to make a bit.ly or goo.gl oriented plugin work for this script then?

Do you personally know any plugins that can be used for that?

You can use YOURLS WP plugin and just change the endpoint to the script.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey