I saw the same complaint with WordPress for Facebook but never for anything else other than Drupal and the likes. Facebook debug page didn't help either as adviced by many.
My understanding is that it has to do with a "og" and that this meta data doesn't exist in Drupal code, but i don't have a clue how to solve this (and I am no php guy, so if you're providing generously some code please do so with gentleness for dummies like me)
I want to set up a personal blog used to share my own experience and some promotional information for makeup and cosmetics. My initial though is that, this site is divided into three parts - two sidebar and the central section. The right sidebar also splits into two columns for different categories. As for the right sidebar, it should be added with a search box, a tag section and a comment display section. Besides, the footer section needs to be divided into two parts.
I am using Drupal 7 with views,
I'm trying to make a Drupal site for a client that only wants to upload documents by FTP.
and don't have the time to change file permissions on the drupal site itself.
THe costumer will make a directory structure like:
sites/default/files/user1/myfileA.pdf
sites/default/files/user1/myfileB.pdf
sites/default/files/user2/myfileC.pdf
I would want to list the files in that 'username folder' to the current logged in user,
without having to create a seperate view to each user.