Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I modify the default 80legs links using my 80apps parseLinks()?

Default LINKS
0
Posted

How can I modify the default 80legs links using my 80apps parseLinks()?

0

Our concept with the 80app when using parseLinks is that we want the app developer to decide how to parse the links if they want to. If they decide to use our default link parsing, that’s easy. If they have their own link parsing, it’s easy. If you just want to edit our link list, it’s still easy but a little more involved because we don’t want to burn the CPU time running our parseLinks() method if you aren’t going to use the results. So, the way to do it is to include our default link parsing code (the DefaultParseLinks class and dependecies from the Google repository: http://code.google.com/p/eightylegs/source/browse/#svn/trunk/80AppDefaultApp/src/com/eightylegs/customer/default80legs). Then your parseLinks() method can just call our DefaultParseLinks class and you can add or eliminate any urls.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123