Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom domains with url shortener services #40

Closed
thetacom opened this issue Jan 23, 2020 · 1 comment · Fixed by #43
Closed

Support for custom domains with url shortener services #40

thetacom opened this issue Jan 23, 2020 · 1 comment · Fixed by #43

Comments

@thetacom
Copy link

It would be useful to have the ability to specify which domain to use for the url shortening services (ie default or custom).

I manually modified line 77 of utm-dot-codes/classes/shorten/class-rebrandly.php in order to use my custom domain name for short urls instead of the default rebrand.ly domain.
'body' => wp_json_encode( ['domain'=>['fullName'=>'mycustomshortenerdomain'], 'destination' => $data['utmdclink_url'] . $query_string ] ),

@chrislarrycarl
Copy link
Member

Thanks for the feedback @thetacom! Support for using custom domains with rebrandly will be included in v1.7.0.

@chrislarrycarl chrislarrycarl mentioned this issue Apr 2, 2020
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants