This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Intralinks

Description

At Automattic we use lots of internal WordPress sites to do everything from manage projects to announce new hires to talk about video games. Among all of those sites, we have lots of internals links. I wanted to use those links to help people (me) find related conversations faster. Thus, Intralinks was born.

Shows the links between posts within a WordPress site. When you’re reading one post, Intralinks can show you the other posts that have linked there.

Screenshots

  • Example of a post with intralinks (inbound links from other posts), displayed below the post's content.

Installation

  1. Upload to your plugins directory and activate it
  2. If you just want the default appearance, stop here and enjoy a cold beverage
  3. If you want to customize Intralinks’ behavior, there are tons of hooks, all prefixed with wpcom_intralinks_

FAQ

= What the hell does this do?

Let’s try an example. Let’s say you’re reading a post called “Google 2nd Quarter Earnings”. But it’s already Q4, and in the meantime Q3 earnings have been posted and linked back to the Q2 post (maybe to update the status of some project). Intralinks would show you, while readin the Q2 post, that the Q3 post had linked to it.

Some Technical Background

Multisite or not

This was built with the idea of multisite in mind, but will work just fine in single site. What really matters is a set of content that has relevant links within it. Think of Intralinks as representing the graph (as in edges and nodes) of your content.

= WordPress.com

I originally wrote this to run on WordPress.com with an ElasticSearch index and data stored in Memcached. I adapted it to use normal database queries and Mark Jaquith’s excellent WP TLC Transients plugin.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Intralinks” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Intralinks” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.02

  • Fix intralinks on pages and any time shortlinks are not available
  • Limit intralinks to published content

1.0

  • Adapted from WordPress.com