Skip to content
WJunction - Webmaster Forum

Need help Autopost thumbnail plugin for bbcode

Status
Not open for further replies.
Please help :wave:

This is the code of autopost thumbnail that automatically generate thumbnail from <img scr=""> tag.
Code:
// Get all images from post's body
    preg_match_all('/<\s*img [^\>]*src\s*=\s*[\""\']?([^\""\'>]*)/i', $post[0]->post_content, $matches);

since I'm going to use bbcode for my wordpress site(using bbpress bbcode), how can I automatically make a thumbnail from
tag?

TIA [wjlove]
 

2 comments

Status
Not open for further replies.

About the author

kaizer01
Active Member · Joined
N.E.E.T. Gaming, Blogging, Girls
1,131
Messages
172
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom