|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jul 2001
Location: Teh Interweb
Posts: 2,439
|
Wordpress plugin that coverts urls to hrefs?
Has anyone found one that will automatically convert text in a post like the following.
http://www.foo.com <-- Gfy does this automatically and its exactly what I need - however for this example imagine it was unlinked text. to <a href="http://www.foo.com">http://www.foo.com</a> ? Help a brother out? |
|
|
|
|
|
#2 |
|
Need Designs? 312352846
Industry Role:
Join Date: Dec 2004
Location: Somewhere
Posts: 11,688
|
looking for a script like this as well but not for wordpress
__________________
NEED DESIGNS?!? |
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Jul 2002
Posts: 3,869
|
__________________
Blog Themes, TGP Design, Writing Services, Grunt Work ICQ: 66871495 |
|
|
|
|
|
#4 | |
|
Confirmed User
Join Date: Jul 2001
Location: Teh Interweb
Posts: 2,439
|
Quote:
Anyone else found a plugin? Ive G'd the hell out of it with no good results. |
|
|
|
|
|
|
#5 |
|
Need Designs? 312352846
Industry Role:
Join Date: Dec 2004
Location: Somewhere
Posts: 11,688
|
bump for you.. im looking for this type of script but not a plugin on wordpress.
__________________
NEED DESIGNS?!? |
|
|
|
|
|
#6 |
|
MOBILE PORN: IMOBILEPORN
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
|
ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]","<a href=\"\\0\">\\0</a>", $str);
|
|
|
|