Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm writing an app that involves posting content, and I'd like people's input to be in the form of plain text, but auto-embed content that's linked to, a la Facebook. Is there a service that generates HTML to embed linked content on a per-site basis? For example, YouTube links would return embed code for the video, images would return a thumbnail, Facebook profiles would return a profile picture+name, etc.

Thanks!

share|improve this question
You will have to use url extracting and preg_match or/and preg_replace functions of php – rsz Sep 6 '12 at 21:32

1 Answer

Perhaps you're looking for this: http://www.addthis.com/

share|improve this answer
That doesn't sound like what he is looking for, but I'll let him clarify if so. – Brad Sep 6 '12 at 21:45
@Brad's right, this isn't what I'm looking for. Do you have any suggestions on how to clarify? – Jared Pochtar Sep 7 '12 at 4:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.