Quote:
Originally Posted by MozyMac
Hello, I have noticed that when i paste a URL in a new thread or new post it fetches the Title of the linked page and display the title.
|
That is not a default vBulletin feature. You have probably installed vBSEO, or something similar, which does this.
Quote:
Originally Posted by MozyMac
I'm making youtube bb code and i want if in case the user don't have javascript, they will get URL in the thread, i have done this but i don't know how to make fetch the title.
|
To fetch the title, you must request the remote page, and get the title string from the HTML. This is more "advanced" PHP, and thus, you will need some sort of competency in PHP.