-
Notifications
You must be signed in to change notification settings - Fork 13
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
How to use programmatically? #31
Comments
Hi Elvis! The way There should be a text-based link affiliation method such as |
@russellsteadman That'd be great! An In the meanwhile I'll see what I can do playing with the current implementation. Maybe I can print the |
@elvismdev This will be implemented as |
@russellsteadman This looks great! I'll look forward to the next release, thank you! |
Let's say I have a simple form with an input field where I would insert an Amazon product URL
https://www.amazon.com/dp/B01MRZFBBH
On form submit, I would like this Amazon product URL to turn into
https://www.amazon.com/dp/B01MRZFBBH?tag=us-tag
and display below the form to the end user to copy.How can I accomplish that with this library?
The text was updated successfully, but these errors were encountered: