Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Link Tools 1.4.1
#1
Link Tools extracts the links (URLs) in posts made to your forum, and then provides you with four new features:
  1. Link previews. A preview box at the bottom of the post is generated for each link in a post. Different types of preview can be generated for different sites/content, as supported by a customisable Link Previewer framework.

  2. Seamless link searching. Just type a link (URL) into the default field ("Keyword") of the standard MyBB search form and Link Tools will intercept the search and provide accurate results: only posts which contain the link or its equivalent will be listed. The default MyBB search when set to Full Text does not handle links at all well and typically returns results completely unrelated to the link for which you searched.

  3. A duplicate link warner. When a member is starting a new thread, s/he will be warned if any links (URLs) that s/he includes in the thread-starter have already been posted to the board. This feature is especially useful when your board is heavily resource-based and there is a risk of members starting duplicate discussions about resources (links and videos) that have already been discussed.

  4. Link limiting. This allows for limiting of the number of links that may be posted by each member in each of a given set of usergroups in a given set of forums over a given (rolling) period. The administrative interface is at Forums & Posts » Link Posting Limits, and supports in-page editing, deletion, and addition of limit rules.

[Image: preview_116662_1613785965_0994b70ad563fe...5ab03b.png]

[Image: preview_116662_1605018239_4a1e09d665486c...718b1c.png]

Link Tools considers to be a link anything that MyBB core also considers to be a link:
  1. The URLs in url tags.

  2. The URLs in video tags.

  3. Bare URLs: those beginning with http://, https://, ftp://, ftp., and www..
Link Tools handles all of the different ways in which two links can look different but be the same (resolve to the same page):
  1. When they are the same except for their protocol: http:// versus https://.

  2. When one has a www. prefix and the other does not.

  3. When they have the same query parameters but in a different order.

  4. When one has a redundant query parameter - e.g., the fbclid query parameter added by Facebook - and the other does not.

  5. When their domains are capitalised differently.

  6. When one redirects (potentially via multiple redirects) to the other, e.g., when a URL shortening service like https://bitly.com/ is used to create a short URL which redirects to the target URL.

  7. When both redirect (potentially via multiple redirects) to the same final link, e.g., when two different "shortened" URLs redirect to the same target URL.
Note that the redirects recognised by Link Tools are: HTTP redirects, HTML meta tag redirects, and "canonical" HTML link tags.

The first five differences are eliminated via "normalisation" of URLs.

The final two are eliminated by querying the URLs until the terminating URL is found. This is done using the cURL PHP functions.

Requirements
Licence

Link Tools is licensed under the GPL version 3.

GitHub Repository

https://github.com/mybbgroup/Link-tools

Collaboration and maintenance

Link Tools is a project of the unofficial MyBB Group.

Its MyBB Group thread is:

https://mybb.group/Thread-Link-Tools

Feel free to report bugs and issues there, on GitHub, or here on the community forums.
Reply


Messages In This Thread
Link Tools 1.4.1 - by Laird - 2020-11-10, 04:32 AM
RE: Link Tools - by Dr_The_One - 2020-11-10, 04:54 AM
RE: Link Tools - by Laird - 2020-11-10, 04:56 AM
RE: Link Tools - by Omar G. - 2020-11-12, 10:33 AM
RE: Link Tools - by Laird - 2020-11-12, 09:35 PM
RE: Link Tools - by Omar G. - 2020-11-13, 02:16 AM
RE: Link Tools - by Laird - 2021-02-06, 10:58 AM
RE: Link Tools - by Eldenroot - 2021-02-06, 11:54 AM
RE: Link Tools - by Omar G. - 2021-02-09, 12:54 AM
RE: Link Tools - by Laird - 2021-02-09, 02:30 AM
RE: Link Tools - by Eldenroot - 2021-02-09, 11:59 AM
RE: Link Tools - by Laird - 2021-02-09, 12:03 PM
RE: Link Tools - by Omar G. - 2021-02-12, 08:08 AM
RE: Link Tools - by Laird - 2021-02-12, 08:15 AM
RE: Link Tools - by Omar G. - 2021-02-17, 01:52 AM
RE: Link Tools - by Laird - 2021-02-17, 02:15 AM
RE: Link Tools - by Laird - 2021-02-20, 02:00 AM
RE: Link Tools 1.1.0 - by Eldenroot - 2021-02-20, 01:38 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-20, 02:12 PM
RE: Link Tools 1.1.0 - by Omar G. - 2021-02-20, 08:39 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-21, 08:32 AM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 09:25 AM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 09:52 AM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 12:23 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 12:31 PM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 12:52 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 12:55 PM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 01:02 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 02:12 PM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 02:20 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 02:26 PM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 02:37 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 02:45 PM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-22, 02:59 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 03:01 PM
RE: Link Tools 1.1.0 - by Omar G. - 2021-02-22, 07:59 PM
RE: Link Tools 1.1.0 - by Omar G. - 2021-02-22, 08:02 PM
RE: Link Tools 1.1.0 - by Laird - 2021-02-22, 08:56 PM
RE: Link Tools 1.1.0 - by Omar G. - 2021-02-23, 12:04 AM
RE: Link Tools 1.1.0 - by Laird - 2021-02-23, 12:31 AM
RE: Link Tools 1.1.0 - by vk_knight - 2021-02-23, 05:56 AM
RE: Link Tools 1.1.0 - by Laird - 2021-02-23, 10:23 AM
RE: Link Tools 1.1.0 - by Laird - 2021-03-10, 08:44 AM
RE: Link Tools 1.2.0 - by Laird - 2021-03-19, 11:26 AM
RE: Link Tools 1.3.0 - by Omar G. - 2021-03-19, 09:37 PM
RE: Link Tools 1.3.0 - by Laird - 2021-03-19, 09:58 PM
RE: Link Tools 1.3.0 - by Omar G. - 2021-03-20, 07:49 PM
RE: Link Tools 1.3.0 - by Laird - 2021-03-20, 09:08 PM
RE: Link Tools 1.3.0 - by Omar G. - 2021-04-08, 07:51 AM
RE: Link Tools 1.3.0 - by Laird - 2021-04-08, 05:32 PM
RE: Link Tools 1.3.0 - by Laird - 2021-05-09, 09:57 AM
RE: Link Tools 1.3.2 - by Eldenroot - 2021-05-09, 07:02 PM
RE: Link Tools 1.3.2 - by Laird - 2021-08-18, 08:36 PM
RE: Link Tools 1.3.4 - by Laird - 2022-01-03, 07:09 AM
RE: Link Tools 1.4.0 - by Laird - 2022-01-10, 07:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)