ok folks, I need some help, in the file modules/boonex/photos/classes/BxPhotosModule.php
there's a function actionGetImage();
I need to be able to add meta tags to the output so it's displayed properly on facebook (I know, I know).
I have the meta tags proper for the site, if I share my link it works properly. When I share this link, there's no header information.
As you can see it outputs cache information and then the file contents.
I know how to get the information for the meta tags, I just can't get it to output the meta tags.
Thanks!