What I could do is show the URL in case it's a site that isn't known to provide a back link. I can't do anything for the title itself, though, if I'm not going to keep the lookup code...
But I'm actually in a situation where I think that it's silly to offer hundreds of sites to embed from. It was nice at a time where I was working on it and I was trying to fit in Karl Benson's shoes, and he had a tendency to add anything that was asked of him... But we're now several years later, and I don't think any 'small' site ever really caught on, YouTube, Dailymotion and a few others are all the rage and what matters is to ensure that THEY work... So I actually changed the embed code for YouTube to provide HTML5 support (e.g. mobile stuff), and I'm seriously considering dropping the non-major lists. Although Wedge already disables them by default, so as long as you don't screw up in the admin area, it doesn't matter that much...
What is missing in Wedge, too, is the 'Large | Normal' list of links to increase the size of a YouTube video. I have absolutely no idea what happened to that... :(
Posted: May 30th, 2012, 04:03 PM
Oh, and one of the drawbacks of the lookup code, is that all URLs that are shown in plain view (http something) will be surrounded by url tags in the database, whereas SMF will leave them untouched.
It makes it faster to process these links from parse_bbc, though, so it can be seen as an advantage... But I don't think I could remove the 'smart' link detector from parse_bbc() if only because we'd have to turn them into url tags at SMF import time, and I don't know if it's a good thing to do... (Plus, what if there's a very large post filled with URLs? It may get broken in the process...)
Posted: May 30th, 2012, 04:06 PM
Oh... Forgot about one thing. Titles are used for media items when you put an external video. Wedge will extract the title and use it in the album... :-/