Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A PHP function that performs a global regular expression match using PCRE patterns.

learn more… | top users | synonyms

1
vote
1answer
478 views

Get images from article in Joomla with php

I'm trying edit a plugin which I use to add meta open graph tags to the header. The problem with it is that it would only let me choose one picture for the whole site.. this is what I've done: ...
1
vote
1answer
410 views

How to parse Facebook fan page from HTML code with PHP

I need regex pattern example for PHP with preg_match_all usage how to parse Facebook fan page URL from the HTML code. Examples: http://www.facebook.com/pages/SomeTitle/6203451642 ...