FLOABN Page Link Manager
Filed Under:
When a media player is engaged (the playhead is at a particular point, play is pause-able, other typical options are present within that player, etc…), it will toss a callback function at the PLM which springs into action then by applying a class to all links outside the media container on the same page based on wether or not they are localhost/domain links or external (not within local name space).
Class Allocation
What The So-Called “Page Link Manager” Does
Applies one of two classes onLoad to all links within a page:
- .plm-internal
- .plm-external
.plm-internal
This class will be most useful for links which have an immediate function within the page where the media is currently engaged and will not likely be interrupted for other available functions on that page.
Examples include; but are obviously not limited to: file downloads, rss links, email addresses, and other links which normally come with the pre-knowledge from the user that that link itself performs a function outside basic navigation of ‘web pages’, or ‘document/site views’. That function, is one that updates their calendars, adds a feed to their preferred reader, launches their email client, etc…
All things, which while happening at a moments notice, do not always offer uninterrupted availability whereby they are often abandoned. That often abandoned circumstance is what promted this PLM approach.
*Note: A rule sheet can be written to manage lower tiers in internal linking groups/facets/etc…
.plm-external
This class requires less attention as at this point because it merely checks for outbound links and applies the class without discrimination. One could write rules per external name space or other imagined criteria of course but that is for custom applications and might/could be dealt with as needed.
Feedback in the form of use-cases much appreciated on this. My email address is human findable. – Josh


