MediaDiGi Posted November 3, 2019 Posted November 3, 2019 (edited) Does this app can replace keywords with links? For instance every time it finds a keyword, let's say Digital Ocean or Digital Ocean, replace it with a link like <a href="https://digitalocean.com/ref/myusername">Digital Ocean</a> ? Edited November 3, 2019 by MediaDIGI.com
Sonya* Posted November 3, 2019 Posted November 3, 2019 2 hours ago, MediaDIGI.com said: Does this app can replace keywords with links? For instance every time it finds a keyword, let's say Digital Ocean or Digital Ocean, replace it with a link like <a href="https://digitalocean.com/ref/myusername">Digital Ocean</a> ? No. But there is another app that does exact what you need: MediaDiGi and DawPi 2
jair101 Posted November 16, 2019 Posted November 16, 2019 I have just added this and I have some questions. 1. Do I need to explicitly list all parameters that I want to keep? For example I have this url: www.example.com/aid=1111&label=222. I want to change aid to 1212, I add it in the list, then the modified url is www.example.com/aid-=1212 only, the label one is stripped. Is this the correct behaviour? I am afraid I don't know all the other parameters this website might add to the url... 2. I don't see an option to separately add or replace a parameter. If my link does not contain the parameter I add, it seems it is not added...
DawPi Posted November 17, 2019 Author Posted November 17, 2019 @jair101, yes, you need to add them all. send me PW with the exact url and the parameters list. I'l check it. jair101 1
jair101 Posted November 19, 2019 Posted November 19, 2019 On 11/17/2019 at 11:07 AM, DawPi said: @jair101, yes, you need to add them all. send me PW with the exact url and the parameters list. I'l check it. 2. is ok, I had to modify the url regular expression as my link did not had any parameters at all. Changing it from *.example.com/*?* to *.example.com/* worked fine and the parameter is added correctly now. As a feature suggestion, will be difficult to add also not only inclusion, but exclusion url expressions? Right now we add the parameters to all matched urls, but it might be useful if there is a possibility to add it to all but matched urls as well: Add param="A" for all urls that do not contain param="B". This can be useful if you want to have more then one approved parameters or to protect a very specific parameter from being overwritten. Hm, I guess it can be done with more creative regular expression, will something like this work? https://stackoverflow.com/questions/2964645/regex-not-equal-to-string I have to try I guess 🙂 There is a bit of a learning curve, but very powerful app, thanks 🙂 DawPi 1
DawPi Posted November 19, 2019 Author Posted November 19, 2019 I'll concider it when I'll start thinking and doing next version. Thanks for your suggestions! 1 hour ago, jair101 said: There is a bit of a learning curve, but very powerful app, thanks 🙂 Thank you too. 🙂
Li3D Posted February 26, 2020 Posted February 26, 2020 Hi, Can I get the updates knowing that I paid (much more than $25) for the initial development ?
Li3D Posted February 28, 2020 Posted February 28, 2020 On 2/26/2020 at 2:43 PM, DawPi said: Of course. Send me pm. Just check your inbox (February 12) 😉
Li3D Posted March 2, 2020 Posted March 2, 2020 Really strange 🙄 I'am waiting for others responses from other people...
DawPi Posted March 2, 2020 Author Posted March 2, 2020 Really strange. Maybe you could resend me it again?
AlexWebsites Posted March 26, 2020 Posted March 26, 2020 Anyone using this with ebay and can share setup example?
DawPi Posted March 26, 2020 Author Posted March 26, 2020 What problems you have and want to be explained?
AlexWebsites Posted March 26, 2020 Posted March 26, 2020 2 hours ago, DawPi said: What problems you have and want to be explained? I don’t have any issues, just wondering what urls and what is being appended to them, haven’t tried anything yet. Figured I ask to see if anyone has it configured already to share. DawPi and Maxxius 1 1
Sheffielder Posted June 11, 2020 Posted June 11, 2020 I'm keen to buy this but have absolutely no idea what I"m doing (I'm not very advanced at coding)
DawPi Posted June 11, 2020 Author Posted June 11, 2020 3 minutes ago, Sheffielder said: no idea what I"m doing What would you do? What are your expectations with thit mod?
Sheffielder Posted June 11, 2020 Posted June 11, 2020 So my thinking is to buy it, install it on my website and then any links from online stores where I have an affiliate account I can add my ID into the plugin/app and that's it. I know it covers Amazon but I was hoping it would cover other online companies too such as Ebay and other outlets?
DawPi Posted June 11, 2020 Author Posted June 11, 2020 2 minutes ago, Sheffielder said: So my thinking is to buy it, install it on my website and then any links from online stores where I have an affiliate account I can add my ID into the plugin/app and that's it. Correct. 2 minutes ago, Sheffielder said: I know it covers Amazon but I was hoping it would cover other online companies too such as Ebay and other outlets? It cover "any" site if the regexp will be in good way added in my app settings.
Sheffielder Posted June 11, 2020 Posted June 11, 2020 This sounds great. Is there a dummies guide on how to use it that is easier to understand how to do itt?
DawPi Posted June 11, 2020 Author Posted June 11, 2020 Hello, afraid there isn't something like this. You have small example in the file description.
jair101 Posted June 14, 2020 Posted June 14, 2020 I have one regexp configured on my community, it rewrites the links of booking.com. It looks like this: However when I try to search by booking.com in the search engine I receive the following: Quote [[Template core/front/search/resultStream is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] Is it possible that this app interferes with that? I tried disabling the regex, but the problem persisted. I suppose the search index needs to be regenerated to test that, which will take a while. If you have some reg ex defined on your test/dev board maybe try to search by domain to try to replicate the problem 🙂
Recommended Posts